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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 12:02:17 UTC 2021


    Date: Thursday, December 2, 2021 @ 12:02:16
  Author: felixonmars
Revision: 1061736

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 12:02:15 UTC (rev 1061735)
+++ PKGBUILD	2021-12-02 12:02:16 UTC (rev 1061736)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-rtree
-pkgver=0.9.7
-pkgrel=3
-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-staging-any/PKGBUILD (from rev 1061734, python-rtree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 12:02:16 UTC (rev 1061736)
@@ -0,0 +1,29 @@
+# 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
+}



More information about the arch-commits mailing list