py-pycryptodome: add v3.20.0 (#46643)

This commit is contained in:
Wouter Deconinck 2024-09-30 03:24:59 -05:00 committed by GitHub
parent 4c333fb535
commit d7452f68a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,8 +13,11 @@ class PyPycryptodome(PythonPackage):
homepage = "https://www.pycryptodome.org"
pypi = "pycryptodome/pycryptodome-3.16.0.tar.gz"
license("Unlicense AND BSD-2-Clause", checked_by="wdconinc")
version("3.20.0", sha256="09609209ed7de61c2b560cc5c8c4fbf892f8b15b1faf7e4cbffac97db1fffda7")
version("3.16.0", sha256="0e45d2d852a66ecfb904f090c3f87dc0dfb89a499570abad8590f10d9cffb350")
depends_on("c", type="build") # generated
depends_on("c", type="build")
depends_on("py-setuptools", type="build")