py-rapidjson: add version 1.5 (#27527)

This commit is contained in:
iarspider 2021-11-19 02:52:06 +01:00 committed by GitHub
parent 0b6ce17dc4
commit c183111a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,9 @@ class PyPythonRapidjson(PythonPackage):
homepage = "https://github.com/python-rapidjson/python-rapidjson"
pypi = "python-rapidjson/python-rapidjson-0.9.1.tar.gz"
version('1.5', sha256='04323e63cf57f7ed927fd9bcb1861ef5ecb0d4d7213f2755969d4a1ac3c2de6f')
version('0.9.1', sha256='ad80bd7e4bb15d9705227630037a433e2e2a7982b54b51de2ebabdd1611394a1')
depends_on('python@3.4:', type=('build', 'run'))
depends_on('python@3.6:', type=('build', 'run'), when='@1.5:')
depends_on('py-setuptools', type='build')