pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Apr 16 14:38:57 UTC 2025

Modified Files:
        pkgsrc/geography/py-geoip2: Makefile PLIST
        pkgsrc/geography/py-geojson: Makefile PLIST
        pkgsrc/geography/py-geomet: Makefile PLIST
        pkgsrc/geography/py-maxminddb: Makefile PLIST
        pkgsrc/geography/py-obspy: Makefile PLIST
        pkgsrc/geography/py-owslib: Makefile PLIST
        pkgsrc/geography/py-proj: Makefile PLIST

Log Message:
Fix for setuptools>=78; bump revision


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/geography/py-geoip2/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/geography/py-geoip2/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/geography/py-geojson/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/geography/py-geojson/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/geography/py-geomet/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/geography/py-geomet/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/geography/py-maxminddb/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/geography/py-maxminddb/PLIST
cvs rdiff -u -r1.29 -r1.30 pkgsrc/geography/py-obspy/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/geography/py-obspy/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/geography/py-owslib/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/geography/py-owslib/PLIST
cvs rdiff -u -r1.53 -r1.54 pkgsrc/geography/py-proj/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/geography/py-proj/PLIST

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

Modified files:

Index: pkgsrc/geography/py-geoip2/Makefile
diff -u pkgsrc/geography/py-geoip2/Makefile:1.6 pkgsrc/geography/py-geoip2/Makefile:1.7
--- pkgsrc/geography/py-geoip2/Makefile:1.6     Wed Feb 12 12:55:46 2025
+++ pkgsrc/geography/py-geoip2/Makefile Wed Apr 16 14:38:57 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2025/02/12 12:55:46 adam Exp $
+# $NetBSD: Makefile,v 1.7 2025/04/16 14:38:57 adam Exp $
 
 DISTNAME=      geoip2-5.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    geography python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/geoip2/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     http://www.maxmind.com/
 COMMENT=       MaxMind GeoIP2 API
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-aiohttp>=3.6.2:../../www/py-aiohttp
 DEPENDS+=      ${PYPKGPREFIX}-maxminddb>=2.5.1:../../geography/py-maxminddb

Index: pkgsrc/geography/py-geoip2/PLIST
diff -u pkgsrc/geography/py-geoip2/PLIST:1.3 pkgsrc/geography/py-geoip2/PLIST:1.4
--- pkgsrc/geography/py-geoip2/PLIST:1.3        Wed Feb 12 12:55:46 2025
+++ pkgsrc/geography/py-geoip2/PLIST    Wed Apr 16 14:38:57 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2025/02/12 12:55:46 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.4 2025/04/16 14:38:57 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/geoip2/__init__.py
 ${PYSITELIB}/geoip2/__init__.pyc

Index: pkgsrc/geography/py-geojson/Makefile
diff -u pkgsrc/geography/py-geojson/Makefile:1.21 pkgsrc/geography/py-geojson/Makefile:1.22
--- pkgsrc/geography/py-geojson/Makefile:1.21   Wed Jan 15 15:14:59 2025
+++ pkgsrc/geography/py-geojson/Makefile        Wed Apr 16 14:38:57 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2025/01/15 15:14:59 adam Exp $
+# $NetBSD: Makefile,v 1.22 2025/04/16 14:38:57 adam Exp $
 
 DISTNAME=      geojson-3.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    geography python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/geojson/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/jazzband/ge
 COMMENT=       Python bindings and utlities for GeoJSON
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/geography/py-geojson/PLIST
diff -u pkgsrc/geography/py-geojson/PLIST:1.8 pkgsrc/geography/py-geojson/PLIST:1.9
--- pkgsrc/geography/py-geojson/PLIST:1.8       Sun Oct 13 15:04:05 2024
+++ pkgsrc/geography/py-geojson/PLIST   Wed Apr 16 14:38:57 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.8 2024/10/13 15:04:05 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst
+@comment $NetBSD: PLIST,v 1.9 2025/04/16 14:38:57 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.rst
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/geojson/__init__.py
 ${PYSITELIB}/geojson/__init__.pyc

