[arch-commits] Commit in python-rtree/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Dec 24 17:04:47 UTC 2020
Date: Thursday, December 24, 2020 @ 17:04:46
Author: felixonmars
Revision: 788353
archrelease: copy trunk to community-any
Added:
python-rtree/repos/community-any/PKGBUILD
(from rev 788352, python-rtree/trunk/PKGBUILD)
Deleted:
python-rtree/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-24 17:04:35 UTC (rev 788352)
+++ PKGBUILD 2020-12-24 17:04:46 UTC (rev 788353)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-rtree
-pkgver=0.9.6
-pkgrel=1
-pkgdesc="Rtree: spatial index for Python GIS"
-url="https://toblerity.github.com/rtree/"
-license=('LGPL')
-arch=('any')
-depends=('spatialindex' 'python-setuptools')
-makedepends=('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")
-sha512sums=('88e8283efdcef040934793d5413372792273edb489b7038d8a2c843c017f0b637d042b17c2787c334424a5e12deeb352d79ab8c4232fe830c62a29f1ca6fb7ce')
-
-build() {
- cd rtree-$pkgver
- python setup.py build
-}
-
-check() {
- cd rtree-$pkgver
- python setup.py pytest
-}
-
-package() {
- cd rtree-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-rtree/repos/community-any/PKGBUILD (from rev 788352, python-rtree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-24 17:04:46 UTC (rev 788353)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-rtree
+pkgver=0.9.7
+pkgrel=1
+pkgdesc="Rtree: spatial index for Python GIS"
+url="https://toblerity.github.com/rtree/"
+license=('LGPL')
+arch=('any')
+depends=('spatialindex' 'python-setuptools')
+makedepends=('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")
+sha512sums=('f3add9440ddbc3b40366a3826c4206d03d46aa4e0e5cf90e5838347def7f9b52662458cb964a5f27cfd589637b2b1616dca62cbd89e6095601cf0f1881e2090b')
+
+build() {
+ cd rtree-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd rtree-$pkgver
+ python setup.py pytest
+}
+
+package() {
+ cd rtree-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list