Skip to content

Commit

Permalink
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hou…
Browse files Browse the repository at this point in the history
…rs ago)

Notified by:	koobs, wg
  • Loading branch information
sunpoet committed Aug 15, 2014
1 parent 0c1af44 commit 1ec7be3
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion astro/py-metar/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LICENSE= GPLv2
OPTIONS_DEFINE= DOCS
OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python:2 shebangfix

PORTDOCS= COPYING README THANKS librarydoc.txt
Expand Down
2 changes: 1 addition & 1 deletion chinese/py-cconv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libcconv.so:${PORTSDIR}/chinese/cconv

CFLAGS+= -I${LOCALBASE}/include
PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion databases/py-geoalchemy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LICENSE= MIT

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.6.1:${PORTSDIR}/databases/py-sqlalchemy

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python:2

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion databases/py-geoalchemy2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LICENSE= MIT

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy08>=0.8:${PORTSDIR}/databases/py-sqlalchemy-devel

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion databases/py-kyotocabinet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LICENSE= GPLv3

LIB_DEPENDS= libkyotocabinet.so:${PORTSDIR}/databases/kyotocabinet

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python:3

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion databases/py-leveldb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LICENSE= BSD3CLAUSE

LIB_DEPENDS= libleveldb.so:${PORTSDIR}/databases/leveldb

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python tar:xz

post-patch:
Expand Down
2 changes: 1 addition & 1 deletion databases/py-memcached/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COMMENT= Python API for memcached, a distributed memory cache daemon

LICENSE= PSFL

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion devel/bpython/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=0:${PORTSDIR}/textproc/py-pygments
OPTIONS_DEFINE= EXAMPLES NLS
OPTIONS_SUB= yes

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python

PORTEXAMPLES= light.theme sample-config sample.theme
Expand Down
2 changes: 1 addition & 1 deletion devel/py-decoratortools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COMMENT= Class, function, and metaclass decorators
LICENSE= PSFL ZPL21
LICENSE_COMB= dual

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python:2 zip

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion devel/py-distutils-extra/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COMMENT= Add support for i18n, documentation, and icons to distutils

LICENSE= GPLv2

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion devel/py-gevent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python:2

post-build:
Expand Down
2 changes: 1 addition & 1 deletion devel/py-greenlet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COMMENT= Light-weight microthreads for Python
LICENSE= MIT

ONLY_FOR_ARCHS= amd64 i386
PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python zip

post-build:
Expand Down
2 changes: 1 addition & 1 deletion devel/py-isodate/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COMMENT= ISO 8601 date/time/duration parser and formater

LICENSE= BSD3CLAUSE

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion devel/py-pudb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.0:${PORTSDIR}/textproc/py-pygments \
${PYTHON_PKGNAMEPREFIX}urwid>=1.1.1:${PORTSDIR}/devel/py-urwid

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion devel/py-simplegeneric/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COMMENT= Simple generic functions

LICENSE= ZPL21

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python zip

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion dns/py-dns3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LICENSE_NAME= CNRI LICENSE AGREEMENT
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python:3

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion ftp/py-curl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LICENSE_COMB= dual

LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python

DATADIR= ${PREFIX}/share/py-curl
Expand Down
2 changes: 1 addition & 1 deletion ftp/py-tftpy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COMMENT= Pure Python TFTP Implementation

LICENSE= MIT

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python:2

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion graphics/py-gdal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal
OPTIONS_DEFINE= NUMPY
NUMPY_DESC= Enable array support via NumPy

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python shebangfix

WRKSRC= ${WRKDIR}/${DISTNAME}/swig/python
Expand Down
2 changes: 1 addition & 1 deletion graphics/py-ming/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi

CONFIGURE_ARGS= --enable-python
PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python:2

BUILD_WRKSRC= ${WRKSRC}/py_ext
Expand Down
2 changes: 1 addition & 1 deletion mail/py-spf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LICENSE= PSFL
OPTIONS_DEFINE= DOCS
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python shebangfix

PLIST_FILES= bin/spf.py
Expand Down
2 changes: 1 addition & 1 deletion math/py-numexpr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LICENSE= MIT
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS:= ${BUILD_DEPENDS}

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion misc/py-progressbar/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COMMENT= Text progressbar library for python

LICENSE= BSD3CLAUSE

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python:2

PROJECTHOST= python-${PORTNAME}
Expand Down
2 changes: 1 addition & 1 deletion net/py-simplesoap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COMMENT= Python Simple SOAP Library

LICENSE= LGPL3

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python zip

PROJECTHOST= py${PORTNAME}
Expand Down
2 changes: 1 addition & 1 deletion print/py-cups/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client

CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= iconv python tar:bzip2

.include <bsd.port.pre.mk>
Expand Down
2 changes: 1 addition & 1 deletion security/py-m2crypto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13

PYDISTUTILS_BUILDARGS= build_ext --openssl="${OPENSSLBASE}"
USE_OPENSSL= yes
PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python:2

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion sysutils/py-psutil/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COMMENT= Process utilities module for Python

LICENSE= BSD3CLAUSE

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python

post-install:
Expand Down
2 changes: 1 addition & 1 deletion textproc/py-MarkupSafe/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COMMENT= Implements a XML/HTML/XHTML Markup safe string for Python

LICENSE= BSD3CLAUSE

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion www/py-cssutils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LICENSE= LGPL3
OPTIONS_DEFINE= EXAMPLES
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python zip

EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
Expand Down
2 changes: 1 addition & 1 deletion www/py-qp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
OPTIONS_DEFINE= DOCS EXAMPLES
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options

PYTHON_FEATURES=distutils
USE_PYTHON= distutils
USES= python:2

SUB_FILES= pkg-message
Expand Down
2 changes: 1 addition & 1 deletion www/py-qpy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COMMENT= Generating safely-quoted html text from python code
OPTIONS_DEFINE= DOCS
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options

PYTHON_FEATURES=autoplist,distutils
USE_PYTHON= autoplist distutils
USES= python:2

PORTDOCS= CHANGES.txt LICENSE.txt README.txt
Expand Down

0 comments on commit 1ec7be3

Please sign in to comment.