Index: pkgsrc/geography/py-geomet/Makefile
diff -u pkgsrc/geography/py-geomet/Makefile:1.2 pkgsrc/geography/py-geomet/Makefile:1.3
--- pkgsrc/geography/py-geomet/Makefile:1.2     Mon Nov 11 07:28:33 2024
+++ pkgsrc/geography/py-geomet/Makefile Wed Apr 16 14:38:57 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2024/11/11 07:28:33 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/16 14:38:57 adam Exp $
 
 DISTNAME=      geomet-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    geography python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/geomet/}
 
@@ -10,12 +11,10 @@ HOMEPAGE=   https://github.com/geomet/geom
 COMMENT=       Pure Python conversion library for common geospatial data formats
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} geomet geomet-${PYVERSSUFFIX} || ${TRUE}
 

Index: pkgsrc/geography/py-geomet/PLIST
diff -u pkgsrc/geography/py-geomet/PLIST:1.1 pkgsrc/geography/py-geomet/PLIST:1.2
--- pkgsrc/geography/py-geomet/PLIST:1.1        Wed Nov 15 09:18:27 2023
+++ pkgsrc/geography/py-geomet/PLIST    Wed Apr 16 14:38:57 2025
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2023/11/15 09:18:27 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/04/16 14:38:57 adam Exp $
 bin/geomet-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.txt
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/geomet/__init__.py
 ${PYSITELIB}/geomet/__init__.pyc

Index: pkgsrc/geography/py-maxminddb/Makefile
diff -u pkgsrc/geography/py-maxminddb/Makefile:1.8 pkgsrc/geography/py-maxminddb/Makefile:1.9
--- pkgsrc/geography/py-maxminddb/Makefile:1.8  Thu Jan 23 17:36:19 2025
+++ pkgsrc/geography/py-maxminddb/Makefile      Wed Apr 16 14:38:57 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2025/01/23 17:36:19 he Exp $
+# $NetBSD: Makefile,v 1.9 2025/04/16 14:38:57 adam Exp $
 
 DISTNAME=      maxminddb-2.6.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    geography python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/maxminddb/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/maxmind/Max
 COMMENT=       Reader for the MaxMind DB format
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=68.2.2:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 
 .include "../../geography/libmaxminddb/buildlink3.mk"

Index: pkgsrc/geography/py-maxminddb/PLIST
diff -u pkgsrc/geography/py-maxminddb/PLIST:1.2 pkgsrc/geography/py-maxminddb/PLIST:1.3
--- pkgsrc/geography/py-maxminddb/PLIST:1.2     Sun Jan 14 15:16:09 2024
+++ pkgsrc/geography/py-maxminddb/PLIST Wed Apr 16 14:38:57 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2024/01/14 15:16:09 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.3 2025/04/16 14:38:57 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/maxminddb/__init__.py
 ${PYSITELIB}/maxminddb/__init__.pyc

Index: pkgsrc/geography/py-obspy/Makefile
diff -u pkgsrc/geography/py-obspy/Makefile:1.29 pkgsrc/geography/py-obspy/Makefile:1.30
--- pkgsrc/geography/py-obspy/Makefile:1.29     Mon Nov 11 07:28:34 2024
+++ pkgsrc/geography/py-obspy/Makefile  Wed Apr 16 14:38:57 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2024/11/11 07:28:34 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2025/04/16 14:38:57 adam Exp $
 
 DISTNAME=      obspy-1.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    geography python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/obspy/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     http://www.obspy.org/
 COMMENT=       Python framework for seismological observatories
 LICENSE=       gnu-lgpl-v3
 
-DEPENDS+=      ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.20:../../math/py-numpy
 DEPENDS+=      ${PYPKGPREFIX}-scipy>=1.7:../../math/py-scipy
 DEPENDS+=      ${PYPKGPREFIX}-matplotlib>=3.3:../../graphics/py-matplotlib

Index: pkgsrc/geography/py-obspy/PLIST
diff -u pkgsrc/geography/py-obspy/PLIST:1.13 pkgsrc/geography/py-obspy/PLIST:1.14
--- pkgsrc/geography/py-obspy/PLIST:1.13        Wed Jul 31 18:29:21 2024
+++ pkgsrc/geography/py-obspy/PLIST     Wed Apr 16 14:38:57 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2024/07/31 18:29:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2025/04/16 14:38:57 adam Exp $
 bin/obspy-dataless2resp
 bin/obspy-dataless2xseed
 bin/obspy-flinn-engdahl
