aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-01-13 21:00:02 +0000
committerRene Ladan <rene@FreeBSD.org>2014-01-13 21:00:02 +0000
commit50f8eaece13e14735ce71c2c22f8aac07f7cd50a (patch)
tree15cdc9de8e1435e170938ead4c0c26dfe041a7e6 /textproc
parentf7c433d7169aa1bbe61414cf420ec27bbb3160d3 (diff)
downloadports-50f8eaece13e14735ce71c2c22f8aac07f7cd50a.tar.gz
ports-50f8eaece13e14735ce71c2c22f8aac07f7cd50a.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/asciidoc/Makefile2
-rw-r--r--textproc/doclifter/Makefile2
-rw-r--r--textproc/gnome-doc-utils/Makefile2
-rw-r--r--textproc/itstool/Makefile2
-rw-r--r--textproc/loook/Makefile2
-rw-r--r--textproc/meld/Makefile2
-rw-r--r--textproc/nltk/Makefile2
-rw-r--r--textproc/py-4suite/Makefile2
-rw-r--r--textproc/py-Tempita/Makefile2
-rw-r--r--textproc/py-genshi-devel/Makefile2
-rw-r--r--textproc/py-libxml2/Makefile2
-rw-r--r--textproc/py-lucene/Makefile2
-rw-r--r--textproc/py-mako/Makefile2
-rw-r--r--textproc/py-markdown2/Makefile2
-rw-r--r--textproc/py-pdfminer/Makefile2
-rw-r--r--textproc/py-qt4-xml/Makefile2
-rw-r--r--textproc/py-qt4-xmlpatterns/Makefile2
-rw-r--r--textproc/py-trans/Makefile2
-rw-r--r--textproc/py-twistedLore/Makefile2
-rw-r--r--textproc/py-wtforms/Makefile2
-rw-r--r--textproc/py-xlrd/Makefile2
-rw-r--r--textproc/py-xlutils/Makefile2
-rw-r--r--textproc/py-xml/Makefile2
-rw-r--r--textproc/py-xmltv/Makefile2
-rw-r--r--textproc/translate-toolkit/Makefile2
25 files changed, 25 insertions, 25 deletions
diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile
index ba9e762372f4..0ffa7514ab7a 100644
--- a/textproc/asciidoc/Makefile
+++ b/textproc/asciidoc/Makefile
@@ -16,7 +16,7 @@ LICENSE_COMB= multi
RUN_DEPENDS= python2:${PORTSDIR}/lang/python2
GNU_CONFIGURE= yes
-USE_PYTHON= -2.7
+USE_PYTHON= 2
USES= gmake shebangfix
CONF_FILES= asciidoc.conf docbook45.conf filters/code/code-filter.conf \
diff --git a/textproc/doclifter/Makefile b/textproc/doclifter/Makefile
index 2b39c17fd697..706de25feade 100644
--- a/textproc/doclifter/Makefile
+++ b/textproc/doclifter/Makefile
@@ -12,7 +12,7 @@ COMMENT= Translates documents written in troff macros to DocBook
RUN_DEPENDS+= python2:${PORTSDIR}/lang/python2
-USE_PYTHON= -2.7
+USE_PYTHON= 2
NO_BUILD= yes
PLIST_FILES= bin/doclifter \
diff --git a/textproc/gnome-doc-utils/Makefile b/textproc/gnome-doc-utils/Makefile
index da9fc9dccec5..3c5691c42768 100644
--- a/textproc/gnome-doc-utils/Makefile
+++ b/textproc/gnome-doc-utils/Makefile
@@ -22,7 +22,7 @@ USE_XZ= yes
MAKE_JOBS_UNSAFE=yes
USES= gettext gmake pathfix pkgconfig
USE_GNOME= gnomehier libxslt intlhack
-USE_PYTHON= -2.7
+USE_PYTHON= 2
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-omf-dir=${PREFIX}/share/omf
diff --git a/textproc/itstool/Makefile b/textproc/itstool/Makefile
index b8f830d84ce2..0a68e0f458a9 100644
--- a/textproc/itstool/Makefile
+++ b/textproc/itstool/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
USE_BZIP2= yes
-USE_PYTHON_RUN= -2.7
+USE_PYTHON_RUN= 2
GNU_CONFIGURE= yes
post-patch:
diff --git a/textproc/loook/Makefile b/textproc/loook/Makefile
index 016af47ffac4..e235765d04d0 100644
--- a/textproc/loook/Makefile
+++ b/textproc/loook/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:${PORTSDIR}/x11-toolkits/py-tkint
WRKSRC= ${WRKDIR}
USE_ZIP= yes
-USE_PYTHON= 2.7
+USE_PYTHON= 2
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
diff --git a/textproc/meld/Makefile b/textproc/meld/Makefile
index d450e14e7b2c..9d2154789348 100644
--- a/textproc/meld/Makefile
+++ b/textproc/meld/Makefile
@@ -14,7 +14,7 @@ LICENSE= GPLv2
USE_XZ= yes
USE_GNOME= pygnome2
USES= desktop-file-utils gmake shared-mime-info
-USE_PYTHON= -2.7
+USE_PYTHON= 2
MAKE_ARGS= prefix=${PREFIX}
INSTALLS_ICONS= yes
INSTALLS_OMF= yes
diff --git a/textproc/nltk/Makefile b/textproc/nltk/Makefile
index 59bcf3b3df61..63c079748157 100644
--- a/textproc/nltk/Makefile
+++ b/textproc/nltk/Makefile
@@ -14,7 +14,7 @@ LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:${PORTSDIR}/x11-toolkits/py-tkinter \
${PYTHON_PKGNAMEPREFIX}yaml>=3.09:${PORTSDIR}/devel/py-yaml
-USE_PYTHON= -2.7
+USE_PYTHON= 2
USE_PYDISTUTILS= easy_install
NO_STAGE= yes
diff --git a/textproc/py-4suite/Makefile b/textproc/py-4suite/Makefile
index bdceddf84ad4..79bf2075e617 100644
--- a/textproc/py-4suite/Makefile
+++ b/textproc/py-4suite/Makefile
@@ -16,7 +16,7 @@ COMMENT= A collection of Python tools for XML and RDF processing
USE_BZIP2= yes
REINPLACE_ARGS= -i "" -E
-USE_PYTHON= 2.2-2.4
+USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= 4Suite
PYDISTUTILS_PKGVERSION= 1.0b1
diff --git a/textproc/py-Tempita/Makefile b/textproc/py-Tempita/Makefile
index 53ef64af6b45..5f361ffe7a2b 100644
--- a/textproc/py-Tempita/Makefile
+++ b/textproc/py-Tempita/Makefile
@@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= Small text templating language
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
NO_STAGE= yes
diff --git a/textproc/py-genshi-devel/Makefile b/textproc/py-genshi-devel/Makefile
index 386ddbc2c6ee..b827f3d9f9bd 100644
--- a/textproc/py-genshi-devel/Makefile
+++ b/textproc/py-genshi-devel/Makefile
@@ -12,7 +12,7 @@ PKGNAMESUFFIX= -devel
MAINTAINER= alexey@renatasystems.org
COMMENT= Python toolkit for stream-based generation of output for the web
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
WRKSRC= ${WRKDIR}/genshi
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile
index 8c8c23cffd88..1059620f39f0 100644
--- a/textproc/py-libxml2/Makefile
+++ b/textproc/py-libxml2/Makefile
@@ -15,7 +15,7 @@ DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
USE_GNOME+= libxml2
-USE_PYTHON= -2.7
+USE_PYTHON= 2
USES= iconv
CPPFLAGS+= `${PYTHON_VERSION}-config --cflags`
LDFLAGS+= -L${LOCALBASE}/lib `${PYTHON_VERSION}-config --libs`
diff --git a/textproc/py-lucene/Makefile b/textproc/py-lucene/Makefile
index aae199631767..0c4800aa7dc5 100644
--- a/textproc/py-lucene/Makefile
+++ b/textproc/py-lucene/Makefile
@@ -18,7 +18,7 @@ FETCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/textproc/lucene:extract
BROKEN= fails to build
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
USE_GCC= 4.2+
USE_JAVA= yes
JAVA_VERSION= 1.6+
diff --git a/textproc/py-mako/Makefile b/textproc/py-mako/Makefile
index d7fd29b501dc..8fa820063d71 100644
--- a/textproc/py-mako/Makefile
+++ b/textproc/py-mako/Makefile
@@ -19,7 +19,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beaker>=1.1:${PORTSDIR}/www/py-beaker \
${PYTHON_PKGNAMEPREFIX}Babel>0:${PORTSDIR}/devel/py-babel
RUN_DEPENDS+= ${BUILD_DEPENDS}
-USE_PYTHON= 2.7+
+USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_AUTOPLIST= yes
PYDISTUTILS_PKGNAME= Mako
diff --git a/textproc/py-markdown2/Makefile b/textproc/py-markdown2/Makefile
index b111f334c95d..64cedf50aebe 100644
--- a/textproc/py-markdown2/Makefile
+++ b/textproc/py-markdown2/Makefile
@@ -11,7 +11,7 @@ MAINTAINER= wen@FreeBSD.org
COMMENT= A fast and complete Python implementation of Markdown
USE_ZIP= yes
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
USE_PYDISTUTILS= yes
NO_STAGE= yes
diff --git a/textproc/py-pdfminer/Makefile b/textproc/py-pdfminer/Makefile
index f512456bfd4f..42b39d00f23e 100644
--- a/textproc/py-pdfminer/Makefile
+++ b/textproc/py-pdfminer/Makefile
@@ -12,7 +12,7 @@ COMMENT= PDF parser and analyzer
LICENSE= MIT
-USE_PYTHON= -2.7
+USE_PYTHON= 2
USE_PYDISTUTILS=yes
.include <bsd.port.mk>
diff --git a/textproc/py-qt4-xml/Makefile b/textproc/py-qt4-xml/Makefile
index 1fc9fb701e3a..1f32522f9252 100644
--- a/textproc/py-qt4-xml/Makefile
+++ b/textproc/py-qt4-xml/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= xml qmake_build moc_build
OPTIONS_DEFINE= API
diff --git a/textproc/py-qt4-xmlpatterns/Makefile b/textproc/py-qt4-xmlpatterns/Makefile
index dfdd6884ef6a..5c0fcf2f467a 100644
--- a/textproc/py-qt4-xmlpatterns/Makefile
+++ b/textproc/py-qt4-xmlpatterns/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS= ${PKGNAMEPREFIX}xml>=${PYQT4_VERSION}:${PORTSDIR}/textproc/py-qt4-x
DISTINFO_FILE= ${PYQT4_DISTINFO_FILE}
HAS_CONFIGURE= yes
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
USE_QT4= moc_build xmlpatterns qmake_build
OPTIONS_DEFINE= API
diff --git a/textproc/py-trans/Makefile b/textproc/py-trans/Makefile
index 47ae4400dec1..add3e4a6e259 100644
--- a/textproc/py-trans/Makefile
+++ b/textproc/py-trans/Makefile
@@ -16,7 +16,7 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/trans.py \
%%PYTHON_SITELIBDIR%%/trans.pyo
USE_BZIP2= yes
-USE_PYTHON= -2.7
+USE_PYTHON= 2
USE_PYDISTUTILS=yes
NO_STAGE= yes
diff --git a/textproc/py-twistedLore/Makefile b/textproc/py-twistedLore/Makefile
index 0cd338e589a8..c169af74484a 100644
--- a/textproc/py-twistedLore/Makefile
+++ b/textproc/py-twistedLore/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/textproc/py-wtforms/Makefile b/textproc/py-wtforms/Makefile
index a48836ad7ade..e524a6755951 100644
--- a/textproc/py-wtforms/Makefile
+++ b/textproc/py-wtforms/Makefile
@@ -13,7 +13,7 @@ COMMENT= Forms validation and rendering library for python web development
LICENSE= BSD
USE_ZIP= yes
-USE_PYTHON= 2.6+
+USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_NOEGGINFO= yes
diff --git a/textproc/py-xlrd/Makefile b/textproc/py-xlrd/Makefile
index e56aa141fdfa..dfd9fbbff12b 100644
--- a/textproc/py-xlrd/Makefile
+++ b/textproc/py-xlrd/Makefile
@@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dikshie@sfc.wide.ad.jp
COMMENT= Reading data and formatting information from Excel files
-USE_PYTHON= 2.5-2.7
+USE_PYTHON= 2
USE_PYDISTUTILS= yes
NO_STAGE= yes
diff --git a/textproc/py-xlutils/Makefile b/textproc/py-xlutils/Makefile
index 9a4edf84b8ab..824285aca329 100644
--- a/textproc/py-xlutils/Makefile
+++ b/textproc/py-xlutils/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlrd>=0.7.2:${PORTSDIR}/textproc/py-xlrd
${PYTHON_PKGNAMEPREFIX}xlwt>=0.7.4:${PORTSDIR}/textproc/py-xlwt
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_PYTHON= 2.5-2.7
+USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile
index 6bd5abe66aeb..af753580961b 100644
--- a/textproc/py-xml/Makefile
+++ b/textproc/py-xml/Makefile
@@ -12,7 +12,7 @@ DISTNAME= PyXML-${PORTVERSION}
MAINTAINER= mike@skew.org
COMMENT= PyXML: Python XML library enhancements
-USE_PYTHON= 2.1+
+USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= PyXML
diff --git a/textproc/py-xmltv/Makefile b/textproc/py-xmltv/Makefile
index eb91bcacaf69..201630615568 100644
--- a/textproc/py-xmltv/Makefile
+++ b/textproc/py-xmltv/Makefile
@@ -14,7 +14,7 @@ COMMENT= A Python module that provides access to XMLTV TV listings
LICENSE= LGPL21
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= python-xmltv
diff --git a/textproc/translate-toolkit/Makefile b/textproc/translate-toolkit/Makefile
index 38b794fb5293..13a290f6312d 100644
--- a/textproc/translate-toolkit/Makefile
+++ b/textproc/translate-toolkit/Makefile
@@ -25,7 +25,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_BZIP2= yes
USES= gettext
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
USE_PYDISTUTILS= yes
MAN1= csv2po.1 csv2tbx.1 html2po.1 ical2po.1 ini2po.1 \