py-simplejson: add 3.18.0 (#34430)

This commit is contained in:
Manuela Kuhn 2022-12-09 21:11:30 +01:00 committed by GitHub
parent 14c4896ec2
commit 09b5476049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ class PySimplejson(PythonPackage):
homepage = "https://github.com/simplejson/simplejson"
pypi = "simplejson/simplejson-3.10.0.tar.gz"
version("3.18.0", sha256="58a429d2c2fa80834115b923ff689622de8f214cf0dc4afa9f59e824b444ab31")
version("3.17.2", sha256="75ecc79f26d99222a084fbdd1ce5aad3ac3a8bd535cd9059528452da38b68841")
version(
"3.16.1",
@ -27,5 +28,5 @@ class PySimplejson(PythonPackage):
version("3.8.0", sha256="217e4797da3a9a4a9fbe6722e0db98070b8443a88212d7acdbd241a7668141d9")
version("3.3.0", sha256="7a8a6bd82e111976aeb06138316ab10847adf612925072eaff8512228bcf9a1f")
depends_on("python@2.5:2.8,3.3:", type=("build", "run"), when="@3.16.0:")
depends_on("python@2.5:2,3.3:", when="@3.16.0:", type=("build", "run"))
depends_on("py-setuptools", type="build")