Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-hexdump
Commits: 8b3ddb54 by Jelle van der Waa at 2024-04-08T09:40:51+02:00 upgpkg: 3.3-8: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = python-hexdump + pkgdesc = Library and tool to work with hex and binary data + pkgver = 3.3 + pkgrel = 8 + url = https://pypi.org/project/hexdump/ + arch = any + license = Public Domain + depends = python + depends = python-setuptools + source = https://files.pythonhosted.org/packages/source/h/hexdump/hexdump-3.3.zip + sha512sums = 3299f6a29dcf4293616c5ea652397429ee844ca30964ee0fc784fb2a93252b75eb28fb797640e26477eb6b291aa38e14ad5046d8b4488dc4e03bd79b9449898b + +pkgname = python-hexdump ===================================== PKGBUILD ===================================== @@ -4,12 +4,12 @@ pkgname=python-hexdump _name=${pkgname/python-/} pkgver=3.3 -pkgrel=7 +pkgrel=8 pkgdesc='Library and tool to work with hex and binary data' url='https://pypi.org/project/hexdump/' arch=('any') license=('Public Domain') -depends=('python') +depends=('python' 'python-setuptools') source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.zip) sha512sums=('3299f6a29dcf4293616c5ea652397429ee844ca30964ee0fc784fb2a93252b75eb28fb797640e26477eb6b291aa38e14ad5046d8b4488dc4e03bd79b9449898b') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hexdump/-/commit/8b3ddb5448dfe0180becc12f7321e08d2c6ec608 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hexdump/-/commit/8b3ddb5448dfe0180becc12f7321e08d2c6ec608 You're receiving this email because of your account on gitlab.archlinux.org.