Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / 
python-rtree


Commits:
a207495e by Campbell Jones at 2024-05-05T23:03:00-04:00
upgpkg: 1.1.0-3: Update license and URL

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = python-rtree
        pkgdesc = Rtree: spatial index for Python GIS
        pkgver = 1.1.0
-       pkgrel = 2
-       url = https://toblerity.github.com/rtree/
+       pkgrel = 3
+       url = https://rtree.readthedocs.io/en/latest/
        arch = any
-       license = LGPL
+       license = MIT
        checkdepends = python-pytest
        checkdepends = python-pytest-cov
        checkdepends = python-numpy


=====================================
PKGBUILD
=====================================
@@ -2,10 +2,10 @@
 
 pkgname=python-rtree
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Rtree: spatial index for Python GIS"
-url="https://toblerity.github.com/rtree/";
-license=('LGPL')
+url="https://rtree.readthedocs.io/en/latest/";
+license=('MIT')
 arch=('any')
 depends=('python' 'spatialindex')
 makedepends=('python-setuptools' 'python-wheel')
@@ -26,4 +26,6 @@ check() {
 package() {
   cd rtree-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm 0644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rtree/-/commit/a207495e2a8bed3ce5e590c9d64688a35b80174f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rtree/-/commit/a207495e2a8bed3ce5e590c9d64688a35b80174f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to