@@ -11,11 +11,11 @@ bin/obspy-runtests
 bin/obspy-scan
 bin/obspy-sds-report
 bin/obspy-xseed2dataless
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/namespace_packages.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/obspy/.coveragerc

Index: pkgsrc/geography/py-owslib/Makefile
diff -u pkgsrc/geography/py-owslib/Makefile:1.6 pkgsrc/geography/py-owslib/Makefile:1.7
--- pkgsrc/geography/py-owslib/Makefile:1.6     Wed Mar  5 10:03:30 2025
+++ pkgsrc/geography/py-owslib/Makefile Wed Apr 16 14:38:57 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2025/03/05 10:03:30 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/04/16 14:38:57 adam Exp $
 
 DISTNAME=      OWSLib-0.32.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    geography www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=O/OWSLib/}
 
@@ -11,7 +11,7 @@ HOMEPAGE=     https://owslib.readthedocs.io/
 COMMENT=       OGC Web Service utility library
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=1.5:../../time/py-dateutil
 DEPENDS+=      ${PYPKGPREFIX}-lxml>=3.3.0:../../textproc/py-lxml
 DEPENDS+=      ${PYPKGPREFIX}-requests>=1.0:../../devel/py-requests

Index: pkgsrc/geography/py-owslib/PLIST
diff -u pkgsrc/geography/py-owslib/PLIST:1.3 pkgsrc/geography/py-owslib/PLIST:1.4
--- pkgsrc/geography/py-owslib/PLIST:1.3        Tue Nov 12 13:17:11 2024
+++ pkgsrc/geography/py-owslib/PLIST    Wed Apr 16 14:38:57 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2024/11/12 13:17:11 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.4 2025/04/16 14:38:57 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS.rst
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/owslib/__init__.py
 ${PYSITELIB}/owslib/__init__.pyc

Index: pkgsrc/geography/py-proj/Makefile
diff -u pkgsrc/geography/py-proj/Makefile:1.53 pkgsrc/geography/py-proj/Makefile:1.54
--- pkgsrc/geography/py-proj/Makefile:1.53      Thu Nov 14 22:20:03 2024
+++ pkgsrc/geography/py-proj/Makefile   Wed Apr 16 14:38:57 2025
@@ -1,21 +1,19 @@
-# $NetBSD: Makefile,v 1.53 2024/11/14 22:20:03 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2025/04/16 14:38:57 adam Exp $
 
-DISTNAME=              pyproj-3.7.0
-PKGNAME=               ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=           3
-CATEGORIES=            geography
-MASTER_SITES=          ${MASTER_SITE_PYPI:=p/pyproj/}
+DISTNAME=      pyproj-3.7.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+PKGREVISION=   4
+CATEGORIES=    geography
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyproj/}
+
+MAINTAINER=    gdt%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/pyproj4/pyproj
+COMMENT=       Python interface to PROJ.4 library
+LICENSE=       mit
 
-MAINTAINER=            gdt%NetBSD.org@localhost
-HOMEPAGE=              https://github.com/pyproj4/pyproj
-COMMENT=               Python interface to PROJ.4 library
-LICENSE=               mit
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=0:../../devel/py-cython
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-certifi>=0:../../security/py-certifi
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=0:../../devel/py-cython
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 # tests fail
 # https://github.com/pyproj4/pyproj/issues/1447

Index: pkgsrc/geography/py-proj/PLIST
diff -u pkgsrc/geography/py-proj/PLIST:1.11 pkgsrc/geography/py-proj/PLIST:1.12
--- pkgsrc/geography/py-proj/PLIST:1.11 Tue Oct  1 13:28:27 2024
+++ pkgsrc/geography/py-proj/PLIST      Wed Apr 16 14:38:57 2025
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.11 2024/10/01 13:28:27 gdt Exp $
+@comment $NetBSD: PLIST,v 1.12 2025/04/16 14:38:57 adam Exp $
 bin/pyproj
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE_proj
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE_proj
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/pyproj/__init__.py
 ${PYSITELIB}/pyproj/__init__.pyc



Home | Main Index | Thread Index | Old Index