pkgsrc-WIP-changes archive

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

py-rtree: fix incorrect distinfo and DISTNAME



Module Name:	pkgsrc-wip
Committed By:	matthew <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Sat Mar 7 09:50:56 2026 -0700
Changeset:	6799c92f761ce5f8517d570a67e3fb9cafbeb9e8

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

Log Message:
py-rtree: fix incorrect distinfo and DISTNAME

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

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

diffstat:
 py-rtree/Makefile | 5 ++---
 py-rtree/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs:
diff --git a/py-rtree/Makefile b/py-rtree/Makefile
index 5e94770471..2c0c488b2c 100644
--- a/py-rtree/Makefile
+++ b/py-rtree/Makefile
@@ -1,17 +1,16 @@
 # $NetBSD$
 
-DISTNAME=	Rtree-1.4.1
+DISTNAME=	rtree-1.4.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=	geography python
 MASTER_SITES=	${MASTER_SITE_PYPI:=R/Rtree/}
+PKGREVISION=	1
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://github.com/Toblerity/rtree
 COMMENT=	R-Tree spatial index for Python GIS
 LICENSE=	mit
 
-PYTHON_VERSIONS_INCOMPATIBLE=	38
-
 TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=70.0:../../devel/py-setuptools
 TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
diff --git a/py-rtree/distinfo b/py-rtree/distinfo
index 6e8b886c8e..703ffed102 100644
--- a/py-rtree/distinfo
+++ b/py-rtree/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (Rtree-1.2.0.tar.gz) = cd2145eb4d9911065e0e3a6c203387dba9cb68c6de34391db2291bebcbcbd602
-SHA512 (Rtree-1.2.0.tar.gz) = 3008a0555ea5e354dec1a8d27a2b395ff148e5c12c70e1c57c57d077b9db5f0065e58543de009fdf552c986ccf47ac7b65945b74b9e9716b6f922b9d24e37ee5
-Size (Rtree-1.2.0.tar.gz) = 48431 bytes
+BLAKE2s (rtree-1.4.1.tar.gz) = 647f36d3105c57bd2c5852a22dd8815da1627d4cd1c3821f9d0f39dbde4dfe02
+SHA512 (rtree-1.4.1.tar.gz) = d881a2ba11014cc96ca86414ab5cacb9f05d3c6dc8c8da0700b538737a270c1d94c5e6593a4976a9bfe219bdfc2f3ed003a60ac65f580cfa9f7459ca75091d7d
+Size (rtree-1.4.1.tar.gz) = 52425 bytes


Home | Main Index | Thread Index | Old Index