Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.4 2015/03/02 13:29:16 kleink Exp $
DISTNAME= google-maps-services-python-2.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= geography python
MASTER_SITES= -https://github.com/googlemaps/google-maps-services-python/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
MAINTAINER= kleink@NetBSD.org
HOMEPAGE= https://github.com/googlemaps/google-maps-services-python/
COMMENT= Python client library for Google Maps API Web Services
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
EGG_NAME= googlemaps-${PKGVERSION_NOREV}
PYTHON_VERSIONS_INCOMPATIBLE= 33
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"