Skip to content
Snippets Groups Projects
Verified Commit 7a2a3015 authored by alice's avatar alice
Browse files

community/py3-pkginfo: upgrade to 1.8.3

needed for twine to work at all
parent c5de69cd
2 merge requests!54607main/sofia-sip: backport support for forking SIP calls,!41733community/linux-edge: fix build on x86_64
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=py3-pkginfo
pkgver=1.5.0.1
pkgrel=3
pkgver=1.8.3
pkgrel=0
pkgdesc="Parses metadata stored by distutils in PKG-INFO"
url="https://code.launchpad.net/~tseaver/pkginfo"
arch="noarch"
......@@ -27,6 +27,8 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="319bb403970affd5a4222dfdb3d17738630d1350ea84e51ad1bebc6c8c72e0dcfd69a4eaf5e7bd156b8e605d806357922c05cc994dcafb01b7a33c617b2df447 pkginfo-1.5.0.1.tar.gz
sha512sums="
54a67bdf078b38600651cb94afa62e9d86fce512022b1e79eb4565289ae3fad2325647654704488968e18cd85cbba4bd0ce28392fd09ae9638ee449e802273eb pkginfo-1.8.3.tar.gz
3eb9d1fe871b312f75b96158fa59f25a4533ac23873042776c129fa9489bc1e16883e4e2bef6401b283b8479b0cf86c4b49a5400c261ebea106bc01233881198 disable-failing-test.patch
73a0b9191e1b39169d665cbbabba20254e33bb1e4b4e3c03b865425bd47309cbc92d1d8e125b68b57f657a583b070021819a061cf38a6cdd4ff009b23061ac8f dont-package-tests.patch"
f98ec61a87a52d9a8985ea6cbf5af3e7e63a3e4d20285e8211c242c192b850682c5cf208355635e5eba36c750aa9f88e09afe3cd91356d7547914b1534cc40ff dont-package-tests.patch
"
diff --git a/setup.py b/setup.py
index cce83aa..fab8c24 100644
--- a/setup.py
+++ b/setup.py
@@ -48,6 +48,6 @@
@@ -50,7 +50,7 @@ setup(
'pkginfo = pkginfo.commandline:main',
]
},
- packages=['pkginfo', 'pkginfo.tests'],
+ packages=['pkginfo'],
python_requires='>=2.7, ' + EXCLUDED_PY3_VERSIONS,
**extras
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment