diff options
author | rodent <rodent@pkgsrc.org> | 2015-04-13 23:12:40 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-04-13 23:12:40 +0000 |
commit | 477a56d7a723940fc81f2f2cd078790d89c24e00 (patch) | |
tree | 0a02a5deb14850f2bb33cc45a035c29ba28ecaf5 /databases/py-orderedmultidict/Makefile | |
parent | 1b63f7ac4a34c10ac1f238429b7881fb9ef321bf (diff) | |
download | pkgsrc-477a56d7a723940fc81f2f2cd078790d89c24e00.tar.gz |
Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
Diffstat (limited to 'databases/py-orderedmultidict/Makefile')
-rw-r--r-- | databases/py-orderedmultidict/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/py-orderedmultidict/Makefile b/databases/py-orderedmultidict/Makefile index 03e1244c5a6..5e80e62c955 100644 --- a/databases/py-orderedmultidict/Makefile +++ b/databases/py-orderedmultidict/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/04/02 22:57:19 rodent Exp $ +# $NetBSD: Makefile,v 1.7 2015/04/13 23:12:40 rodent Exp $ DISTNAME= orderedmultidict-0.7.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,8 +14,6 @@ DEPENDS+= ${PYPKGPREFIX}-six>=1.8.0:../../lang/py-six USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 26 - post-install: chmod -x ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/* |