diff --git a/recipes/peachpy/meta.yaml b/recipes/peachpy/meta.yaml new file mode 100644 index 0000000000000..ce00feb5e036b --- /dev/null +++ b/recipes/peachpy/meta.yaml @@ -0,0 +1,56 @@ +# To generate the version number +{%- if false %} +git clone git@github.com:Maratyszcza/PeachPy.git +cd PeachPy +git pull +echo 0.2.0.a$(date +%Y%m%d -d "$(git show -s --format=%ci HEAD)").$(git rev-list HEAD --count).$(git rev-parse --short HEAD) +# Get the git sha +git rev-parse HEAD +wget --quiet https://github.com/Maratyszcza/PeachPy/archive/$(git rev-parse HEAD).tar.gz +openssl sha256 $(git rev-parse HEAD).tar.gz +{%- endif %} + +{% set gitrev = "913d74c35a6b1d330e90bfc055208ce5b06b35a0" %} +{% set version = "0.2.0.a20220523.375.913d74c" %} +# https://github.com/Maratyszcza/PeachPy#installation + +package: + name: peachpy + version: {{ version }} + +source: + url: https://github.com/Maratyszcza/PeachPy/archive/{{ gitrev }}.tar.gz + sha256: 0c8d78ecdbfaacf0352137f6a46b4ddc3331c4854164ea5680a9287785b3ad55 + +build: + noarch: python + script: {{ PYTHON }} -m pip install . -vv + number: 0 + +requirements: + host: + - pip + - python + - six + run: + - opcodes >=0.3.13 + - python + - six + +test: + imports: + - peachpy + commands: + - pip check + requires: + - pip + +about: + home: https://github.com/Maratyszcza/PeachPy/ + summary: Database of Processor Instructions/Opcodes + license: BSD-2-Clause + license_file: LICENSE.rst + +extra: + recipe-maintainers: + - hmaarrfk