py-beniget: add v0.4.0, v0.2.3 (#24899)

This commit is contained in:
Adam J. Stewart 2021-07-15 07:54:56 -05:00 committed by GitHub
parent fa4b9a6abc
commit f66571ffe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,12 @@ class PyBeniget(PythonPackage):
homepage = "https://github.com/serge-sans-paille/beniget/" homepage = "https://github.com/serge-sans-paille/beniget/"
pypi = "beniget/beniget-0.3.0.tar.gz" pypi = "beniget/beniget-0.3.0.tar.gz"
version('0.4.0', sha256='72bbd47b1ae93690f5fb2ad3902ce1ae61dcd868ce6cfbf33e9bad71f9ed8749')
version('0.3.0', sha256='062c893be9cdf87c3144fb15041cce4d81c67107c1591952cd45fdce789a0ff1') version('0.3.0', sha256='062c893be9cdf87c3144fb15041cce4d81c67107c1591952cd45fdce789a0ff1')
version('0.2.3', sha256='350422b0598c92fcc5f8bcaf77f2a62f6744fb8f2fb495b10a50176c1283639f')
depends_on('python@2.7:2.8,3.4:', type=('build', 'run')) depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
depends_on('py-setuptools', type='build') depends_on('py-setuptools', type='build')
depends_on('py-gast@0.4.0:0.4.999', type=('build', 'run')) depends_on('py-gast@0.5.0:0.5.999', when='@0.4.0:', type=('build', 'run'))
depends_on('py-gast@0.4.0:0.4.999', when='@0.3.0:0.3.999', type=('build', 'run'))
depends_on('py-gast@0.3.3:0.3.999', when='@:0.2.999', type=('build', 'run'))