pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update: py-rtree to 1.0.1



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Nov 4 17:40:17 2022 +0000
Changeset:	a4f8028d98a4fc4b20aee300686d2f72aeeebf66

Modified Files:
	py-rtree/Makefile
	py-rtree/PLIST
	py-rtree/distinfo

Log Message:
Update: py-rtree to 1.0.1

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a4f8028d98a4fc4b20aee300686d2f72aeeebf66

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-rtree/Makefile |  8 ++++----
 py-rtree/PLIST    | 25 ++++++++++++++++++++++---
 py-rtree/distinfo |  6 +++---
 3 files changed, 29 insertions(+), 10 deletions(-)

diffs:
diff --git a/py-rtree/Makefile b/py-rtree/Makefile
index 89347405f5..cb873c5d2c 100644
--- a/py-rtree/Makefile
+++ b/py-rtree/Makefile
@@ -1,12 +1,12 @@
 # $NetBSD$
 
-DISTNAME=	Rtree-0.9.4
+DISTNAME=	Rtree-1.0.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=	geography python
-MASTER_SITES=	https://files.pythonhosted.org/packages/56/6f/f1e91001d5ad9fa9bed65875152f5a1c7955c5763168cae309546e6e9fda/
+MASTER_SITES=	${MASTER_SITE_PYPI:=R/Rtree/}
 
-MAINTAINER=	jihbed.research%gmail.com@localhost
-HOMEPAGE=	https://files.pythonhosted.org/packages/56/6f/f1e91001d5ad9fa9bed65875152f5a1c7955c5763168cae309546e6e9fda/
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/Toblerity/rtree
 COMMENT=	R-Tree spatial index for Python GIS
 LICENSE=	mit
 
diff --git a/py-rtree/PLIST b/py-rtree/PLIST
index cf8b8836f1..64b15883ba 100644
--- a/py-rtree/PLIST
+++ b/py-rtree/PLIST
@@ -1,4 +1,23 @@
 @comment $NetBSD$
-@comment TODO: to fill this file with the file listing:
-@comment TODO: 1. run "/usr/pkg/bin/bmake package"
-@comment TODO: 2. run "/usr/pkg/bin/bmake print-PLIST"
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/rtree/__init__.py
+${PYSITELIB}/rtree/__init__.pyc
+${PYSITELIB}/rtree/__init__.pyo
+${PYSITELIB}/rtree/core.py
+${PYSITELIB}/rtree/core.pyc
+${PYSITELIB}/rtree/core.pyo
+${PYSITELIB}/rtree/exceptions.py
+${PYSITELIB}/rtree/exceptions.pyc
+${PYSITELIB}/rtree/exceptions.pyo
+${PYSITELIB}/rtree/finder.py
+${PYSITELIB}/rtree/finder.pyc
+${PYSITELIB}/rtree/finder.pyo
+${PYSITELIB}/rtree/index.py
+${PYSITELIB}/rtree/index.pyc
+${PYSITELIB}/rtree/index.pyo
+${PYSITELIB}/rtree/py.typed
diff --git a/py-rtree/distinfo b/py-rtree/distinfo
index b94c736a91..363a87773f 100644
--- a/py-rtree/distinfo
+++ b/py-rtree/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (Rtree-0.9.4.tar.gz) = e5fa2deff1edfc4089d952097f46767034186382
-SHA512 (Rtree-0.9.4.tar.gz) = 59981ffefedac1162faaa86ea10d7d5503da46c7ae9588a57e1a49214043de5f41bd4836965651d4cd22e7959c37cc6d586d9912568a2aaf693a0afb7895b429
-Size (Rtree-0.9.4.tar.gz) = 62017 bytes
+BLAKE2s (Rtree-1.0.1.tar.gz) = 05f42efd98c68a85aabde92e2a64c9ae1038e596b56034be6827636d86ae1ccc
+SHA512 (Rtree-1.0.1.tar.gz) = 1676e7aaaaa60f085a0d45cc4c3a9f1bf04258e692b6ad0e8b46b4f8d3d934308f1ee916967225ed76953d5b68948623a89f5b503b2eee15d9286d987378ae35
+Size (Rtree-1.0.1.tar.gz) = 48912 bytes


Home | Main Index | Thread Index | Old Index