Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.7 2015/04/13 23:12:40 rodent Exp $
# $NetBSD: Makefile,v 1.9 2016/06/08 17:43:22 wiz Exp $
DISTNAME= orderedmultidict-0.7.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= https://pypi.python.org/packages/source/o/orderedmultidict/
MASTER_SITES= ${MASTER_SITE_PYPI:=o/orderedmultidict/}
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= https://github.com/gruns/orderedmultidict
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-six>=1.8.0:../../lang/py-six
USE_LANGUAGES= # none
post-install:
chmod -x ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/*
chmod a-x ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/*
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"