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

Felix Yan felixonmars at archlinux.org
Sat Dec 21 21:07:27 UTC 2019


    Date: Saturday, December 21, 2019 @ 21:07:25
  Author: felixonmars
Revision: 538684

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-21 21:07:17 UTC (rev 538683)
+++ PKGBUILD	2019-12-21 21:07:25 UTC (rev 538684)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-rtree
-pkgver=0.9.2
-pkgrel=1
-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=('85ffeb1474102c9d00df8e9a51f4a19de992f23cff066cef2bef95da5dbed29ac652fa2cdd7ce6bf8e3a9f536594ad6ee40b4079f7cd330bfb1d7e772688a2be')
-
-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 538683, python-rtree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-21 21:07:25 UTC (rev 538684)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-rtree
+pkgver=0.9.3
+pkgrel=1
+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=('5e08d00cefba903cafff3e25531ff534f50281203969024c9252730edba223d9fcc1372eef45a9527a1a021beb437c0aa7bdd3532157d1e6d0f7f0c46b1d0c81')
+
+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