testing/py3-lib_users: upgrade to 0.15

This commit is contained in:
Michael Pirogov 2021-12-21 18:50:01 +03:00 committed by Leo
parent 1a5a49680a
commit 79cadeb60c
2 changed files with 20 additions and 4 deletions

View File

@ -2,15 +2,17 @@
# Maintainer: Michael Pirogov <vbnet.ru@gmail.com>
pkgname=py3-lib_users
_pkgname=lib_users
pkgver=0.13
pkgrel=3
pkgver=0.15
pkgrel=0
pkgdesc="Checks /proc for libraries being mapped but marked as deleted"
url="https://github.com/klausman/lib_users"
arch="noarch"
license="GPL-2.0-or-later"
depends="python3"
makedepends="py3-setuptools"
source="$pkgname-$pkgver.tar.gz::https://github.com/klausman/lib_users/archive/v$pkgver.tar.gz"
options="!check" # https://bugs.python.org/issue29130
source="$pkgname-$pkgver.tar.gz::https://github.com/klausman/lib_users/archive/v$pkgver.tar.gz
setuptools.patch"
builddir="$srcdir"/$_pkgname-$pkgver
build() {
@ -25,4 +27,7 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="588af7068728810832bcf4d1526f271e255d07c75d152fb41844c66f3598a71e9a96bee3426b31b58cd26af889bc42c0a7248731fdfe3623fd4567d2b6b7275e py3-lib_users-0.13.tar.gz"
sha512sums="
f9eab0d7c634602c496154dc20bd8374842df77c6abfaf69a0c34013f01c3a7541a006cb2b027539f6c088a55bea78682bf156723899d614f39ee48773fb9ea8 py3-lib_users-0.15.tar.gz
c1b18709799af0f6ae5a0644beb0a95c709d07e28033fd68801cabe042ed0dbbaa3b7f1efe88a078f53a200f074e198404dc11fc149a85832035e8389577921d setuptools.patch
"

View File

@ -0,0 +1,11 @@
--- a/setup.py.orig 2021-12-18 22:45:02.302702503 +0300
+++ b/setup.py 2021-12-18 22:45:10.642687111 +0300
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-from distutils.core import setup
+from setuptools import setup
setup(name='lib_users',
version='0.15',