diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-25 09:47:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-25 09:47:18 +0000 |
commit | df148167909a2ea09151d92ca19966fc53f0d999 (patch) | |
tree | b9ce2c6269b72ed740ad13fce0a5e6992338901f /misc | |
parent | db475c9fcdb210502424c9d103785c680346ae13 (diff) | |
download | pkgsrc-df148167909a2ea09151d92ca19966fc53f0d999.tar.gz |
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/calibre/Makefile | 4 | ||||
-rw-r--r-- | misc/gaupol/Makefile | 4 | ||||
-rw-r--r-- | misc/kdeutils4/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile index 3555e848c9e..dcc2a202d8d 100644 --- a/misc/calibre/Makefile +++ b/misc/calibre/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2011/01/13 13:38:43 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2011/02/25 09:47:25 wiz Exp $ # DISTNAME= calibre-0.6.24 @@ -26,7 +26,7 @@ DEPENDS+= ${PYPKGPREFIX}-mechanize>=0.1.11:../../www/py-mechanize USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config -PYTHON_VERSIONS_ACCEPTED= 26 +PYTHON_VERSIONS_ACCEPTED= 27 26 PYDISTUTILSPKG= yes PYSETUPOPTARGS= # empty PYSETUPINSTALLARGS= --prefix=${PREFIX} diff --git a/misc/gaupol/Makefile b/misc/gaupol/Makefile index 84edde4aaf2..0b1e1b58d58 100644 --- a/misc/gaupol/Makefile +++ b/misc/gaupol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2010/07/21 11:29:37 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2011/02/25 09:47:25 wiz Exp $ # DISTNAME= gaupol-0.17 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet DEPENDS+= ${PYPKGPREFIX}-enchant>=1.4:../../textproc/py-enchant DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.16:../../x11/py-gtk2 -PYTHON_VERSIONS_ACCEPTED= 26 +PYTHON_VERSIONS_ACCEPTED= 27 26 PYDISTUTILSPKG= yes USE_LANGUAGES= # none USE_TOOLS+= intltool msgfmt diff --git a/misc/kdeutils4/Makefile b/misc/kdeutils4/Makefile index 32358a38e9a..1e090d5efc5 100644 --- a/misc/kdeutils4/Makefile +++ b/misc/kdeutils4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2011/01/23 07:55:14 markd Exp $ +# $NetBSD: Makefile,v 1.20 2011/02/25 09:47:25 wiz Exp $ DISTNAME= kdeutils-${_KDE_VERSION} CATEGORIES= misc @@ -6,7 +6,7 @@ COMMENT= Utilities for the KDE integrated X11 desktop .include "../../meta-pkgs/kde4/Makefile.kde4" -PYTHON_VERSIONS_ACCEPTED= 26 25 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 #make sure cmake picks up the same Python version as pkgsrc CMAKE_ARGS+= -DPYTHON_EXECUTABLE:FILEPATH=${PYTHONBIN} CMAKE_ARGS+= -DLIBLZMA_INCLUDE_DIR:PATH=${BUILDLINK_PREFIX.xz}/include |