py-distlib: add v0.3.8 and v0.3.9 (#50436)

* py-distlib: add v0.3.8 and v0.3.9

* py-distlib: github.com as homepage
This commit is contained in:
Robert Maaskant 2025-05-13 19:03:13 +02:00 committed by GitHub
parent 9cfb973d69
commit dabf7e9de8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,11 +8,13 @@
class PyDistlib(PythonPackage): class PyDistlib(PythonPackage):
"""Distribution utilities""" """Distribution utilities"""
homepage = "https://bitbucket.org/pypa/distlib" homepage = "https://github.com/pypa/distlib"
pypi = "distlib/distlib-0.3.6.tar.gz" pypi = "distlib/distlib-0.3.6.tar.gz"
license("PSF-2.0") license("PSF-2.0")
version("0.3.9", sha256="a60f20dea646b8a33f3e7772f74dc0b2d0772d2837ee1342a00645c81edf9403")
version("0.3.8", sha256="1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64")
version("0.3.7", sha256="9dafe54b34a028eafd95039d5e5d4851a13734540f1331060d31c9916e7147a8") version("0.3.7", sha256="9dafe54b34a028eafd95039d5e5d4851a13734540f1331060d31c9916e7147a8")
version("0.3.6", sha256="14bad2d9b04d3a36127ac97f30b12a19268f211063d8f8ee4f47108896e11b46") version("0.3.6", sha256="14bad2d9b04d3a36127ac97f30b12a19268f211063d8f8ee4f47108896e11b46")
version("0.3.4", sha256="e4b58818180336dc9c529bfb9a0b58728ffc09ad92027a3f30b7cd91e3458579") version("0.3.4", sha256="e4b58818180336dc9c529bfb9a0b58728ffc09ad92027a3f30b7cd91e3458579")