summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-04 20:53:26 +0000
committerwiz <wiz@pkgsrc.org>2022-01-04 20:53:26 +0000
commitc7c6245bef7e5ca621e710024a67808158545477 (patch)
tree70fec9485159e1f0e70662b07abe452c242b9727 /geography
parentb7c7bb0e06284e1a639779f9c2e2046ec4638152 (diff)
downloadpkgsrc-c7c6245bef7e5ca621e710024a67808158545477.tar.gz
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Diffstat (limited to 'geography')
-rw-r--r--geography/py-country/Makefile3
-rw-r--r--geography/py-geojson/Makefile3
-rw-r--r--geography/py-googlemaps/Makefile3
-rw-r--r--geography/py-obspy/Makefile3
-rw-r--r--geography/py-proj/Makefile4
-rw-r--r--geography/py-trytond-country/Makefile3
-rw-r--r--geography/py-trytond-google-maps/Makefile3
7 files changed, 14 insertions, 8 deletions
diff --git a/geography/py-country/Makefile b/geography/py-country/Makefile
index a80f5c8d367..d83ffe52151 100644
--- a/geography/py-country/Makefile
+++ b/geography/py-country/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2019/11/28 06:24:29 adam Exp $
+# $NetBSD: Makefile,v 1.7 2022/01/04 20:54:02 wiz Exp $
DISTNAME= pycountry-19.8.18
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
+PKGREVISION= 1
CATEGORIES= geography python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycountry/}
diff --git a/geography/py-geojson/Makefile b/geography/py-geojson/Makefile
index 94e03019533..c6c89afabd5 100644
--- a/geography/py-geojson/Makefile
+++ b/geography/py-geojson/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2019/12/11 18:58:58 adam Exp $
+# $NetBSD: Makefile,v 1.16 2022/01/04 20:54:02 wiz Exp $
DISTNAME= geojson-2.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= geography python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/geojson/}
diff --git a/geography/py-googlemaps/Makefile b/geography/py-googlemaps/Makefile
index d6fb41a2640..a2d71ee2043 100644
--- a/geography/py-googlemaps/Makefile
+++ b/geography/py-googlemaps/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2022/01/02 14:32:02 kleink Exp $
+# $NetBSD: Makefile,v 1.9 2022/01/04 20:54:02 wiz Exp $
DISTNAME= googlemaps-4.5.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= geography python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/googlemaps/}
diff --git a/geography/py-obspy/Makefile b/geography/py-obspy/Makefile
index a493da2d28a..c692e01e436 100644
--- a/geography/py-obspy/Makefile
+++ b/geography/py-obspy/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2021/12/30 13:05:33 adam Exp $
+# $NetBSD: Makefile,v 1.20 2022/01/04 20:54:02 wiz Exp $
DISTNAME= obspy-1.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= geography python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/obspy/}
EXTRACT_SUFX= .zip
diff --git a/geography/py-proj/Makefile b/geography/py-proj/Makefile
index 5ed026bdc3f..add63245dfe 100644
--- a/geography/py-proj/Makefile
+++ b/geography/py-proj/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.30 2021/12/08 16:04:47 adam Exp $
+# $NetBSD: Makefile,v 1.31 2022/01/04 20:54:02 wiz Exp $
DISTNAME= pyproj-2.6.1
# After proj is >= 7
#DISTNAME= pyproj-3.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyproj/}
diff --git a/geography/py-trytond-country/Makefile b/geography/py-trytond-country/Makefile
index 0d5c351c450..705af6b3019 100644
--- a/geography/py-trytond-country/Makefile
+++ b/geography/py-trytond-country/Makefile
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2020/01/18 23:32:08 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2022/01/04 20:54:02 wiz Exp $
TRYTON_MODULE_NAME= trytond_country
+PKGREVISION= 1
.include "../../devel/py-trytond/Makefile.common"
CATEGORIES= geography python
diff --git a/geography/py-trytond-google-maps/Makefile b/geography/py-trytond-google-maps/Makefile
index fddf3536a4d..2af4255f006 100644
--- a/geography/py-trytond-google-maps/Makefile
+++ b/geography/py-trytond-google-maps/Makefile
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 23:32:09 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2022/01/04 20:54:02 wiz Exp $
TRYTON_MODULE_NAME= trytond_google_maps
+PKGREVISION= 1
.include "../../devel/py-trytond/Makefile.common"
CATEGORIES= geography python