[arch-commits] Commit in python-rtree/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Dec 19 09:24:50 UTC 2020


    Date: Saturday, December 19, 2020 @ 09:24:49
  Author: felixonmars
Revision: 779793

archrelease: copy trunk to community-any

Added:
  python-rtree/repos/community-any/PKGBUILD
    (from rev 779792, python-rtree/trunk/PKGBUILD)
Deleted:
  python-rtree/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   57 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-19 09:24:39 UTC (rev 779792)
+++ PKGBUILD	2020-12-19 09:24:49 UTC (rev 779793)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-rtree
-pkgver=0.9.4
-pkgrel=2
-pkgdesc="Rtree: spatial index for Python GIS"
-url="https://toblerity.github.com/rtree/"
-license=('LGPL')
-arch=('any')
-depends=('spatialindex' 'python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-numpy')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Toblerity/rtree/archive/$pkgver.tar.gz")
-sha512sums=('42db0cfc03f25caccc8cb1c601484318b3f0801b8b1794a7b7c0182a916d4df361d9bbb27ea339e5714f49205a92f504ee146392ae2399ad9b74d374274bb2c3')
-
-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 779792, python-rtree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-19 09:24:49 UTC (rev 779793)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-rtree
+pkgver=0.9.5
+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=('fdc1b2eb33610e157a51e914e70814c6d2d36c50c9b425bbbf4e953705df588e536347af358642d1fec7aab0a5432c840bc73f63aba8ae3f88b6200d30e40c0c')
+
+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