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

Felix Yan felixonmars at archlinux.org
Fri Oct 5 09:57:06 UTC 2018


    Date: Friday, October 5, 2018 @ 09:57:05
  Author: felixonmars
Revision: 389739

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-05 09:56:47 UTC (rev 389738)
+++ PKGBUILD	2018-10-05 09:57:05 UTC (rev 389739)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-rtree
-pkgver=0.8.3
-pkgrel=1
-pkgdesc="Rtree: spatial index for Python GIS"
-url="http://toblerity.github.com/rtree/"
-license=('LGPL')
-arch=('any')
-depends=('libspatialindex' 'python-setuptools')
-checkdepends=('python-pytest-runner' 'python-numpy')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Toblerity/rtree/archive/$pkgver.tar.gz")
-sha512sums=('4f6311ab5a24badb702fed6ff9dc7dc7f81caec0696ea0479e3620ba4be17c9ca6c1ecdd36ba4fd6c1f260f01795bb522bf10e1be9c132b767ed2bb0a4183566')
-
-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 389738, python-rtree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-05 09:57:05 UTC (rev 389739)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-rtree
+pkgver=0.8.3
+pkgrel=2
+pkgdesc="Rtree: spatial index for Python GIS"
+url="http://toblerity.github.com/rtree/"
+license=('LGPL')
+arch=('any')
+depends=('spatialindex' 'python-setuptools')
+checkdepends=('python-pytest-runner' 'python-numpy')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Toblerity/rtree/archive/$pkgver.tar.gz")
+sha512sums=('4f6311ab5a24badb702fed6ff9dc7dc7f81caec0696ea0479e3620ba4be17c9ca6c1ecdd36ba4fd6c1f260f01795bb522bf10e1be9c132b767ed2bb0a4183566')
+
+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