Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding waybackpy #17634

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions recipes/waybackpy/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{% set name = "waybackpy" %}
{% set version = "3.0.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/waybackpy-{{ version }}.tar.gz
sha256: 264aa84a76365e8355ede96cb6cf02a1945295724ddfb7d4a43e6f3d8f97740a

build:
entry_points:
- waybackpy = waybackpy.cli:main
noarch: python
number: 0
script: {{ PYTHON }} -m pip install . -vv

requirements:
host:
- pip
- python >=3.4
run:
- click
- python >=3.4
- requests

test:
imports:
- waybackpy
commands:
- pip check
- waybackpy --help
requires:
- pip

about:
home: https://akamhy.github.io/waybackpy/
summary: Python package that interfaces with the Internet Archive's Wayback Machine APIs. Archive pages and retrieve archived pages easily.
dev_url: https://github.com/akamhy/waybackpy
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- labriunesp
- rafaelrdealmeida