pkgsrc-WIP-changes archive

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

py-rtree: Update to 1.2.0



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Fri Jun 21 12:41:57 2024 -0600
Changeset:	0ef168a70c9615b9daae23d5fb49f6c76d1419da

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

Log Message:
py-rtree: Update to 1.2.0

1.2.0: 2024-01-19
    Fix test failure with built library (#291 by @sebastic)
    Include spatialindex headers and add get_include() (#292 by @JDBetteridge)

1.1.0: 2023-10-17

    Python 3.8+ is now required (#273)
    Move project metadata to pyproject.toml (#269)
    Refactor built wheels for PyPI (#276)
    Fix memory leak when breaking mid-way in _get_objects and _get_ids (#266) (thanks @akariv!)

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

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    | 11 +++++------
 py-rtree/distinfo |  6 +++---
 3 files changed, 14 insertions(+), 11 deletions(-)

diffs:
diff --git a/py-rtree/Makefile b/py-rtree/Makefile
index cb873c5d2c..4f8534c4e7 100644
--- a/py-rtree/Makefile
+++ b/py-rtree/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	Rtree-1.0.1
+DISTNAME=	Rtree-1.2.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=	geography python
 MASTER_SITES=	${MASTER_SITE_PYPI:=R/Rtree/}
@@ -10,6 +10,10 @@ HOMEPAGE=	https://github.com/Toblerity/rtree
 COMMENT=	R-Tree spatial index for Python GIS
 LICENSE=	mit
 
+PYTHON_VERSIONS_INCOMPATIBLE=	38
 
-.include "../../lang/python/egg.mk"
+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 64b15883ba..fbbad94937 100644
--- a/py-rtree/PLIST
+++ b/py-rtree/PLIST
@@ -1,10 +1,9 @@
 @comment $NetBSD$
-${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}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/rtree/__init__.py
 ${PYSITELIB}/rtree/__init__.pyc
 ${PYSITELIB}/rtree/__init__.pyo
diff --git a/py-rtree/distinfo b/py-rtree/distinfo
index 363a87773f..6e8b886c8e 100644
--- a/py-rtree/distinfo
+++ b/py-rtree/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-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
+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


Home | Main Index | Thread Index | Old Index