Index: head/chinese/py-cconv/Makefile =================================================================== --- head/chinese/py-cconv/Makefile (revision 326669) +++ head/chinese/py-cconv/Makefile (revision 326670) @@ -1,22 +1,22 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= cconv PORTVERSION= 0.5.0 CATEGORIES= chinese converters python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-python-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python wrapper for chinese/cconv LIB_DEPENDS= cconv:${PORTSDIR}/chinese/cconv CFLAGS+= -I${LOCALBASE}/include USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PORTNAME}.so .include Index: head/databases/py-kyotocabinet/Makefile =================================================================== --- head/databases/py-kyotocabinet/Makefile (revision 326669) +++ head/databases/py-kyotocabinet/Makefile (revision 326670) @@ -1,23 +1,23 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= kyotocabinet PORTVERSION= 1.22 CATEGORIES= databases python MASTER_SITES= http://fallabs.com/${PORTNAME}/pythonpkg/ \ LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-python-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python binding of kyotocabinet LIB_DEPENDS= kyotocabinet:${PORTSDIR}/databases/kyotocabinet USE_PYTHON= 3.1+ -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PORTNAME}.so PYDISTUTILS_EGGINFO= Kyoto_Cabinet-1.5-py${PYTHON_VER}.egg-info .include Index: head/devel/py-gevent/Makefile =================================================================== --- head/devel/py-gevent/Makefile (revision 326669) +++ head/devel/py-gevent/Makefile (revision 326670) @@ -1,22 +1,22 @@ # Created by: Peter Schuller # $FreeBSD$ PORTNAME= gevent PORTVERSION= 0.13.8 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python co-routine networking library based on greenlet/libevent LICENSE= MIT LIB_DEPENDS= event:${PORTSDIR}/devel/libevent RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0:${PORTSDIR}/devel/py-greenlet USE_PYTHON= -2.7 -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes PYDISTUTILS_BUILDARGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib .include Index: head/devel/py-greenlet/Makefile =================================================================== --- head/devel/py-greenlet/Makefile (revision 326669) +++ head/devel/py-greenlet/Makefile (revision 326670) @@ -1,20 +1,20 @@ # Created by: Peter Schuller # $FreeBSD$ PORTNAME= greenlet PORTVERSION= 0.4.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Light-weight microthreads for Python LICENSE= MIT ONLY_FOR_ARCHS= amd64 i386 USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes USE_ZIP= yes .include Index: head/devel/py-isodate/Makefile =================================================================== --- head/devel/py-isodate/Makefile (revision 326669) +++ head/devel/py-isodate/Makefile (revision 326670) @@ -1,19 +1,19 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= isodate PORTVERSION= 0.4.9 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= ISO 8601 date/time/duration parser and formater USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes post-patch: @${REINPLACE_CMD} -e 's|setuptools|do_not_use_&|' ${WRKSRC}/${PYSETUP} .include Index: head/ftp/py-tftpy/Makefile =================================================================== --- head/ftp/py-tftpy/Makefile (revision 326669) +++ head/ftp/py-tftpy/Makefile (revision 326670) @@ -1,17 +1,17 @@ # Created by: Ju Pengfei # $FreeBSD$ PORTNAME= tftpy PORTVERSION= 0.6.0 CATEGORIES= ftp python MASTER_SITES= SF \ CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Pure Python TFTP Implementation USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes .include Index: head/graphics/py-gdal/Makefile =================================================================== --- head/graphics/py-gdal/Makefile (revision 326669) +++ head/graphics/py-gdal/Makefile (revision 326670) @@ -1,38 +1,38 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= gdal PORTVERSION= 1.10.1 CATEGORIES= graphics python MASTER_SITES= http://download.osgeo.org/gdal/ \ ftp://ftp.remotesensing.org/pub/gdal/ \ LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python binding for GDAL LICENSE= MIT LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal OPTIONS_DEFINE= NUMPY NUMPY_DESC= Enable array support via NumPy PYEASYINSTALL_ARCHDEP= yes PYDISTUTILS_PKGNAME= ${PORTNAME:U} USE_PYTHON= -2.7 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install WRKSRC= ${WRKDIR}/${DISTNAME}/swig/python .include .if ${PORT_OPTIONS:MNUMPY} BUILD_DEPENDS+= ${PKGNAMEPREFIX}numpy>=1.0.0:${PORTSDIR}/math/py-numpy RUN_DEPENDS+= ${PKGNAMEPREFIX}numpy>=1.0.0:${PORTSDIR}/math/py-numpy .endif post-install: ${INSTALL_SCRIPT} ${WRKSRC}/scripts/*.py ${PREFIX}/bin/ .include Index: head/graphics/py-ming/Makefile =================================================================== --- head/graphics/py-ming/Makefile (revision 326669) +++ head/graphics/py-ming/Makefile (revision 326670) @@ -1,26 +1,26 @@ # Created by: Akinori MUSHA aka knu # $FreeBSD$ PORTNAME= ming PORTREVISION= 0 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python module for Ming which allows you to create Flash 4/5 movies BUILD_WRKSRC= ${WRKSRC}/py_ext CONFIGURE_ARGS= --enable-python INSTALL_WRKSRC= ${WRKSRC}/py_ext PATCH_WRKSRC= ${WRKSRC}/py_ext PATCHDIR= ${.CURDIR}/files PLIST= ${.CURDIR}/pkg-plist USE_PYTHON= -2.7 -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes MASTERDIR= ${.CURDIR}/../../graphics/ming SLAVEPORT= py PYDISTUTILS_PKGNAME= mingc PYDISTUTILS_PKGVERSION= ${PORTVERSION} .include "${MASTERDIR}/Makefile" Index: head/print/py-cups/Makefile =================================================================== --- head/print/py-cups/Makefile (revision 326669) +++ head/print/py-cups/Makefile (revision 326670) @@ -1,38 +1,38 @@ # Created by: Michael Johnson # $FreeBSD$ PORTNAME= cups PORTVERSION= 1.9.63 CATEGORIES= print python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= CUPS bindings for Python LIB_DEPENDS= cups:${PORTSDIR}/print/cups-client CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_BZIP2= yes USES= iconv -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes USE_PYTHON= -2.7 PLIST_FILES= %%PYTHON_SITELIBDIR%%/cups.so PYDISTUTILS_EGGINFO= py${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg-info .include post-patch: @${REINPLACE_CMD} -e 's|^\(VERSION=\).*$$|\1${PORTVERSION}|' ${WRKSRC}/Makefile .if empty(ICONV_LIB) @${REINPLACE_CMD} -e 's| or sys.platform.startswith("freebsd"):|:|' ${WRKSRC}/setup.py .endif pre-configure: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/cupsconnection.c @${REINPLACE_CMD} -e 's|#ifdef __SVR4|#ifdef __FreeBSD__|' ${WRKSRC}/cupsppd.c .include Index: head/security/py-m2crypto/Makefile =================================================================== --- head/security/py-m2crypto/Makefile (revision 326669) +++ head/security/py-m2crypto/Makefile (revision 326670) @@ -1,28 +1,28 @@ # Created by: Peter Haight # $FreeBSD$ PORTNAME= m2crypto PORTVERSION= 0.21.1 PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= M2Crypto-${PORTVERSION} DIST_SUBDIR= python MAINTAINER= sunpoet@FreeBSD.org COMMENT= Crypto and SSL toolkit for Python BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 USE_OPENSSL= yes USE_PYTHON= -2.7 -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes PYDISTUTILS_BUILDARGS= build_ext --openssl="${OPENSSLBASE}" PYDISTUTILS_PKGNAME= M2Crypto post-patch: @${REINPLACE_CMD} -e 's|setuptools|do_not_use_&|; /test_suite/d' ${WRKSRC}/${PYSETUP} @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|; s|$$(PYVER)|${PYTHON_VER}|' ${WRKSRC}/SWIG/Makefile .include Index: head/sysutils/py-psutil/Makefile =================================================================== --- head/sysutils/py-psutil/Makefile (revision 326669) +++ head/sysutils/py-psutil/Makefile (revision 326670) @@ -1,22 +1,22 @@ # Created by: Ju Pengfei # $FreeBSD$ PORTNAME= psutil PORTVERSION= 1.0.1 CATEGORIES= sysutils python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Process utilities module for Python LICENSE= BSD USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME} post-patch: @${REINPLACE_CMD} -e 's|setuptools|distutils.core|' ${WRKSRC}/${PYSETUP} .include Index: head/www/py-qp/Makefile =================================================================== --- head/www/py-qp/Makefile (revision 326669) +++ head/www/py-qp/Makefile (revision 326670) @@ -1,39 +1,39 @@ # Created by: Dryice Liu # $FreeBSD$ PORTNAME= qp PORTVERSION= 2.2 CATEGORIES= www python MASTER_SITES= http://www.mems-exchange.org/software/qp/ \ LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python web framework to use qpy and durus together BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}durus>=0:${PORTSDIR}/devel/py-durus \ ${PYTHON_PKGNAMEPREFIX}qpy>=1.7:${PORTSDIR}/www/py-qpy RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}durus>=0:${PORTSDIR}/devel/py-durus \ ${PYTHON_PKGNAMEPREFIX}qpy>=1.7:${PORTSDIR}/www/py-qpy OPTIONS_DEFINE= DOCS EXAMPLES MAKE_ENV= USE_DISTUTILS=yes USE_PYTHON= 2.5-2.7 -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes SUB_FILES= pkg-message .include post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} CHANGES.txt LICENSE.txt README.txt ${DOCSDIR}/ .endif .if ${PORT_OPTIONS:MEXAMPLES} cd ${WRKSRC}/ && ${PYTHON_CMD} ${PYSETUP} install_demo_sites ${EXAMPLESDIR}/ .endif @${CAT} ${PKGMESSAGE} .include Index: head/www/py-qpy/Makefile =================================================================== --- head/www/py-qpy/Makefile (revision 326669) +++ head/www/py-qpy/Makefile (revision 326670) @@ -1,28 +1,28 @@ # Created by: Dryice Liu # $FreeBSD$ PORTNAME= qpy PORTVERSION= 1.8 CATEGORIES= www python MASTER_SITES= http://www.mems-exchange.org/software/qpy/ \ LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generating safely-quoted html text from python code OPTIONS_DEFINE= DOCS MAKE_ENV= USE_DISTUTILS=yes USE_PYTHON= 2.5+ -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes .include post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} CHANGES.txt LICENSE.txt README.txt ${DOCSDIR}/ .endif .include