Date: Wednesday, January 13, 2021 @ 15:46:47 Author: felixonmars Revision: 820508
upgpkg: python-rtree 0.9.7-2: setuptools is no longer needed as runtime dependency Modified: python-rtree/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-13 15:35:07 UTC (rev 820507) +++ PKGBUILD 2021-01-13 15:46:47 UTC (rev 820508) @@ -2,15 +2,15 @@ pkgname=python-rtree pkgver=0.9.7 -pkgrel=1 +pkgrel=2 pkgdesc="Rtree: spatial index for Python GIS" url="https://toblerity.github.com/rtree/" license=('LGPL') arch=('any') -depends=('spatialindex' 'python-setuptools') -makedepends=('python-wheel') +depends=('python' 'spatialindex') +makedepends=('python-setuptools' 'python-wheel') checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-numpy') -source=("$pkgname-$pkgver.tar.gz::https://github.com/Toblerity/rtree/archive/$pkgver.tar.gz") +source=("https://github.com/Toblerity/rtree/archive/$pkgver/$pkgname-$pkgver.tar.gz") sha512sums=('f3add9440ddbc3b40366a3826c4206d03d46aa4e0e5cf90e5838347def7f9b52662458cb964a5f27cfd589637b2b1616dca62cbd89e6095601cf0f1881e2090b') build() {
