From 733fff97e240f8722d2b17fd5cf3ae3e76e02ac8 Mon Sep 17 00:00:00 2001 From: Levon 'noptrix' Kayan Date: Fri, 1 Sep 2023 00:10:44 +0200 Subject: [PATCH] multiple: fixes. --- packages/python-aiorun/PKGBUILD | 2 +- packages/python-ipgetter/PKGBUILD | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/python-aiorun/PKGBUILD b/packages/python-aiorun/PKGBUILD index 8b7d8cb6207..c738fbdc49c 100644 --- a/packages/python-aiorun/PKGBUILD +++ b/packages/python-aiorun/PKGBUILD @@ -10,7 +10,7 @@ arch=('any') url='https://pypi.org/project/aiorun/#files' license=('Apache') depends=('python') -makedepends=('git' 'python-setuptools') +makedepends=('python-pip' 'python-build' 'python-wheel') source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz") sha512sums=('fa6bcec2202941c26afd9f04a92ab21ab610067f95011f357d9da3e442fac53d917edb170eb52c06bcf0c73033f0f71a9b83dd23bb28c243b1e4aa46e8dd99a1') diff --git a/packages/python-ipgetter/PKGBUILD b/packages/python-ipgetter/PKGBUILD index 02627211778..e31e1496e95 100644 --- a/packages/python-ipgetter/PKGBUILD +++ b/packages/python-ipgetter/PKGBUILD @@ -4,7 +4,8 @@ pkgname=python-ipgetter _pkgname=ipgetter2 pkgver=1.1.10 -pkgrel=1 +_pyver=3.11 +pkgrel=2 pkgdesc='Utility to fetch your external IP address.' url='https://pypi.org/project/ipgetter/#files' arch=('any') @@ -37,5 +38,7 @@ package() { --no-index \ --find-links="file://$startdir/dist" \ $_pkgname + + rm -rf "$pkgdir/usr/lib/python$_pyver/site-packages/tests" }