Skip to content

Instantly share code, notes, and snippets.

@bollwyvl
Created July 2, 2021 03:15
Show Gist options
  • Save bollwyvl/75da25904dc1b3566818041b2da6f571 to your computer and use it in GitHub Desktop.
Save bollwyvl/75da25904dc1b3566818041b2da6f571 to your computer and use it in GitHub Desktop.
grayskull for py7zr
{% set name = "py7zr" %}
{% set version = "0.16.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/py7zr-{{ version }}.tar.gz
sha256: 0ab402f73fc8cc41f2a5523436ae53dec6ff612597d9168ed80cfa1574d27fe0
build:
number: 0
skip: true # [py2k]
entry_points:
- py7zr = py7zr.__main__:main
script: {{ PYTHON }} -m pip install . -vv
requirements:
host:
- pip
- python
- setuptools >=45.0
- setuptools-scm >=6.0.1
- setuptools_scm
run:
- bcj-cffi >=0.5.1,<0.6.0
- brotli >=1.0.9
- brotlicffi >=1.0.9.2
- importlib-metadata # [py<38]
- multivolumefile >=0.2.3
- pycryptodomex >=3.6.6
- pyppmd >=0.14.0
- python
- pyzstd >=0.14.4,<0.15.0
- texttable
test:
imports:
- py7zr
commands:
- pip check
- py7zr --help
requires:
- pip
about:
home: https://github.com/miurahr/py7zr
summary: Pure python 7-zip library
license: LGPL-2.1
license_file: LICENSE
extra:
recipe-maintainers:
- ADD_YOUR_GITHUB_ID_HERE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment