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 | dae6521fbd55942614bff4ea61c8e8b5c026b6d4 (patch) | |
tree | 0a02a5deb14850f2bb33cc45a035c29ba28ecaf5 /graphics | |
parent | eca16f16d39ee70b8857fc2115818e11e215bcef (diff) | |
download | pkgsrc-dae6521fbd55942614bff4ea61c8e8b5c026b6d4.tar.gz |
Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-cairo3/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-pycha/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/py-cairo3/Makefile b/graphics/py-cairo3/Makefile index 0fbb8a41048..bef9f90f16e 100644 --- a/graphics/py-cairo3/Makefile +++ b/graphics/py-cairo3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/06/30 14:25:59 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2015/04/13 23:12:42 rodent Exp $ DISTNAME= pycairo-1.10.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} PKGCONFIG_OVERRIDE+= py3cairo.pc.in -PYTHON_VERSIONS_INCOMPATIBLE= 26 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 PY_PATCHPLIST= yes # waf is not smart enough for this as of 1.10.0 PY_PEP3147= no diff --git a/graphics/py-pycha/Makefile b/graphics/py-pycha/Makefile index c090c7f2832..9e74e0636f1 100644 --- a/graphics/py-pycha/Makefile +++ b/graphics/py-pycha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/12/07 17:09:09 rodent Exp $ +# $NetBSD: Makefile,v 1.8 2015/04/13 23:12:42 rodent Exp $ DISTNAME= pycha-0.7.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ USE_LANGUAGES= #none PYTHON_SELF_CONFLICT= yes PYTHON_VERSIONED_DEPENDENCIES= cairo -PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 post-install: ${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/* |