pkgsrc-WIP-changes archive

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

py-rtree: Update to 1.4.1



Module Name:	pkgsrc-wip
Committed By:	matthew <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Wed Feb 18 20:55:53 2026 -0700
Changeset:	51798f1f696cc0801c4bccd0d93c5690fa363ab7

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

Log Message:
py-rtree: Update to 1.4.1

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

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

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

diffs:
diff --git a/py-rtree/Makefile b/py-rtree/Makefile
index 4f8534c4e7..5e94770471 100644
--- a/py-rtree/Makefile
+++ b/py-rtree/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	Rtree-1.2.0
+DISTNAME=	Rtree-1.4.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=	geography python
 MASTER_SITES=	${MASTER_SITE_PYPI:=R/Rtree/}
@@ -12,8 +12,8 @@ LICENSE=	mit
 
 PYTHON_VERSIONS_INCOMPATIBLE=	38
 
-TOOL_DEPENDS+=     ${PYPKGPREFIX}-setuptools>=70.0:../../devel/py-setuptools
-TOOL_DEPENDS+=  ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=70.0:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-rtree/PLIST b/py-rtree/PLIST
index fbbad94937..7ae7014c41 100644
--- a/py-rtree/PLIST
+++ b/py-rtree/PLIST
@@ -1,9 +1,9 @@
 @comment $NetBSD$
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/rtree-${PKGVERSION}.dist-info/METADATA
+${PYSITELIB}/rtree-${PKGVERSION}.dist-info/RECORD
+${PYSITELIB}/rtree-${PKGVERSION}.dist-info/WHEEL
+${PYSITELIB}/rtree-${PKGVERSION}.dist-info/licenses/LICENSE.txt
+${PYSITELIB}/rtree-${PKGVERSION}.dist-info/top_level.txt
 ${PYSITELIB}/rtree/__init__.py
 ${PYSITELIB}/rtree/__init__.pyc
 ${PYSITELIB}/rtree/__init__.pyo


Home | Main Index | Thread Index | Old Index