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

Antonio Rojas arojas at gemini.archlinux.org
Sun Jul 31 18:25:14 UTC 2022


    Date: Sunday, July 31, 2022 @ 18:25:14
  Author: arojas
Revision: 1259391

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-31 18:25:08 UTC (rev 1259390)
+++ PKGBUILD	2022-07-31 18:25:14 UTC (rev 1259391)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-rtree
-pkgver=0.9.7
-pkgrel=4
-pkgdesc="Rtree: spatial index for Python GIS"
-url="https://toblerity.github.com/rtree/"
-license=('LGPL')
-arch=('any')
-depends=('python' 'spatialindex')
-makedepends=('python-setuptools' 'python-wheel')
-checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-numpy')
-source=("https://github.com/Toblerity/rtree/archive/$pkgver/$pkgname-$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
-}

Copied: python-rtree/repos/community-any/PKGBUILD (from rev 1259390, python-rtree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-31 18:25:14 UTC (rev 1259391)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-rtree
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Rtree: spatial index for Python GIS"
+url="https://toblerity.github.com/rtree/"
+license=('LGPL')
+arch=('any')
+depends=('python' 'spatialindex')
+makedepends=('python-setuptools' 'python-wheel')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-numpy')
+source=("https://github.com/Toblerity/rtree/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('d47c85020f29a46a9c3b9afa92885a2e58045238022584fd4af8fcfe963c084e812a2ca21c5da36a5836a48b6e1d1c8e0a621776e15d2e049131aca3fc63316b')
+
+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