diff options
Diffstat (limited to 'devel')
167 files changed, 167 insertions, 167 deletions
diff --git a/devel/antlr/Makefile b/devel/antlr/Makefile index 723a7f8767a6..41cc50ed9165 100644 --- a/devel/antlr/Makefile +++ b/devel/antlr/Makefile @@ -41,7 +41,7 @@ PORTDOCS= ANTLRException.gif closure.gif cpp-runtime.html \ .endif .if ${PORT_OPTIONS:MPYTHON} -USE_PYTHON= 2.2+ +USE_PYTHON= yes PORTDOCS+= python-runtime.html ANTLR_PYTHON= ${WRKSRC}/lib/python PLIST_SUB+= WITH_PYTHON="" diff --git a/devel/apr2/Makefile b/devel/apr2/Makefile index 97803d3fd5be..911c941c0888 100644 --- a/devel/apr2/Makefile +++ b/devel/apr2/Makefile @@ -32,7 +32,7 @@ NO_STAGE= yes USES= iconv perl5 USE_AUTOTOOLS= automake autoconf libtool:env USE_PERL5= build -USE_PYTHON_BUILD= -2.7 +USE_PYTHON_BUILD= 2 USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/devel/bicyclerepair/Makefile b/devel/bicyclerepair/Makefile index 7959ef60dfbd..f2abe6054ec4 100644 --- a/devel/bicyclerepair/Makefile +++ b/devel/bicyclerepair/Makefile @@ -10,7 +10,7 @@ PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} MAINTAINER= mwm@mired.org COMMENT= A python refactoring tool -USE_PYTHON= 2.2+ +USE_PYTHON= yes USE_PYDISTUTILS=yes NO_STAGE= yes diff --git a/devel/bzr-git/Makefile b/devel/bzr-git/Makefile index b41d4304e034..7f3b595aed7d 100644 --- a/devel/bzr-git/Makefile +++ b/devel/bzr-git/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr_git diff --git a/devel/bzr-grep/Makefile b/devel/bzr-grep/Makefile index 64444ff198f3..ae492f4181c3 100644 --- a/devel/bzr-grep/Makefile +++ b/devel/bzr-grep/Makefile @@ -20,7 +20,7 @@ LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr_grep PYDISTUTILS_PKGVERSION= ${PORTVERSION}.final.0 diff --git a/devel/bzr-svn/Makefile b/devel/bzr-svn/Makefile index d500e9e24c23..6626742ec9f6 100644 --- a/devel/bzr-svn/Makefile +++ b/devel/bzr-svn/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/subvertpy/__init__.py:${PORTSDIR}/devel/py-su bzr:${PORTSDIR}/devel/bzr WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr_svn diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile index 99b6f941b511..7d4a752a25e9 100644 --- a/devel/bzr/Makefile +++ b/devel/bzr/Makefile @@ -18,7 +18,7 @@ SFTP_DESC= Paramiko for SFTP support CA_BUNDLE_DESC= Include CA bundle for SSL cert validation OPTIONS_DEFAULT= SFTP CA_BUNDLE -USE_PYTHON= 2.6+ +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr USES= gettext diff --git a/devel/bzrtools/Makefile b/devel/bzrtools/Makefile index fcd229cedc91..0324684db362 100644 --- a/devel/bzrtools/Makefile +++ b/devel/bzrtools/Makefile @@ -18,7 +18,7 @@ RSYNC_DESC= rsync for rspush OPTIONS_DEFAULT= RSYNC WRKSRC= ${WRKDIR}/bzrtools -USE_PYTHON= 2.6+ +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGVERSION= 2.5.0 PYDISTUTILS_PKGNAME= BzrTools diff --git a/devel/clint/Makefile b/devel/clint/Makefile index 12af380ff1d0..3e318e68d305 100644 --- a/devel/clint/Makefile +++ b/devel/clint/Makefile @@ -13,7 +13,7 @@ COMMENT= Static source code checker for C++ LICENSE= GPLv2 USE_AUTOTOOLS= libtool -USE_PYTHON= 2.7 +USE_PYTHON= 2 GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --enable-python=${LOCALBASE}/bin/python2 diff --git a/devel/coccinelle/Makefile b/devel/coccinelle/Makefile index ac4f3c90d262..f5858c3c3f22 100644 --- a/devel/coccinelle/Makefile +++ b/devel/coccinelle/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre USES= shebangfix gmake perl5 pkgconfig:build GNU_CONFIGURE= yes USE_PERL5= build -USE_PYTHON= 2.6+ +USE_PYTHON= yes USE_OCAML= 3.0+ bash_CMD= ${SH} SHEBANG_FILES= setup/echo.sh diff --git a/devel/cppcheck/Makefile b/devel/cppcheck/Makefile index 190143b140e5..535b092e931f 100644 --- a/devel/cppcheck/Makefile +++ b/devel/cppcheck/Makefile @@ -45,7 +45,7 @@ post-install: .if ${PORT_OPTIONS:MMATCHCOMPILER} MAKE_ENV+= SRCDIR=build -USE_PYTHON_BUILD= -2.7 +USE_PYTHON_BUILD= 2 .endif .if ${PORT_OPTIONS:MRULES} diff --git a/devel/cvs-syncmail/Makefile b/devel/cvs-syncmail/Makefile index 743d2fda1359..162562a35130 100644 --- a/devel/cvs-syncmail/Makefile +++ b/devel/cvs-syncmail/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/cvsnt:${PORTSDIR}/devel/cvsnt NO_BUILD= yes NO_WRKSUBDIR= yes -USE_PYTHON= 2.0+ +USE_PYTHON= yes PLIST_FILES= bin/${DISTNAME} diff --git a/devel/distorm/Makefile b/devel/distorm/Makefile index 903ba5248ac1..5c5116c8578f 100644 --- a/devel/distorm/Makefile +++ b/devel/distorm/Makefile @@ -26,7 +26,7 @@ USE_DOS2UNIX= yes USE_XZ = yes .if defined(PYTHON_SLAVEPORT) -USE_PYTHON= 2.6-2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= distorm3 diff --git a/devel/dreampie/Makefile b/devel/dreampie/Makefile index 102b9e40200a..73a90bb5d283 100644 --- a/devel/dreampie/Makefile +++ b/devel/dreampie/Makefile @@ -12,7 +12,7 @@ COMMENT= Python shell which is designed to be reliable and fun LICENSE= GPLv3 USE_GNOME= pygtk2 pygtksourceview -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes MAN1= dreampie.1 diff --git a/devel/eric4/Makefile.inc b/devel/eric4/Makefile.inc index 58e558297878..12d68e14fa7b 100644 --- a/devel/eric4/Makefile.inc +++ b/devel/eric4/Makefile.inc @@ -21,7 +21,7 @@ RUN_DEPENDS?= ${PREFIX}/bin/eric4:${PORTSDIR}/devel/eric4 I18N_LANG?= ru INSTALL_CMD?= install-i18n.py -p ${STAGEDIR} -USE_PYTHON= 2.5+ +USE_PYTHON= yes NO_BUILD= yes PLIST_FILES?= %%DATADIR%%/i18n/${PORTNAME}_${I18N_LANG}.qm EXTRA_PATCHES?= ${.CURDIR}/../../devel/eric4/files/extra-patch-install-i18n.py diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile index 55548c714852..be7e9a5c57ac 100644 --- a/devel/gdb/Makefile +++ b/devel/gdb/Makefile @@ -63,7 +63,7 @@ EXCLUDE+= readline .endif .if ${PORT_OPTIONS:MPYTHON} -USE_PYTHON= 2.5-2.7 +USE_PYTHON= 2 .endif .if ${PORT_OPTIONS:MTHREADS} diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index e64fa99eca67..a1a7fc5e93c2 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -20,7 +20,7 @@ USES= bison gettext gmake pathfix pkgconfig USE_XZ= yes GNU_CONFIGURE= yes USE_GNOME= gnomehier glib20 ltverhack -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_AUTOTOOLS= libtool USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes diff --git a/devel/gps/Makefile b/devel/gps/Makefile index 01e6e8bc5525..86099e350aa6 100644 --- a/devel/gps/Makefile +++ b/devel/gps/Makefile @@ -86,7 +86,7 @@ USE_PGSQL= true .if ${PORT_OPTIONS:MPYTHON} CONFIGURE_ARGS+= --with-python=${PREFIX} -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_GNOME= pygtk2 PYCOMPILE= ${PREFIX}/lib/${PYTHON_VERSION}/compileall.py .else diff --git a/devel/gtkparasite/Makefile b/devel/gtkparasite/Makefile index b77570e75038..7feed03e1b63 100644 --- a/devel/gtkparasite/Makefile +++ b/devel/gtkparasite/Makefile @@ -12,7 +12,7 @@ MAINTAINER= ashish@FreeBSD.org COMMENT= GTK+ UI debugging tool USES= pkgconfig -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_GNOME= gtk20 pygtk2 WRKSRC= ${WRKDIR}/chipx86-gtkparasite-a3d862d4a91ea27222e4273a6797f3e47efe6e83 GNU_CONFIGURE= yes diff --git a/devel/jep/Makefile b/devel/jep/Makefile index 59f1215a3979..0d4cfc507093 100644 --- a/devel/jep/Makefile +++ b/devel/jep/Makefile @@ -15,7 +15,7 @@ MAKE_ENV= JAVA_HOME=${JAVA_HOME} CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} USE_JAVA= yes JAVA_VERSION= 1.6+ -USE_PYTHON= 2.2+ +USE_PYTHON= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes # Necessary, since the configure script does the LIBS and diff --git a/devel/libevt/Makefile b/devel/libevt/Makefile index 2b4548f9460c..073a565200b7 100644 --- a/devel/libevt/Makefile +++ b/devel/libevt/Makefile @@ -15,7 +15,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} USES= gettext iconv pathfix -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} diff --git a/devel/libevtx/Makefile b/devel/libevtx/Makefile index 42cafd4e8b16..79ef625e691b 100644 --- a/devel/libevtx/Makefile +++ b/devel/libevtx/Makefile @@ -15,7 +15,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} USES= gettext iconv pathfix -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} diff --git a/devel/libewf/Makefile b/devel/libewf/Makefile index 43b6970bdb69..2750cdbe6d7e 100644 --- a/devel/libewf/Makefile +++ b/devel/libewf/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid USES= fuse gettext iconv pathfix pkgconfig USE_LDCONFIG= yes USE_OPENSSL= yes -USE_PYTHON= -2.7 +USE_PYTHON= 2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} --with-libuuid=${LOCALBASE} ${ICONV_CONFIGURE_ARG} diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index 6f1e9e2dc3b5..519dd6f891f9 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -41,7 +41,7 @@ NO_STAGE= yes .if ${PORT_OPTIONS:MPYTHON} -USE_PYTHON= -2.7 +USE_PYTHON= 2 PLIST_SUB+= PYTHON="" .else PLIST_SUB+= PYTHON="@comment " diff --git a/devel/liblnk/Makefile b/devel/liblnk/Makefile index 0fbc496781e9..c631f7d87704 100644 --- a/devel/liblnk/Makefile +++ b/devel/liblnk/Makefile @@ -16,7 +16,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} USES= gettext iconv pathfix -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/devel/libmsiecf/Makefile b/devel/libmsiecf/Makefile index 9d34507bcc61..3e5b785ea75f 100644 --- a/devel/libmsiecf/Makefile +++ b/devel/libmsiecf/Makefile @@ -15,7 +15,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} USES= gettext iconv pathfix -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} diff --git a/devel/libolecf/Makefile b/devel/libolecf/Makefile index fb44177efc31..9dbf457160ba 100644 --- a/devel/libolecf/Makefile +++ b/devel/libolecf/Makefile @@ -15,7 +15,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} USES= fuse gettext iconv pathfix pkgconfig -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile index e1a94fe613ff..4d9acfb52bcb 100644 --- a/devel/libpeas/Makefile +++ b/devel/libpeas/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ valac:${PORTSDIR}/lang/vala USE_XZ= yes -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USES= pathfix gettext gmake pkgconfig diff --git a/devel/libpff/Makefile b/devel/libpff/Makefile index e5ecd6700677..7213682aed1a 100644 --- a/devel/libpff/Makefile +++ b/devel/libpff/Makefile @@ -15,7 +15,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} USES= gettext iconv pathfix -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_LDCONFIG= yes # Remove when configure gets LDFLAGS for python correctly LDFLAGS+= -L${LOCALBASE}/lib diff --git a/devel/libregf/Makefile b/devel/libregf/Makefile index 178b68c6cd19..88e8c5243848 100644 --- a/devel/libregf/Makefile +++ b/devel/libregf/Makefile @@ -15,7 +15,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} USES= fuse gettext iconv pathfix pkgconfig -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 50d90227f487..f827f16d76ca 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -26,7 +26,7 @@ USE_GNOME= gnomehier glib20 libxml2 ltverhack referencehack intltool USE_SQLITE= 3 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -USE_PYTHON_BUILD= -2.7 +USE_PYTHON_BUILD= 2 CONFIGURE_ARGS= --disable-more-warnings CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/devel/libvirt-glib/Makefile b/devel/libvirt-glib/Makefile index 9865b95b48b0..00dc9ebb7acf 100644 --- a/devel/libvirt-glib/Makefile +++ b/devel/libvirt-glib/Makefile @@ -17,7 +17,7 @@ USES= pathfix pkgconfig gmake USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME= intltool introspection -USE_PYTHON= -2.7 +USE_PYTHON= 2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector CONFIGURE_ARGS+= --enable-introspection diff --git a/devel/libvshadow/Makefile b/devel/libvshadow/Makefile index 955faa1eb431..f411388e1e99 100644 --- a/devel/libvshadow/Makefile +++ b/devel/libvshadow/Makefile @@ -15,7 +15,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING USES= fuse gettext iconv pathfix pkgconfig -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 8829a26fa40c..ab761cb0b249 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -11,7 +11,7 @@ COMMENT= Fast, lightweight source control management system LICENSE= GPLv2 -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes USES= shebangfix diff --git a/devel/ninja-ide/Makefile b/devel/ninja-ide/Makefile index 17c18253d281..b5e381c70252 100644 --- a/devel/ninja-ide/Makefile +++ b/devel/ninja-ide/Makefile @@ -23,7 +23,7 @@ PYDISTUTILS_PKGNAME= ${PORTNAME:U:S,-,_,} #PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}_dev USE_GITHUB= yes -USE_PYTHON= 2.6-2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= easy_install GH_ACCOUNT= ninja-ide diff --git a/devel/phpsh/Makefile b/devel/phpsh/Makefile index 95658bf55f7d..9a210eaf8c6a 100644 --- a/devel/phpsh/Makefile +++ b/devel/phpsh/Makefile @@ -12,7 +12,7 @@ MAINTAINER= ashish@FreeBSD.org COMMENT= An interactive shell for PHP USE_BZIP2= yes -USE_PYTHON= 2.6+ +USE_PYTHON= yes USE_PYDISTUTILS= yes USE_PHP= pcre posix tokenizer diff --git a/devel/py-Breve/Makefile b/devel/py-Breve/Makefile index 70c6a2063fe3..38b6133a770c 100644 --- a/devel/py-Breve/Makefile +++ b/devel/py-Breve/Makefile @@ -12,7 +12,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org COMMENT= A Python s-expression style template engine -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install NO_STAGE= yes diff --git a/devel/py-DateTime/Makefile b/devel/py-DateTime/Makefile index 4e3f55cfa4dc..f0811f3841ac 100644 --- a/devel/py-DateTime/Makefile +++ b/devel/py-DateTime/Makefile @@ -16,7 +16,7 @@ LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install USE_ZIP= yes diff --git a/devel/py-Jinja/Makefile b/devel/py-Jinja/Makefile index a73dfe59a92f..a8849e9dd9f6 100644 --- a/devel/py-Jinja/Makefile +++ b/devel/py-Jinja/Makefile @@ -12,7 +12,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org COMMENT= A fast and easy to use stand-alone template engine -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install NO_STAGE= yes diff --git a/devel/py-Products.ATContentTypes/Makefile b/devel/py-Products.ATContentTypes/Makefile index a0e08e2db2ea..5966259c22c0 100644 --- a/devel/py-Products.ATContentTypes/Makefile +++ b/devel/py-Products.ATContentTypes/Makefile @@ -38,7 +38,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}archetypes.referencebrowserwidget>=0:${PORTS zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 DIST_SUBDIR= zope -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install USE_ZIP= yes USES= zope diff --git a/devel/py-Products.Archetypes/Makefile b/devel/py-Products.Archetypes/Makefile index 786e8dddc08d..43e31410c9f0 100644 --- a/devel/py-Products.Archetypes/Makefile +++ b/devel/py-Products.Archetypes/Makefile @@ -49,7 +49,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope. ${PYTHON_PKGNAMEPREFIX}Products.ZSQLMethods>0:${PORTSDIR}/devel/py-Products.ZSQLMethods DIST_SUBDIR= zope -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install USE_ZIP= yes USES= zope diff --git a/devel/py-Products.CMFCalendar/Makefile b/devel/py-Products.CMFCalendar/Makefile index 16d95ebad526..2c60ecf1cb59 100644 --- a/devel/py-Products.CMFCalendar/Makefile +++ b/devel/py-Products.CMFCalendar/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Pro ${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup DIST_SUBDIR= zope -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install NO_STAGE= yes diff --git a/devel/py-Products.CMFCore/Makefile b/devel/py-Products.CMFCore/Makefile index 350c4639cd86..f7c4eb11468b 100644 --- a/devel/py-Products.CMFCore/Makefile +++ b/devel/py-Products.CMFCore/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}five.localsitemanager>=0:${PORTSDIR}/devel/p ${PYTHON_PKGNAMEPREFIX}zope.app.publication>0:${PORTSDIR}/devel/py-zope.app.publication DIST_SUBDIR= zope -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install #USES= zope # cyclic dependency diff --git a/devel/py-Products.CMFDiffTool/Makefile b/devel/py-Products.CMFDiffTool/Makefile index 33b8de3dc5d3..ef98c42096e5 100644 --- a/devel/py-Products.CMFDiffTool/Makefile +++ b/devel/py-Products.CMFDiffTool/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope. ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition DIST_SUBDIR= zope -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install USE_ZIP= yes #USES= zope diff --git a/devel/py-Products.CMFTestCase/Makefile b/devel/py-Products.CMFTestCase/Makefile index 663ff768a838..caecf4cf1d4d 100644 --- a/devel/py-Products.CMFTestCase/Makefile +++ b/devel/py-Products.CMFTestCase/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope. zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 DIST_SUBDIR= zope -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install USE_ZIP= yes diff --git a/devel/py-Products.GenericSetup/Makefile b/devel/py-Products.GenericSetup/Makefile index 4fbbc3e438c5..6a49980b139f 100644 --- a/devel/py-Products.GenericSetup/Makefile +++ b/devel/py-Products.GenericSetup/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}five.localsitemanager>=0:${PORTSDIR}/devel/p ${PYTHON_PKGNAMEPREFIX}zope.formlib>=0:${PORTSDIR}/devel/py-zope.formlib DIST_SUBDIR= zope -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install USES= zope diff --git a/devel/py-Products.LDAPMultiPlugins/Makefile b/devel/py-Products.LDAPMultiPlugins/Makefile index 8dba7738e9ad..9452080d3416 100644 --- a/devel/py-Products.LDAPMultiPlugins/Makefile +++ b/devel/py-Products.LDAPMultiPlugins/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap2>=2.0.6:${PORTSDIR}/net/py-ldap2 \ ${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=1.4.0:${PORTSDIR}/security/py-Products.PluggableAuthService DIST_SUBDIR= zope -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install NO_STAGE= yes diff --git a/devel/py-Products.LDAPUserFolder/Makefile b/devel/py-Products.LDAPUserFolder/Makefile index ef429247f0fb..128af92aea60 100644 --- a/devel/py-Products.LDAPUserFolder/Makefile +++ b/devel/py-Products.LDAPUserFolder/Makefile @@ -22,7 +22,7 @@ POSIXGROUP_PATCH_DESC= Use posixGroup for group membership OPTIONS_DEFAULT= POSIXGROUP_PATCH DIST_SUBDIR= zope -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install #USES= zope diff --git a/devel/py-Products.Marshall/Makefile b/devel/py-Products.Marshall/Makefile index bcd9d15c4fde..97072f61e350 100644 --- a/devel/py-Products.Marshall/Makefile +++ b/devel/py-Products.Marshall/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transact ${PYTHON_PKGNAMEPREFIX}ExtensionClass>=0:${PORTSDIR}/devel/py-ExtensionClass DIST_SUBDIR= zope -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install USE_ZIP= yes diff --git a/devel/py-Products.MimetypesRegistry/Makefile b/devel/py-Products.MimetypesRegistry/Makefile index af19866cb616..850767c9bff2 100644 --- a/devel/py-Products.MimetypesRegistry/Makefile +++ b/devel/py-Products.MimetypesRegistry/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.contenttype>=0:${PORTSDIR}/devel/py-zop zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 DIST_SUBDIR= zope -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install USE_ZIP= yes diff --git a/devel/py-Products.PloneTestCase/Makefile b/devel/py-Products.PloneTestCase/Makefile index 482bb316e5b4..3be8682cc7ee 100644 --- a/devel/py-Products.PloneTestCase/Makefile +++ b/devel/py-Products.PloneTestCase/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope. zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 DIST_SUBDIR= zope -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install USE_ZIP= yes USES= zope diff --git a/devel/py-Products.ResourceRegistries/Makefile b/devel/py-Products.ResourceRegistries/Makefile index fc3c811c7197..9dc349e3e27d 100644 --- a/devel/py-Products.ResourceRegistries/Makefile +++ b/devel/py-Products.ResourceRegistries/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope. ${PYTHON_PKGNAMEPREFIX}plone.app.registry>0:${PORTSDIR}/www/py-plone.app.registry DIST_SUBDIR= zope -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install USE_ZIP= yes USES= zope diff --git a/devel/py-Products.ZCatalog/Makefile b/devel/py-Products.ZCatalog/Makefile index e01d9e57122c..f8611f74da70 100644 --- a/devel/py-Products.ZCatalog/Makefile +++ b/devel/py-Products.ZCatalog/Makefile @@ -29,7 +29,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=0:${PORTSDIR}/security/py-Acc ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \ ${PYTHON_PKGNAMEPREFIX}zope.testing>=0:${PORTSDIR}/devel/py-zope.testing -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install USE_ZIP= yes diff --git a/devel/py-Products.contentmigration/Makefile b/devel/py-Products.contentmigration/Makefile index 2862229dad71..ef720604370b 100644 --- a/devel/py-Products.contentmigration/Makefile +++ b/devel/py-Products.contentmigration/Makefile @@ -12,7 +12,7 @@ COMMENT= Generic content migration framework for Plone LICENSE= LGPL20 DIST_SUBDIR= zope -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install USE_ZIP= yes diff --git a/devel/py-ToscaWidgets/Makefile b/devel/py-ToscaWidgets/Makefile index b72015b60849..368da126cb5d 100644 --- a/devel/py-ToscaWidgets/Makefile +++ b/devel/py-ToscaWidgets/Makefile @@ -13,7 +13,7 @@ COMMENT= A python framework for building reusable web components RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=0:${PORTSDIR}/www/py-webob -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install NO_STAGE= yes diff --git a/devel/py-TurboJinja/Makefile b/devel/py-TurboJinja/Makefile index 607a278286e3..69a43723f5a7 100644 --- a/devel/py-TurboJinja/Makefile +++ b/devel/py-TurboJinja/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}TurboGears>=1.1.2:${PORTSDIR}/www/py-turbo RUN_DEPENDS:= ${BUILD_DEPENDS} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Jinja>=0.9:${PORTSDIR}/devel/py-Jinja -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install USE_ZIP= yes diff --git a/devel/py-aspects/Makefile b/devel/py-aspects/Makefile index 570a25430c7f..825f4bd957a1 100644 --- a/devel/py-aspects/Makefile +++ b/devel/py-aspects/Makefile @@ -15,7 +15,7 @@ COMMENT= Lightweight aspect oriented programming library for Python LICENSE= LGPL21 USES= gmake -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= python-${PORTNAME} diff --git a/devel/py-aspyct/Makefile b/devel/py-aspyct/Makefile index 8edb05367db0..cf2f2821c5e9 100644 --- a/devel/py-aspyct/Makefile +++ b/devel/py-aspyct/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME:C/a/A/}-${PORTVERSION}_beta_4 MAINTAINER= sbz@FreeBSD.org COMMENT= Python library including an aspect-oriented programming (AOP) engine -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_EGGINFO= ${DISTNAME}-py${PYTHON_VER}.egg-info diff --git a/devel/py-babel/Makefile b/devel/py-babel/Makefile index 9f117807405f..1c9a64b55aae 100644 --- a/devel/py-babel/Makefile +++ b/devel/py-babel/Makefile @@ -13,7 +13,7 @@ COMMENT= Collection of tools for internationalizing Python applications RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz -USE_PYTHON= 2.7+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_AUTOPLIST= yes diff --git a/devel/py-bitarray/Makefile b/devel/py-bitarray/Makefile index 2e657631ba3a..d71a2fdf7f40 100644 --- a/devel/py-bitarray/Makefile +++ b/devel/py-bitarray/Makefile @@ -12,7 +12,7 @@ COMMENT= Efficient arrays of booleans LICENSE= PSFL -USE_PYTHON= 2.6+ +USE_PYTHON= yes USE_PYDISTUTILS=easy_install PYEASYINSTALL_ARCHDEP= yes PYEASYINSTALL_EGG= ${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg diff --git a/devel/py-bitstring/Makefile b/devel/py-bitstring/Makefile index 1358390947c2..9dfa73051d76 100644 --- a/devel/py-bitstring/Makefile +++ b/devel/py-bitstring/Makefile @@ -12,7 +12,7 @@ COMMENT= Simple construction, analysis, and modification of binary data LICENSE= MIT -USE_PYTHON= 2.6+ +USE_PYTHON= yes USE_PYDISTUTILS= yes USE_ZIP= yes diff --git a/devel/py-cfgparse/Makefile b/devel/py-cfgparse/Makefile index 76d643fde426..fd625540ba2c 100644 --- a/devel/py-cfgparse/Makefile +++ b/devel/py-cfgparse/Makefile @@ -12,7 +12,7 @@ DISTNAME= cfgparse-v01_02 MAINTAINER= jdferrell3@yahoo.com COMMENT= Python module for parsing configuration files -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= cfgparse PYDISTUTILS_EGGINFO= ${PYDISTUTILS_PKGNAME:C/[^A-Za-z0-9.]+/_/g}-v01_02-${PYTHON_VERSION:S/thon//}.egg-info diff --git a/devel/py-checkmanifest/Makefile b/devel/py-checkmanifest/Makefile index af7d77c2d2b8..e432ee4dbf88 100644 --- a/devel/py-checkmanifest/Makefile +++ b/devel/py-checkmanifest/Makefile @@ -16,7 +16,7 @@ LICENSE= MIT PORTDOCS= README.rst \ CHANGES.rst -USE_PYTHON= 2.7+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= check_manifest diff --git a/devel/py-collective.z3cform.datetimewidget/Makefile b/devel/py-collective.z3cform.datetimewidget/Makefile index 36a579077ad9..5ef8b07cab7a 100644 --- a/devel/py-collective.z3cform.datetimewidget/Makefile +++ b/devel/py-collective.z3cform.datetimewidget/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:${PORTSDIR}/devel/py-zope.i18n ${PYTHON_PKGNAMEPREFIX}zope.deprecation>=0:${PORTSDIR}/devel/py-zope.deprecation DIST_SUBDIR= zope -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install USE_ZIP= yes diff --git a/devel/py-construct/Makefile b/devel/py-construct/Makefile index abf78c93a82c..490696a2f046 100644 --- a/devel/py-construct/Makefile +++ b/devel/py-construct/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= p.florczyk@adminworkshop.pl COMMENT= Python module for parsing and building of data structures -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install NO_STAGE= yes diff --git a/devel/py-dal/Makefile b/devel/py-dal/Makefile index 5a4af3f2b4e4..8acddf8c0c5d 100644 --- a/devel/py-dal/Makefile +++ b/devel/py-dal/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bamby@sippysoft.com COMMENT= A database abstraction layer for Python -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install NO_STAGE= yes diff --git a/devel/py-dbus/Makefile b/devel/py-dbus/Makefile index bd7f4e853f38..cd00ac59552d 100644 --- a/devel/py-dbus/Makefile +++ b/devel/py-dbus/Makefile @@ -15,7 +15,7 @@ COMMENT= Python bindings for the D-BUS messaging system LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib USES= gettext pathfix pkgconfig -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_GMAKE= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${PYTHON_INCLUDEDIR} diff --git a/devel/py-decoratortools/Makefile b/devel/py-decoratortools/Makefile index f08e31aa7062..76254a008ae9 100644 --- a/devel/py-decoratortools/Makefile +++ b/devel/py-decoratortools/Makefile @@ -15,7 +15,7 @@ COMMENT= Class, function, and metaclass decorators LICENSE= PSFL ZPL21 LICENSE_COMB= dual -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% diff --git a/devel/py-dexml/Makefile b/devel/py-dexml/Makefile index e928ae8aa497..27a276a013f2 100644 --- a/devel/py-dexml/Makefile +++ b/devel/py-dexml/Makefile @@ -12,7 +12,7 @@ COMMENT= A dead-simple Object-XML mapper for Python LICENSE= MIT -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS=yes NO_STAGE= yes diff --git a/devel/py-durus/Makefile b/devel/py-durus/Makefile index 3c796db9b59b..4e0f76e21e1e 100644 --- a/devel/py-durus/Makefile +++ b/devel/py-durus/Makefile @@ -12,7 +12,7 @@ DISTNAME= Durus-${PORTVERSION} MAINTAINER= wenheping@gmail.com COMMENT= A persistent object storage system for Python -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes PYDISTUTILS_PKGNAME= Durus diff --git a/devel/py-five.customerize/Makefile b/devel/py-five.customerize/Makefile index 0d915843144c..517176fce2b3 100644 --- a/devel/py-five.customerize/Makefile +++ b/devel/py-five.customerize/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.portlets>=0:${PORTSDIR}/www/py-plone.p ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition DIST_SUBDIR= zope -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install USE_ZIP= yes USES= zope diff --git a/devel/py-flexmock/Makefile b/devel/py-flexmock/Makefile index a4eef91d897d..020c9dfee4bf 100644 --- a/devel/py-flexmock/Makefile +++ b/devel/py-flexmock/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= clsung@FreeBSD.org COMMENT= Flexmock is a mock/stub/spy library for Python -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= yes NO_STAGE= yes diff --git a/devel/py-freebsd/Makefile b/devel/py-freebsd/Makefile index c04d56f489d2..81fcbb798073 100644 --- a/devel/py-freebsd/Makefile +++ b/devel/py-freebsd/Makefile @@ -14,7 +14,7 @@ DISTNAME= py-freebsd-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Python interface to FreeBSD-specific system libraries -USE_PYTHON= 2.5-2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= py-freebsd diff --git a/devel/py-gdata/Makefile b/devel/py-gdata/Makefile index dbbc23d194da..dfd13a84d849 100644 --- a/devel/py-gdata/Makefile +++ b/devel/py-gdata/Makefile @@ -13,7 +13,7 @@ COMMENT= GData Python Client Library LICENSE= APACHE20 PROJECTHOST= gdata-python-client -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= yes OPTIONS_DEFINE= GMPY M2CRYPTO PYCRYPTO diff --git a/devel/py-gearman/Makefile b/devel/py-gearman/Makefile index 9ac2d5fbf01a..6f92a2fc4668 100644 --- a/devel/py-gearman/Makefile +++ b/devel/py-gearman/Makefile @@ -13,7 +13,7 @@ COMMENT= Gearman Library for Python PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install NO_STAGE= yes diff --git a/devel/py-geojson/Makefile b/devel/py-geojson/Makefile index 66063817785f..21851893910d 100644 --- a/devel/py-geojson/Makefile +++ b/devel/py-geojson/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>1.9:${PORTSDIR}/devel/py-simplejs DOCSFILE= LICENSE.rst CHANGELOG.rst README.rst -USE_PYTHON= 2.6+ +USE_PYTHON= yes USE_PYDISTUTILS=easy_install PYDISTUTILS_NOEGGINFO= yes diff --git a/devel/py-geotypes/Makefile b/devel/py-geotypes/Makefile index 2155720303fb..f97740ffc1f9 100644 --- a/devel/py-geotypes/Makefile +++ b/devel/py-geotypes/Makefile @@ -12,7 +12,7 @@ DISTNAME= GeoTypes-${PORTVERSION} MAINTAINER= wenheping@gmail.com COMMENT= A Python Interface to Support PostGIS -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= yes PYTHON_PKGNAMEPREFIX= yes PYDISTUTILS_EGGINFO= GeoTypes-0.7.0-py${PYTHON_VER}.egg-info diff --git a/devel/py-gevent/Makefile b/devel/py-gevent/Makefile index ca0b7e57942b..6373c7d69e2b 100644 --- a/devel/py-gevent/Makefile +++ b/devel/py-gevent/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0:${PORTSDIR}/devel/py-greenlet TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0:${PORTSDIR}/devel/py-greenlet \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes post-patch: diff --git a/devel/py-gflags/Makefile b/devel/py-gflags/Makefile index e512eeadb4aa..f035e900303e 100644 --- a/devel/py-gflags/Makefile +++ b/devel/py-gflags/Makefile @@ -13,7 +13,7 @@ COMMENT= Commandline flags module for Python LICENSE= BSD -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= python_gflags diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile index f4141bffc1b1..824da88aad31 100644 --- a/devel/py-gobject/Makefile +++ b/devel/py-gobject/Makefile @@ -28,7 +28,7 @@ USES= pathfix pkgconfig USE_XZ= yes USE_GMAKE= yes USE_GNOME= glib20 -USE_PYTHON= 2.5+ +USE_PYTHON= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-docs --disable-introspection --with-ffi diff --git a/devel/py-gobject3/Makefile b/devel/py-gobject3/Makefile index c6617b173237..227a7b7f9683 100644 --- a/devel/py-gobject3/Makefile +++ b/devel/py-gobject3/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-c USE_XZ= yes USES= gmake pathfix pkgconfig USE_GNOME= glib20 introspection -USE_PYTHON= -2.7 +USE_PYTHON= 2 GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/devel/py-grab/Makefile b/devel/py-grab/Makefile index 473fb7600406..d4f0f49bd8ba 100644 --- a/devel/py-grab/Makefile +++ b/devel/py-grab/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}curl>0:${PORTSDIR}/ftp/py-curl -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= easy_install NO_STAGE= yes diff --git a/devel/py-hghooks/Makefile b/devel/py-hghooks/Makefile index 48e6acb78d52..5164f8558622 100644 --- a/devel/py-hghooks/Makefile +++ b/devel/py-hghooks/Makefile @@ -12,7 +12,7 @@ COMMENT= Set of Mercurial hooks LICENSE= LGPL3 -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= easy_install PYDISTUTILS_AUTOPLIST= yes diff --git a/devel/py-hgsubversion/Makefile b/devel/py-hgsubversion/Makefile index f9b6f6d74281..0778e7ff6e63 100644 --- a/devel/py-hgsubversion/Makefile +++ b/devel/py-hgsubversion/Makefile @@ -16,7 +16,7 @@ OPTIONS_DEFINE= SUBVERTPY OPTIONS_DEFAULT=SUBVERTPY SUBVERTPY_DESC= Use subvertpy python bindings -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes .include <bsd.port.options.mk> diff --git a/devel/py-icalendar/Makefile b/devel/py-icalendar/Makefile index d1d05e8083d4..9ef51bda3736 100644 --- a/devel/py-icalendar/Makefile +++ b/devel/py-icalendar/Makefile @@ -15,7 +15,7 @@ LICENSE= BSD RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} diff --git a/devel/py-instant/Makefile b/devel/py-instant/Makefile index 394817764267..0cdc98504cf1 100644 --- a/devel/py-instant/Makefile +++ b/devel/py-instant/Makefile @@ -14,7 +14,7 @@ LICENSE= LGPL3 RUN_DEPENDS= swig2.0:${PORTSDIR}/devel/swig20 -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= instant diff --git a/devel/py-itools/Makefile b/devel/py-itools/Makefile index 8fb1d5106961..10f81ac1442f 100644 --- a/devel/py-itools/Makefile +++ b/devel/py-itools/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= glib:${PORTSDIR}/devel/glib20 \ LDFLAGS+= -L${LOCALBASE}/lib USES= pkgconfig -USE_PYTHON= 2.6+ +USE_PYTHON= yes USE_PYDISTUTILS= yes NO_STAGE= yes diff --git a/devel/py-json-py/Makefile b/devel/py-json-py/Makefile index cb71d15db1da..70cfac1ce475 100644 --- a/devel/py-json-py/Makefile +++ b/devel/py-json-py/Makefile @@ -15,7 +15,7 @@ COMMENT= A python implementation of a JSON (http//:json.org) reader/writer NO_WRKSUBDIR= yes -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_ZIP= yes NO_STAGE= yes diff --git a/devel/py-jsonrpclib/Makefile b/devel/py-jsonrpclib/Makefile index baded8b3a1bb..c040b40bde79 100644 --- a/devel/py-jsonrpclib/Makefile +++ b/devel/py-jsonrpclib/Makefile @@ -13,7 +13,7 @@ COMMENT= Implements the JSON-RPC 2.0 proposed specification in pure Python LICENSE= APACHE20 -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options diff --git a/devel/py-jsonschema/Makefile b/devel/py-jsonschema/Makefile index fd75195bc2e3..648b40802773 100644 --- a/devel/py-jsonschema/Makefile +++ b/devel/py-jsonschema/Makefile @@ -12,7 +12,7 @@ COMMENT= JSON Schema validation for Python LICENSE= MIT -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes diff --git a/devel/py-krosspython/Makefile b/devel/py-krosspython/Makefile index 67ac974fc1b8..bb67137a82f2 100644 --- a/devel/py-krosspython/Makefile +++ b/devel/py-krosspython/Makefile @@ -13,7 +13,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Kross Python scripting library USE_KDE4= kdehier kdelibs kdeprefix automoc4 -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_QT4= corelib gui qmake_build moc_build uic_build rcc_build USE_XZ= yes USES= cmake:outsource diff --git a/devel/py-levenshtein/Makefile b/devel/py-levenshtein/Makefile index 6c541aa217e5..31f09e34d7b0 100644 --- a/devel/py-levenshtein/Makefile +++ b/devel/py-levenshtein/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2 PLIST_FILES= %%PYTHON_SITELIBDIR%%/Levenshtein.so USE_BZIP2= yes -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYTHON_PREFIX= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= python-Levenshtein diff --git a/devel/py-liblarch/Makefile b/devel/py-liblarch/Makefile index 2b2644de14de..5e6ea3923611 100644 --- a/devel/py-liblarch/Makefile +++ b/devel/py-liblarch/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL3 USE_GITHUB= yes USE_GNOME= pygobject -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= yes GH_ACCOUNT= ${PORTNAME} diff --git a/devel/py-lock_file/Makefile b/devel/py-lock_file/Makefile index c87a82525b8e..cf7627ab0844 100644 --- a/devel/py-lock_file/Makefile +++ b/devel/py-lock_file/Makefile @@ -12,7 +12,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= martin@horcicka.eu COMMENT= Lock file manipulation -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= yes NO_STAGE= yes diff --git a/devel/py-meliae/Makefile b/devel/py-meliae/Makefile index a4eb1687cdfc..b52b130b20b8 100644 --- a/devel/py-meliae/Makefile +++ b/devel/py-meliae/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= cython>0:${PORTSDIR}/lang/cython -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_PKGVERSION= ${PORTVERSION}.final.0 diff --git a/devel/py-mongokit/Makefile b/devel/py-mongokit/Makefile index ee27ffcba71b..aa50b43677ea 100644 --- a/devel/py-mongokit/Makefile +++ b/devel/py-mongokit/Makefile @@ -12,7 +12,7 @@ COMMENT= Python ORM-like layer on top of pymongo RUN_DEPENDS= pymongo>=2.0.1:${PORTSDIR}/databases/pymongo -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= easy_install NO_STAGE= yes diff --git a/devel/py-mox/Makefile b/devel/py-mox/Makefile index a3155d504d30..e2eb520d2734 100644 --- a/devel/py-mox/Makefile +++ b/devel/py-mox/Makefile @@ -11,7 +11,7 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Mock object framework for Python PROJECTHOST= pymox -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= yes NO_STAGE= yes diff --git a/devel/py-mwlib.ext/Makefile b/devel/py-mwlib.ext/Makefile index 5896d6b07d95..fa783151c5d0 100644 --- a/devel/py-mwlib.ext/Makefile +++ b/devel/py-mwlib.ext/Makefile @@ -11,7 +11,7 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Provide Dependencies for mwlib USE_ZIP= yes -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes diff --git a/devel/py-mwlib.rl/Makefile b/devel/py-mwlib.rl/Makefile index 99e88731acdc..bd4352196dda 100644 --- a/devel/py-mwlib.rl/Makefile +++ b/devel/py-mwlib.rl/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_ZIP= yes USES= gettext -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install NO_STAGE= yes diff --git a/devel/py-mwlib/Makefile b/devel/py-mwlib/Makefile index 165ab4a33a53..bf8d61eb006a 100644 --- a/devel/py-mwlib/Makefile +++ b/devel/py-mwlib/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}parsing>0:${PORTSDIR}/devel/py-parsing \ ${PYTHON_PKGNAMEPREFIX}sqlite3dbm>=0:${PORTSDIR}/databases/py-sqlite3dbm USE_ZIP= yes -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes diff --git a/devel/py-mygpoclient/Makefile b/devel/py-mygpoclient/Makefile index 8a36239d8662..a7bde653e117 100644 --- a/devel/py-mygpoclient/Makefile +++ b/devel/py-mygpoclient/Makefile @@ -12,7 +12,7 @@ COMMENT= gpodder.net API client library for Python LICENSE= GPLv3 -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes NO_STAGE= yes diff --git a/devel/py-notify/Makefile b/devel/py-notify/Makefile index 8a0cbc8cf5cc..2f8c1b6d96fc 100644 --- a/devel/py-notify/Makefile +++ b/devel/py-notify/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify USE_BZIP2= yes USES= gmake pkgconfig USE_GNOME= gnomehack pygtk2 -USE_PYTHON= -2.7 +USE_PYTHON= 2 GNU_CONFIGURE= yes DOCS= AUTHORS COPYING ChangeLog NEWS diff --git a/devel/py-olefileio_pl/Makefile b/devel/py-olefileio_pl/Makefile index 3d073deb2902..3f47e98f8d21 100644 --- a/devel/py-olefileio_pl/Makefile +++ b/devel/py-olefileio_pl/Makefile @@ -15,7 +15,7 @@ COMMENT= Python module to read MS OLE2 files LICENSE= MIT USES= dos2unix -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME=OleFileIO_PL diff --git a/devel/py-ordereddict/Makefile b/devel/py-ordereddict/Makefile index 4cf90259add6..1b197004963a 100644 --- a/devel/py-ordereddict/Makefile +++ b/devel/py-ordereddict/Makefile @@ -13,7 +13,7 @@ COMMENT= A drop-in substitute for Py2.7's new collections LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PYTHON= 2.4-2.7 # for graphics/py-blockdiag +USE_PYTHON= 2 # for graphics/py-blockdiag USE_PYDISTUTILS= yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/ordereddict.py \ diff --git a/devel/py-pefile/Makefile b/devel/py-pefile/Makefile index a4221390fc43..c9f7dc6d2d12 100644 --- a/devel/py-pefile/Makefile +++ b/devel/py-pefile/Makefile @@ -12,7 +12,7 @@ COMMENT= Python module to read and work with PE files LICENSE= MIT -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes diff --git a/devel/py-phpserialize/Makefile b/devel/py-phpserialize/Makefile index 3daf9665cc47..0b8a69f7b3ec 100644 --- a/devel/py-phpserialize/Makefile +++ b/devel/py-phpserialize/Makefile @@ -15,7 +15,7 @@ COMMENT= A python implementation of PHP\'s native serialize() and unserialize() WRKSRC= ${WRKDIR}/v${PORTVERSION} -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= PHPSerialize diff --git a/devel/py-pp/Makefile b/devel/py-pp/Makefile index 30936f4bd489..f51d148bf748 100644 --- a/devel/py-pp/Makefile +++ b/devel/py-pp/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Parallel python execution server -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= yes NO_STAGE= yes diff --git a/devel/py-ptrace/Makefile b/devel/py-ptrace/Makefile index 14e10ac24090..65d68d1559d1 100644 --- a/devel/py-ptrace/Makefile +++ b/devel/py-ptrace/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distorm>0:${PORTSDIR}/devel/py-distorm -USE_PYTHON= 2.7+ +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= python_ptrace diff --git a/devel/py-pykde4/Makefile b/devel/py-pykde4/Makefile index 72f09663460c..01cdc99f08ce 100644 --- a/devel/py-pykde4/Makefile +++ b/devel/py-pykde4/Makefile @@ -29,7 +29,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ USE_KDE4= kdehier kdelibs kdeprefix okular pimlibs \ akonadi automoc4 soprano -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_QT4= corelib dbus designer_build gui network xml \ qmake_build moc_build uic_build rcc_build USE_XZ= yes diff --git a/devel/py-pykdeuic4/Makefile b/devel/py-pykdeuic4/Makefile index be807fa9ee14..136833e566a1 100644 --- a/devel/py-pykdeuic4/Makefile +++ b/devel/py-pykdeuic4/Makefile @@ -14,7 +14,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Enhanced version of pyuic4 USE_KDE4= kdelibs automoc4 pykde4 -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_QT4= moc_build qmake_build rcc_build uic_build USE_XZ= yes DISTINFO_FILE= ${PORTSDIR}/devel/py-pykde4/distinfo diff --git a/devel/py-pymarc/Makefile b/devel/py-pymarc/Makefile index 0e5f6e936274..4b825750435c 100644 --- a/devel/py-pymarc/Makefile +++ b/devel/py-pymarc/Makefile @@ -14,7 +14,7 @@ COMMENT= Read Write And Modify MARC Bibliographic Data LICENSE= BSD PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= easy_install regression-test: build diff --git a/devel/py-pytemplate/Makefile b/devel/py-pytemplate/Makefile index d05c7972f56d..5fdc7199a5d8 100644 --- a/devel/py-pytemplate/Makefile +++ b/devel/py-pytemplate/Makefile @@ -13,7 +13,7 @@ COMMENT= Pytemplate gives python developers a starting framework LICENSE= GPLv3 -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= yes EXAMPLESDIR= ${PREFIX}/share/examples/py-pytemplate diff --git a/devel/py-pyutil/Makefile b/devel/py-pyutil/Makefile index 2cda53fcf447..f7559106f3cd 100644 --- a/devel/py-pyutil/Makefile +++ b/devel/py-pyutil/Makefile @@ -13,7 +13,7 @@ COMMENT= Collection of mature utilities for Python programmers RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.1:${PORTSDIR}/devel/py-simplejson \ ${PYTHON_PKGNAMEPREFIX}zbase32>=1.1.0:${PORTSDIR}/converters/zbase32 -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install NO_STAGE= yes diff --git a/devel/py-qserve/Makefile b/devel/py-qserve/Makefile index 3b310326d4ed..846bbaaa914a 100644 --- a/devel/py-qserve/Makefile +++ b/devel/py-qserve/Makefile @@ -11,7 +11,7 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Job queue server USE_ZIP= yes -USE_PYTHON= 2.6+ +USE_PYTHON= yes USE_PYDISTUTILS=yes NO_STAGE= yes diff --git a/devel/py-qt4-assistant/Makefile b/devel/py-qt4-assistant/Makefile index b165fbd3cb33..28df10166574 100644 --- a/devel/py-qt4-assistant/Makefile +++ b/devel/py-qt4-assistant/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-q DISTINFO_FILE= ${PYQT4_DISTINFO_FILE} HAS_CONFIGURE= yes -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_QT4= assistantclient moc_build qmake_build OPTIONS_DEFINE= API diff --git a/devel/py-qt4-core/Makefile b/devel/py-qt4-core/Makefile index 893697a25fe1..6b0e028d0eff 100644 --- a/devel/py-qt4-core/Makefile +++ b/devel/py-qt4-core/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} DISTINFO_FILE= ${PYQT4_DISTINFO_FILE} HAS_CONFIGURE= yes -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_QT4= corelib qmake_build moc_build OPTIONS_DEFINE= API diff --git a/devel/py-qt4-dbus/Makefile b/devel/py-qt4-dbus/Makefile index 7889fe5e3940..9526be2e5768 100644 --- a/devel/py-qt4-dbus/Makefile +++ b/devel/py-qt4-dbus/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.8:${PORTSDIR}/devel/py-dbus \ DISTINFO_FILE= ${PYQT4_DISTINFO_FILE} HAS_CONFIGURE= yes -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_QT4= dbus moc_build qmake_build OPTIONS_DEFINE= API diff --git a/devel/py-qt4-dbussupport/Makefile b/devel/py-qt4-dbussupport/Makefile index 9fb272cc0998..61c0e4c270e8 100644 --- a/devel/py-qt4-dbussupport/Makefile +++ b/devel/py-qt4-dbussupport/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.8:${PORTSDIR}/devel/py-dbus \ DISTINFO_FILE= ${PYQT4_DISTINFO_FILE} HAS_CONFIGURE= yes USES= pkgconfig -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_QT4= corelib qmake_build moc_build BUILD_WRKSRC= ${WRKSRC}/dbus diff --git a/devel/py-qt4-declarative/Makefile b/devel/py-qt4-declarative/Makefile index 9158e476f859..cc1414a48c0a 100644 --- a/devel/py-qt4-declarative/Makefile +++ b/devel/py-qt4-declarative/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-q DISTINFO_FILE= ${PYQT4_DISTINFO_FILE} HAS_CONFIGURE= yes -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_QT4= declarative qmake_build moc_build OPTIONS_DEFINE= API diff --git a/devel/py-qt4-designer/Makefile b/devel/py-qt4-designer/Makefile index c5e11f99c3d9..ad0e76838829 100644 --- a/devel/py-qt4-designer/Makefile +++ b/devel/py-qt4-designer/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-q DISTINFO_FILE= ${PYQT4_DISTINFO_FILE} HAS_CONFIGURE= yes -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_QT4= gui xml designer moc_build qmake_build OPTIONS_DEFINE= API diff --git a/devel/py-qt4-designerplugin/Makefile b/devel/py-qt4-designerplugin/Makefile index 2141e7575aaa..e851393627ae 100644 --- a/devel/py-qt4-designerplugin/Makefile +++ b/devel/py-qt4-designerplugin/Makefile @@ -26,7 +26,7 @@ DESTDIRNAME= INSTALL_ROOT DISTINFO_FILE= ${PYQT4_DISTINFO_FILE} HAS_CONFIGURE= yes -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_QT4= gui xml designer moc_build qmake_build PATCHDIR= ${.CURDIR}/../py-qt4-core/files diff --git a/devel/py-qt4-help/Makefile b/devel/py-qt4-help/Makefile index 06494f925553..905a27666eda 100644 --- a/devel/py-qt4-help/Makefile +++ b/devel/py-qt4-help/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-q DISTINFO_FILE= ${PYQT4_DISTINFO_FILE} HAS_CONFIGURE= yes -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_QT4= help moc_build qmake_build OPTIONS_DEFINE= API diff --git a/devel/py-qt4-qscintilla2/Makefile b/devel/py-qt4-qscintilla2/Makefile index 7d2a3e7c36f2..a5199c747bc8 100644 --- a/devel/py-qt4-qscintilla2/Makefile +++ b/devel/py-qt4-qscintilla2/Makefile @@ -25,7 +25,7 @@ DESTDIRNAME= INSTALL_ROOT DISTINFO_FILE= ${QSCI2_DISTINFO_FILE} HAS_CONFIGURE= yes -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_QT4= gui moc_build qmake_build OPTIONS_DEFINE= API diff --git a/devel/py-qt4-script/Makefile b/devel/py-qt4-script/Makefile index cbf90ec83a3f..d676dd004d1f 100644 --- a/devel/py-qt4-script/Makefile +++ b/devel/py-qt4-script/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PKGNAMEPREFIX}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-cor DISTINFO_FILE= ${PYQT4_DISTINFO_FILE} HAS_CONFIGURE= yes -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_QT4= moc_build script qmake_build OPTIONS_DEFINE= API diff --git a/devel/py-qt4-scripttools/Makefile b/devel/py-qt4-scripttools/Makefile index 793ac5af4110..92bae22d0748 100644 --- a/devel/py-qt4-scripttools/Makefile +++ b/devel/py-qt4-scripttools/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PKGNAMEPREFIX}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-cor DISTINFO_FILE= ${PYQT4_DISTINFO_FILE} HAS_CONFIGURE= yes -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_QT4= moc_build scripttools qmake_build OPTIONS_DEFINE= API diff --git a/devel/py-qt4-test/Makefile b/devel/py-qt4-test/Makefile index 627d4c66d349..d0dd6ff54900 100644 --- a/devel/py-qt4-test/Makefile +++ b/devel/py-qt4-test/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-q DISTINFO_FILE= ${PYQT4_DISTINFO_FILE} HAS_CONFIGURE= yes -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_QT4= moc_build qtestlib qmake_build OPTIONS_DEFINE= API diff --git a/devel/py-robotframework-ride/Makefile b/devel/py-robotframework-ride/Makefile index b1d13a9e0e47..38d0df765da3 100644 --- a/devel/py-robotframework-ride/Makefile +++ b/devel/py-robotframework-ride/Makefile @@ -15,7 +15,7 @@ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:${PORTSDIR}/devel/py-robotframework \ ${PYTHON_PKGNAMEPREFIX}robotframework-selenium2library>=1.1.0:${PORTSDIR}/devel/py-robotframework-selenium2library -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes USE_WX= 2.8+ diff --git a/devel/py-robotframework-selenium2library/Makefile b/devel/py-robotframework-selenium2library/Makefile index d3be970e83de..f9345470bd13 100644 --- a/devel/py-robotframework-selenium2library/Makefile +++ b/devel/py-robotframework-selenium2library/Makefile @@ -15,7 +15,7 @@ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:${PORTSDIR}/devel/py-robotframework \ ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:${PORTSDIR}/devel/py-decorator -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= easy_install NO_STAGE= yes diff --git a/devel/py-robotframework/Makefile b/devel/py-robotframework/Makefile index 0ce711dceb90..6d2a8b345737 100644 --- a/devel/py-robotframework/Makefile +++ b/devel/py-robotframework/Makefile @@ -12,7 +12,7 @@ COMMENT= Generic test automation framework LICENSE= APACHE20 -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST= yes diff --git a/devel/py-rtree/Makefile b/devel/py-rtree/Makefile index ef8cdfb3f14a..8f75efd687b9 100644 --- a/devel/py-rtree/Makefile +++ b/devel/py-rtree/Makefile @@ -15,7 +15,7 @@ COMMENT= R-Tree Spatial Index For Python GIS BUILD_DEPENDS+= ${LOCALBASE}/include/spatialindex/SpatialIndex.h:${PORTSDIR}/devel/spatialindex RUN_DEPENDS+= ${BUILD_DEPENDS} -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= Rtree PYDISTUTILS_NOEGGINFO= yes diff --git a/devel/py-ruledispatch/Makefile b/devel/py-ruledispatch/Makefile index 23c501573c42..efce65eaaf09 100644 --- a/devel/py-ruledispatch/Makefile +++ b/devel/py-ruledispatch/Makefile @@ -16,7 +16,7 @@ COMMENT= Rule-based Dispatching and Generic Functions RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}PyProtocols>=1.0.a0.r2302:${PORTSDIR}/devel/py-protocols-devel \ ${PYTHON_PKGNAMEPREFIX}Extremes>=1.1:${PORTSDIR}/devel/py-extremes -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGVERSION= 0.5a1.dev_r2506 PYEASYINSTALL_ARCHDEP= yes diff --git a/devel/py-sanetime/Makefile b/devel/py-sanetime/Makefile index 5e7ec5f23631..72e6e8c37675 100644 --- a/devel/py-sanetime/Makefile +++ b/devel/py-sanetime/Makefile @@ -27,7 +27,7 @@ NO_STAGE= yes BUILD_DEPENDS:= ${TEST_DEPENDS} .endif -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= easy_install regression-test: build diff --git a/devel/py-sdl2/Makefile b/devel/py-sdl2/Makefile index 22c36c2fbc94..2bf5189b21f9 100644 --- a/devel/py-sdl2/Makefile +++ b/devel/py-sdl2/Makefile @@ -13,7 +13,7 @@ COMMENT= Python bindings to the SDL2 libraries LICENSE= ZLIB USE_SDL= sdl2 gfx2 image2 ttf2 mixer2 -USE_PYTHON= 2.7+ +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes diff --git a/devel/py-shapely/Makefile b/devel/py-shapely/Makefile index 1fa5d7fec334..90f455847acb 100644 --- a/devel/py-shapely/Makefile +++ b/devel/py-shapely/Makefile @@ -14,7 +14,7 @@ COMMENT= Python Package for Manipulation 2D Geospatial Geometry LIB_DEPENDS= geos_c:${PORTSDIR}/graphics/geos CFLAGS+= -I${LOCALBASE}/include -USE_PYTHON= 2.6+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install NO_STAGE= yes diff --git a/devel/py-subvertpy/Makefile b/devel/py-subvertpy/Makefile index 8902da83d68a..0800d35479bf 100644 --- a/devel/py-subvertpy/Makefile +++ b/devel/py-subvertpy/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2 BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= subvertpy diff --git a/devel/py-trace2html/Makefile b/devel/py-trace2html/Makefile index bc8ccce621cd..c1456bb23201 100644 --- a/devel/py-trace2html/Makefile +++ b/devel/py-trace2html/Makefile @@ -12,7 +12,7 @@ COMMENT= HTML coverage report generator for trace.py LICENSE= GPLv2 -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= easy_install PLIST_FILES= bin/trace2html.py \ diff --git a/devel/py-turbocheetah/Makefile b/devel/py-turbocheetah/Makefile index 3c56f24f426a..c052b0f47652 100644 --- a/devel/py-turbocheetah/Makefile +++ b/devel/py-turbocheetah/Makefile @@ -15,7 +15,7 @@ COMMENT= TurboGears plugin to support use of Cheetah templates RUN_DEPENDS= cheetah:${PORTSDIR}/devel/py-cheetah -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install NO_STAGE= yes diff --git a/devel/py-turbojson/Makefile b/devel/py-turbojson/Makefile index 6f71faf47251..7d33dea78fcf 100644 --- a/devel/py-turbojson/Makefile +++ b/devel/py-turbojson/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=1.9.1:${PORTSDIR}/devel/py-simpl ${PYTHON_PKGNAMEPREFIX}PEAK-Rules>=0:${PORTSDIR}/devel/py-PEAK-Rules PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% -USE_PYTHON= 2.6-2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= easy_install NO_STAGE= yes diff --git a/devel/py-turbojson11/Makefile b/devel/py-turbojson11/Makefile index ed2995ae980d..0364c430c63e 100644 --- a/devel/py-turbojson11/Makefile +++ b/devel/py-turbojson11/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}RuleDispatch>=0.5.a0.r2306:${PORTSDIR}/deve ${PYTHON_PKGNAMEPREFIX}simplejson>=1.9.1:${PORTSDIR}/devel/py-simplejson \ ${PYTHON_PKGNAMEPREFIX}DecoratorTools>=1.7:${PORTSDIR}/devel/py-decoratortools -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install NO_STAGE= yes diff --git a/devel/py-turbokid/Makefile b/devel/py-turbokid/Makefile index 2afecd38d087..e88c09f86998 100644 --- a/devel/py-turbokid/Makefile +++ b/devel/py-turbokid/Makefile @@ -14,7 +14,7 @@ COMMENT= Python template plugin that supports Kid templates RUN_DEPENDS= kid:${PORTSDIR}/devel/py-kid -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install NO_STAGE= yes diff --git a/devel/py-tvrage/Makefile b/devel/py-tvrage/Makefile index 421226b79209..5bd0be538593 100644 --- a/devel/py-tvrage/Makefile +++ b/devel/py-tvrage/Makefile @@ -18,7 +18,7 @@ GH_COMMIT= c8e9781 GH_TAGNAME= ${PORTVERSION} GH_PROJECT= python-${PORTNAME} -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= python_${PORTNAME} diff --git a/devel/py-twisted/Makefile b/devel/py-twisted/Makefile index b644801238cc..9c3b1082ee0c 100644 --- a/devel/py-twisted/Makefile +++ b/devel/py-twisted/Makefile @@ -16,7 +16,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore NO_BUILD= yes -USE_PYTHON= -2.7 +USE_PYTHON= 2 # Bypass infrastructure bug OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options diff --git a/devel/py-twistedCore/Makefile b/devel/py-twistedCore/Makefile index cbb22fd01fc0..433f64e5784c 100644 --- a/devel/py-twistedCore/Makefile +++ b/devel/py-twistedCore/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} # separately if desired. USE_BZIP2= yes -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} REINPLACE_ARGS= -i '' diff --git a/devel/py-twistedRunner/Makefile b/devel/py-twistedRunner/Makefile index bf01f2c4a909..5d0650318c38 100644 --- a/devel/py-twistedRunner/Makefile +++ b/devel/py-twistedRunner/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/de RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} diff --git a/devel/py-uncompyle2/Makefile b/devel/py-uncompyle2/Makefile index 90d31efdea30..c2c80ea99320 100644 --- a/devel/py-uncompyle2/Makefile +++ b/devel/py-uncompyle2/Makefile @@ -12,7 +12,7 @@ MAINTAINER= mi@aldan.algebra.com COMMENT= Decompiler for Python's .pyc and .pyo files HASH = 3956a5a -USE_PYTHON= 2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes REINPLACE_ARGS= -i "" diff --git a/devel/py-unittestplus/Makefile b/devel/py-unittestplus/Makefile index 7d3e445b6db9..2825310dcc7d 100644 --- a/devel/py-unittestplus/Makefile +++ b/devel/py-unittestplus/Makefile @@ -11,7 +11,7 @@ MAINTAINER= hsmtkk@gmail.com COMMENT= Test utilities built on unittest USE_ZIP= yes -USE_PYTHON= 2.6+ +USE_PYTHON= yes USE_PYDISTUTILS= yes NO_STAGE= yes diff --git a/devel/py-urwid/Makefile b/devel/py-urwid/Makefile index f0b9415463cd..88a10ae5b1fa 100644 --- a/devel/py-urwid/Makefile +++ b/devel/py-urwid/Makefile @@ -16,7 +16,7 @@ LICENSE= LGPL21 OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options OPTIONS_DEFINE= EXAMPLES -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes PORTEXAMPLES= bigtext.py \ diff --git a/devel/py-wsgi_xmlrpc/Makefile b/devel/py-wsgi_xmlrpc/Makefile index 70fc9a0ac22b..39484e31b2d8 100644 --- a/devel/py-wsgi_xmlrpc/Makefile +++ b/devel/py-wsgi_xmlrpc/Makefile @@ -13,7 +13,7 @@ COMMENT= WSGI application for a simple XMLRPC method dispatching LICENSE= APACHE20 -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% diff --git a/devel/py-wsgitools/Makefile b/devel/py-wsgitools/Makefile index 27ccf68839d9..70ed39e15607 100644 --- a/devel/py-wsgitools/Makefile +++ b/devel/py-wsgitools/Makefile @@ -12,7 +12,7 @@ COMMENT= Useful middlewares and filters for wsgi as well as scgi servers LICENSE= GPLv2 # or higher -USE_PYTHON= 2.5-2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes NO_STAGE= yes diff --git a/devel/py-xcaplib/Makefile b/devel/py-xcaplib/Makefile index e754611c7362..5a5689262074 100644 --- a/devel/py-xcaplib/Makefile +++ b/devel/py-xcaplib/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=8.1.0:${PORTSDIR}/devel/py-tw RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME=python_${PORTNAME} diff --git a/devel/py-xdg/Makefile b/devel/py-xdg/Makefile index 5a83db44866a..11ca2e0ed6de 100644 --- a/devel/py-xdg/Makefile +++ b/devel/py-xdg/Makefile @@ -12,7 +12,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= A python library to access freedesktop.org standards -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= pyxdg diff --git a/devel/pybugz/Makefile b/devel/pybugz/Makefile index c2ac3a1bd3f2..4c62e052bc30 100644 --- a/devel/pybugz/Makefile +++ b/devel/pybugz/Makefile @@ -13,7 +13,7 @@ COMMENT= Command line tools for interacting with Bugzilla LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME} -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes PLIST_FILES= bin/bugz diff --git a/devel/pychecker/Makefile b/devel/pychecker/Makefile index a1c54b7849cd..05bb875aec6c 100644 --- a/devel/pychecker/Makefile +++ b/devel/pychecker/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF MAINTAINER= mva@FreeBSD.org COMMENT= Python source code checking tool to help hunting common bugs -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= yes NO_STAGE= yes diff --git a/devel/pyside-tools/Makefile b/devel/pyside-tools/Makefile index 0e5056c6d50b..10398a0fea3c 100644 --- a/devel/pyside-tools/Makefile +++ b/devel/pyside-tools/Makefile @@ -34,7 +34,7 @@ REINPLACE_ARGS= -i.bak -e 's+/usr/bin/env python+&${PYTHON_VER}+' \ USE_BZIP2= yes USES= cmake -USE_PYTHON= 2.5-2.7 +USE_PYTHON= 2 NO_STAGE= yes post-patch: diff --git a/devel/pyside/Makefile b/devel/pyside/Makefile index b335d5b9ee3d..8f82e1111019 100644 --- a/devel/pyside/Makefile +++ b/devel/pyside/Makefile @@ -34,7 +34,7 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} \ USE_BZIP2= yes USES= cmake USE_LDCONFIG= yes -USE_PYTHON= -2.7 +USE_PYTHON= 2 NO_STAGE= yes .include <bsd.port.pre.mk> diff --git a/devel/pyst/Makefile b/devel/pyst/Makefile index 0922fbf9f5e8..eb7d6a766e38 100644 --- a/devel/pyst/Makefile +++ b/devel/pyst/Makefile @@ -12,7 +12,7 @@ COMMENT= Python interface to allow Asterisk programming LICENSE= LGPL21 PSFL LICENSE_COMB= dual -USE_PYTHON= 2.5-2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= yes PORTDOCS= README README.html ChangeLog diff --git a/devel/pythk/Makefile b/devel/pythk/Makefile index 8f6814d90d13..6e95c17a7864 100644 --- a/devel/pythk/Makefile +++ b/devel/pythk/Makefile @@ -12,7 +12,7 @@ COMMENT= A collection of Python functions LICENSE= BSD -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes NO_STAGE= yes diff --git a/devel/qct/Makefile b/devel/qct/Makefile index db27fdfb4127..ab3754fc4fc4 100644 --- a/devel/qct/Makefile +++ b/devel/qct/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= yes WRKSRC= ${WRKDIR}/qct OPTIONS_DEFINE= DOCS diff --git a/devel/rbtools/Makefile b/devel/rbtools/Makefile index 3bb8968e6933..085d861aeffe 100644 --- a/devel/rbtools/Makefile +++ b/devel/rbtools/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT ORIGNAME= RBTools -USE_PYTHON= 2.6-2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= ${ORIGNAME} PYDISTUTILS_PKGVERSION= ${DISTVERSION} diff --git a/devel/runsnakerun/Makefile b/devel/runsnakerun/Makefile index 0185ec7d072a..b9f0556152fd 100644 --- a/devel/runsnakerun/Makefile +++ b/devel/runsnakerun/Makefile @@ -16,7 +16,7 @@ LICENSE= BSD RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}SquareMap>0:${PORTSDIR}/x11-toolkits/py-SquareMap \ ${PYTHON_PKGNAMEPREFIX}meliae>0:${PORTSDIR}/devel/py-meliae -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= ${PORTNAME:C/r/R/g:C/s/S/} PYDISTUTILS_PKGVERSION= ${DISTVERSION} diff --git a/devel/scons/Makefile b/devel/scons/Makefile index dc077cebfc4f..88b13a835335 100644 --- a/devel/scons/Makefile +++ b/devel/scons/Makefile @@ -17,7 +17,7 @@ PYDISTUTILS_AUTOPLIST= yes PLIST_SUB+= SCONS_VER=${PORTVERSION} -USE_PYTHON= -2.7 +USE_PYTHON= 2 post-patch: diff --git a/devel/svnmerge/Makefile b/devel/svnmerge/Makefile index baae9aa5aaeb..409f035a53d1 100644 --- a/devel/svnmerge/Makefile +++ b/devel/svnmerge/Makefile @@ -14,7 +14,7 @@ COMMENT= A Python script to managing merges in a Subversion repository RUN_DEPENDS= ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion16 USE_BZIP2= yes -USE_PYTHON= 2.5+ +USE_PYTHON= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/subversion-${PORTVERSION}/contrib/client-side/svnmerge diff --git a/devel/talloc/Makefile b/devel/talloc/Makefile index afef5b0dc94a..3cdb4cbb073f 100644 --- a/devel/talloc/Makefile +++ b/devel/talloc/Makefile @@ -16,7 +16,7 @@ LICENSE= LGPL3 CONFLICTS= samba33-3.* USES= pkgconfig -USE_PYTHON_BUILD= -2.7 +USE_PYTHON_BUILD= 2 USE_LDCONFIG= yes HAS_CONFIGURE= yes WAF_TOOL= buildtools/bin/waf diff --git a/devel/tevent/Makefile b/devel/tevent/Makefile index 90816d4218b1..dca320cd73de 100644 --- a/devel/tevent/Makefile +++ b/devel/tevent/Makefile @@ -15,7 +15,7 @@ LICENSE= LGPL3 CONFLICTS= -USE_PYTHON_BUILD= -2.7 +USE_PYTHON_BUILD= 2 USE_LDCONFIG= yes HAS_CONFIGURE= yes WAF_TOOL= buildtools/bin/waf diff --git a/devel/trac-bitten/Makefile b/devel/trac-bitten/Makefile index 57d9b2233f5a..44c8c8f67952 100644 --- a/devel/trac-bitten/Makefile +++ b/devel/trac-bitten/Makefile @@ -37,7 +37,7 @@ RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/Bitten-${PORTVERSION} NO_BUILD= yes -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS=yes PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${PYTHON_VER} \ ECHO_MSG=${ECHO_MSG} diff --git a/devel/viewvc/Makefile b/devel/viewvc/Makefile index 58ab1d42f081..eae3a8e10c00 100644 --- a/devel/viewvc/Makefile +++ b/devel/viewvc/Makefile @@ -38,7 +38,7 @@ MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-My NO_BUILD= yes USE_RC_SUBR= viewvc -USE_PYTHON= -2.7 +USE_PYTHON= 2 SUB_FILES= pkg-message SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \ ECHO=${ECHO} EGREP=${EGREP} TOUCH=${TOUCH} \ diff --git a/devel/zookeeper/Makefile b/devel/zookeeper/Makefile index a2a9ad60d786..32071ce93b3d 100644 --- a/devel/zookeeper/Makefile +++ b/devel/zookeeper/Makefile @@ -49,7 +49,7 @@ NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPYTHON} -USE_PYTHON= -2.7 +USE_PYTHON= 2 BUILD_DEPENDS+= ant:${PORTSDIR}/devel/apache-ant PLIST_SUB+= WITH_PYTHON="" .else |