Skip to content

Commit

Permalink
multiple: fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Aug 31, 2023
1 parent cd43e2b commit 733fff9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/python-aiorun/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down
5 changes: 4 additions & 1 deletion packages/python-ipgetter/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -37,5 +38,7 @@ package() {
--no-index \
--find-links="file://$startdir/dist" \
$_pkgname

rm -rf "$pkgdir/usr/lib/python$_pyver/site-packages/tests"
}

0 comments on commit 733fff9

Please sign in to comment.