Skip to content

Commit

Permalink
Merge pull request #17643 from rafaelrdealmeida/main
Browse files Browse the repository at this point in the history
add waybackpy_3.0.2
  • Loading branch information
wolfv committed Jan 26, 2022
2 parents 5975c42 + 28bc347 commit 752905f
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions recipes/waybackpy_3.0.2/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{% set name = "waybackpy" %}
{% set version = "3.0.2" %}

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

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

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

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
- akamhy

0 comments on commit 752905f

Please sign in to comment.