pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/py-google-maps-services-python Append PKGVER...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86e34463fcb7
branches:  trunk
changeset: 645032:86e34463fcb7
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Wed Jan 21 13:22:20 2015 +0000

description:
Append PKGVERSION_NOREV to EGG_NAME so that EGG_INFODIR substitution can
happen; noticed during bulk building with a different PYVERSION than the
one that had crept into the PLIST.

Bump PKGREVISION.

diffstat:

 geography/py-google-maps-services-python/Makefile |   5 +++--
 geography/py-google-maps-services-python/PLIST    |  12 ++++++------
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (41 lines):

diff -r 093b23d8f82f -r 86e34463fcb7 geography/py-google-maps-services-python/Makefile
--- a/geography/py-google-maps-services-python/Makefile Wed Jan 21 11:23:16 2015 +0000
+++ b/geography/py-google-maps-services-python/Makefile Wed Jan 21 13:22:20 2015 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2015/01/12 10:27:41 kleink Exp $
+# $NetBSD: Makefile,v 1.2 2015/01/21 13:22:20 kleink Exp $
 
 DISTNAME=      google-maps-services-python-2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    geography python
 MASTER_SITES=  -https://github.com/googlemaps/google-maps-services-python/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
 
@@ -12,7 +13,7 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 
-EGG_NAME=      googlemaps
+EGG_NAME=      googlemaps-${PKGVERSION_NOREV}
 PYTHON_VERSIONS_INCOMPATIBLE=  33
 
 .include "../../lang/python/egg.mk"
diff -r 093b23d8f82f -r 86e34463fcb7 geography/py-google-maps-services-python/PLIST
--- a/geography/py-google-maps-services-python/PLIST    Wed Jan 21 11:23:16 2015 +0000
+++ b/geography/py-google-maps-services-python/PLIST    Wed Jan 21 13:22:20 2015 +0000
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2015/01/12 10:27:41 kleink Exp $
-${PYSITELIB}/googlemaps-${PKGVERSION}-py2.7.egg-info/PKG-INFO
-${PYSITELIB}/googlemaps-${PKGVERSION}-py2.7.egg-info/SOURCES.txt
-${PYSITELIB}/googlemaps-${PKGVERSION}-py2.7.egg-info/dependency_links.txt
-${PYSITELIB}/googlemaps-${PKGVERSION}-py2.7.egg-info/requires.txt
-${PYSITELIB}/googlemaps-${PKGVERSION}-py2.7.egg-info/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2015/01/21 13:22:20 kleink Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/googlemaps/__init__.py
 ${PYSITELIB}/googlemaps/__init__.pyc
 ${PYSITELIB}/googlemaps/__init__.pyo



Home | Main Index | Thread Index | Old Index