Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Oct 2014 16:54:55 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371328 - in head/math: aspcud biggles clarence freemat gnumeric hfst lapack lybniz maxima plplot py-apgl py-basemap py-basemap-data py-bitvector py-bottleneck py-fastcluster py-ffc py-...
Message-ID:  <201410211654.s9LGsteg068562@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Tue Oct 21 16:54:54 2014
New Revision: 371328
URL: https://svnweb.freebsd.org/changeset/ports/371328
QAT: https://qat.redports.org/buildarchive/r371328/

Log:
  - Convert ports of math/ to new USES=python
  
  Approved by:	portmgr (implicit)

Modified:
  head/math/aspcud/Makefile
  head/math/biggles/Makefile
  head/math/clarence/Makefile
  head/math/freemat/Makefile
  head/math/gnumeric/Makefile
  head/math/hfst/Makefile
  head/math/lapack/Makefile
  head/math/lybniz/Makefile
  head/math/maxima/Makefile
  head/math/plplot/Makefile
  head/math/py-apgl/Makefile
  head/math/py-basemap-data/Makefile
  head/math/py-basemap/Makefile
  head/math/py-bitvector/Makefile
  head/math/py-bottleneck/Makefile
  head/math/py-fastcluster/Makefile
  head/math/py-ffc/Makefile
  head/math/py-fiat/Makefile
  head/math/py-fpconst/Makefile
  head/math/py-gato/Makefile
  head/math/py-gmpy/Makefile
  head/math/py-gnuplot/Makefile
  head/math/py-graphillion/Makefile
  head/math/py-gsl/Makefile
  head/math/py-igraph/Makefile
  head/math/py-mathdom/Makefile
  head/math/py-mpmath/Makefile
  head/math/py-munkres/Makefile
  head/math/py-networkx/Makefile
  head/math/py-numarray/Makefile
  head/math/py-numeric/Makefile
  head/math/py-nzmath/Makefile
  head/math/py-patsy/Makefile
  head/math/py-plastex/Makefile
  head/math/py-probstat/Makefile
  head/math/py-pybloom/Makefile
  head/math/py-roman/Makefile
  head/math/py-scientific/Makefile
  head/math/py-statsmodels/Makefile
  head/math/py-svgmath/Makefile
  head/math/py-symeig/Makefile
  head/math/py-sympy/Makefile
  head/math/py-ufl/Makefile
  head/math/py-viper/Makefile
  head/math/qtiplot/Makefile
  head/math/rpy/Makefile
  head/math/rpy2/Makefile
  head/math/saga/Makefile
  head/math/ufc/Makefile
  head/math/vtk5/Makefile

Modified: head/math/aspcud/Makefile
==============================================================================
--- head/math/aspcud/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/aspcud/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -19,8 +19,7 @@ RUN_DEPENDS=	gringo:${PORTSDIR}/math/gri
 				clasp:${PORTSDIR}/math/clasp \
 				bash:${PORTSDIR}/shells/bash
 
-USE_PYTHON_RUN=	yes
-USES=	compiler:c++11-lang cmake:outsource
+USES=	compiler:c++11-lang cmake:outsource python:run
 
 CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man
 

Modified: head/math/biggles/Makefile
==============================================================================
--- head/math/biggles/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/biggles/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -16,8 +16,7 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	${PYNUMPY}
 LIB_DEPENDS=	libplot.so:${PORTSDIR}/graphics/plotutils
 
-USES=		gmake
-USE_PYTHON=	2
+USES=		gmake python:2
 MAKE_ARGS=	CC="${CC}" \
 		CFLAGS="${CFLAGS} -fPIC" \
 		LIBPLOT_CPPFLAGS="-I${LOCALBASE}/include" \

Modified: head/math/clarence/Makefile
==============================================================================
--- head/math/clarence/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/clarence/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -11,9 +11,8 @@ MASTER_SITES=	http://www.sourcefiles.org
 MAINTAINER=	psh@iki.fi
 COMMENT=	Programmer's calculator
 
-USES=		shebangfix
+USES=		python shebangfix
 USE_GNOME=	pygtk2
-USE_PYTHON=	yes
 NO_BUILD=	yes
 
 PLIST_FILES=	bin/clarence man/man1/clarence.1.gz

Modified: head/math/freemat/Makefile
==============================================================================
--- head/math/freemat/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/freemat/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -26,9 +26,8 @@ LIB_DEPENDS=	libarpack.so:${PORTSDIR}/ma
 		libportaudio.so:${PORTSDIR}/audio/portaudio		\
 		libumfpack.so:${PORTSDIR}/math/suitesparse
 
-USES=		cmake:outsource dos2unix fortran pkgconfig
+USES=		cmake:outsource dos2unix fortran pkgconfig python:build
 USE_GL=		yes
-USE_PYTHON_BUILD=	yes
 USE_QT4=	gui network opengl svg webkit xml			\
 		moc_build qmake_build rcc_build uic_build
 CMAKE_ARGS=	-DCMAKE_LIBRARY_PATH:STRING="${LOCALBASE}/llvm33/lib"	\

Modified: head/math/gnumeric/Makefile
==============================================================================
--- head/math/gnumeric/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/gnumeric/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -21,9 +21,8 @@ LIB_DEPENDS=	libgoffice-0.10.so:${PORTSD
 RUN_DEPENDS=	rarian-sk-config:${PORTSDIR}/textproc/rarian
 
 USES=		desktop-file-utils gettext gmake libtool pathfix pkgconfig \
-		shebangfix tar:xz
+		python:2 shebangfix tar:xz
 USE_GNOME=	gnomehier gnomeprefix intlhack libgsf pygobject3
-USE_PYTHON=	2
 INSTALLS_OMF=	yes
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes

Modified: head/math/hfst/Makefile
==============================================================================
--- head/math/hfst/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/hfst/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -11,10 +11,9 @@ MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAM
 MAINTAINER=	demon@FreeBSD.org
 COMMENT=	A toolkit for for processing natural language morphologies
 
-USES=		pkgconfig shebangfix libtool
+USES=		pkgconfig shebangfix libtool python:2
 USE_GNOME=	glib20 libxml2
 USE_GCC=	yes
-USE_PYTHON=	2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-readline --with-unicode-handler=glib --enable-proc --enable-tagger --enable-xfst --enable-shuffle --enable-traverse
 SHEBANG_FILES=	tools/src/hfst-tagger/src/hfst_tagger_compute_data_statistics.py

Modified: head/math/lapack/Makefile
==============================================================================
--- head/math/lapack/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/lapack/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -52,7 +52,7 @@ SVERSION=		4
 TEST_TARGET=		lapack_testing
 .if defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING)
 S=			${PYTHON_CMD}
-USE_PYTHON_BUILD=	yes
+USES+=			python:build
 .else
 S=			\#
 .endif

Modified: head/math/lybniz/Makefile
==============================================================================
--- head/math/lybniz/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/lybniz/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -12,9 +12,9 @@ COMMENT=	Mathematical function graph plo
 
 LICENSE=	BSD3CLAUSE
 
-USE_PYTHON=	yes
+USES=		python
+USE_PYTHON=	distutils
 USE_GNOME=	pygtk2 gnomehier
-USE_PYDISTUTILS=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g'\

Modified: head/math/maxima/Makefile
==============================================================================
--- head/math/maxima/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/maxima/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -18,9 +18,8 @@ RUN_DEPENDS=	${LOCALBASE}/bin/${LISPPORT
 		${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \
 		${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
 
-USES=			gmake makeinfo perl5 tk:84+
+USES=			gmake makeinfo perl5 python:build tk:84+
 USE_PERL5=		build
-USE_PYTHON_BUILD=	yes
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--prefix=${PREFIX} \
 			--with-posix-shell=${LOCALBASE}/bin/bash \

Modified: head/math/plplot/Makefile
==============================================================================
--- head/math/plplot/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/plplot/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -72,7 +72,7 @@ PLIST_SUB+=	LUA="@comment "
 BUILD_DEPENDS+=	swig:${PORTSDIR}/devel/swig13 \
 		${PYNUMPY}
 RUN_DEPENDS+=	${PYNUMPY}
-USE_PYTHON=	yes
+USES+=		python
 PLIST_SUB+=	PYTHON=""
 CONFIGURE_ENV+=	PYTHON_VERSION="${PYTHON_VERSION}"
 .else

Modified: head/math/py-apgl/Makefile
==============================================================================
--- head/math/py-apgl/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-apgl/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -17,8 +17,7 @@ BUILD_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}scipy>0.7.0:${PORTSDIR}/science/py-scipy
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/math/py-basemap-data/Makefile
==============================================================================
--- head/math/py-basemap-data/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-basemap-data/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -11,9 +11,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	mainland@apeiron.net
 COMMENT=	Map data for py-basemap
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 DATADIR=	${PREFIX}/share/py-${PORTNAME}
 MAKE_ENV=	BASEMAP_DATA_PATH=${DATADIR}

Modified: head/math/py-basemap/Makefile
==============================================================================
--- head/math/py-basemap/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-basemap/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -13,9 +13,8 @@ COMMENT=	Plots data on map projections w
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/matplotlib/:${PORTSDIR}/math/py-matplotlib
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 DATADIR=	${PREFIX}/share/py-${PORTNAME}-data
 EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}

Modified: head/math/py-bitvector/Makefile
==============================================================================
--- head/math/py-bitvector/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-bitvector/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -14,8 +14,8 @@ COMMENT=	Pure-Python memory-efficient pa
 
 LICENSE=	PSFL
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
+USES=		python
+USE_PYTHON=	distutils
 PYDISTUTILS_PKGNAME=	BitVector
 
 PORTDOCS=	README BitVector-${PORTVERSION}.html

Modified: head/math/py-bottleneck/Makefile
==============================================================================
--- head/math/py-bottleneck/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-bottleneck/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -19,9 +19,8 @@ BUILD_DEPENDS=	${PYNUMPY} \
 RUN_DEPENDS=	${PYNUMPY}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 OPTIONS_DEFINE=	DOCS
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}

Modified: head/math/py-fastcluster/Makefile
==============================================================================
--- head/math/py-fastcluster/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-fastcluster/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -22,9 +22,8 @@ PORTDOCS=	CITATION.txt \
 		NEWS.txt \
 		README.txt
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/math/py-ffc/Makefile
==============================================================================
--- head/math/py-ffc/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-ffc/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -12,8 +12,8 @@ COMMENT=	C++ code generator for multilin
 
 LICENSE=	LGPL3
 
-USE_PYTHON=	2
-USE_PYDISTUTILS=	yes
+USES=		python:2
+USE_PYTHON=	distutils
 PYDISTUTILS_PKGNAME=	FFC
 
 MMVERSION=	1.2

Modified: head/math/py-fiat/Makefile
==============================================================================
--- head/math/py-fiat/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-fiat/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -17,9 +17,8 @@ LICENSE=	LGPL3
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}scientific>=0:${PORTSDIR}/math/py-scientific
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_PYTHON=	2
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python:2
+USE_PYTHON=	distutils autoplist
 
 MMVERSION=	1.1
 

Modified: head/math/py-fpconst/Makefile
==============================================================================
--- head/math/py-fpconst/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-fpconst/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -1,17 +1,16 @@
 # Created by: Rui Lopes <rui@ruilopes.com>
 # $FreeBSD$
 
-PORTNAME=		fpconst
-PORTVERSION=		0.7.2
-CATEGORIES=		math python
-MASTER_SITES=		CHEESESHOP
-PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
+PORTNAME=	fpconst
+PORTVERSION=	0.7.2
+CATEGORIES=	math python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=		ports@FreeBSD.org
-COMMENT=		Utilities for handling IEEE 754 floating point special values
+MAINTAINER=	ports@FreeBSD.org
+COMMENT=	Utilities for handling IEEE 754 floating point special values
 
-USE_PYTHON=		2
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python:2
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/math/py-gato/Makefile
==============================================================================
--- head/math/py-gato/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-gato/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkin
 
 WRKSRC=		${WRKDIR}/Gato
 
-USE_PYTHON=	yes
+USES=		python
 
 EXAMPLESDIR=	${PREFIX}/share/examples/${PORTNAME}
 

Modified: head/math/py-gmpy/Makefile
==============================================================================
--- head/math/py-gmpy/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-gmpy/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -13,10 +13,8 @@ COMMENT=	Python Extension that Wraps the
 
 LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
 
-USES=		zip
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python zip
+USE_PYTHON=	distutils autoplist
 
 post-extract:
 	${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \

Modified: head/math/py-gnuplot/Makefile
==============================================================================
--- head/math/py-gnuplot/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-gnuplot/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -16,9 +16,8 @@ BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS=	gnuplot:${PORTSDIR}/math/gnuplot \
 		${PYNUMPY}
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 PORTDOCS=	*
 

Modified: head/math/py-graphillion/Makefile
==============================================================================
--- head/math/py-graphillion/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-graphillion/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -12,11 +12,9 @@ COMMENT=	Fast, lightweight graphset oper
 
 LICENSE=	MIT
 
-USE_GITHUB=		yes
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
-
+USES=		python
+USE_PYTHON=	distutils autoplist
+USE_GITHUB=	yes
 GH_ACCOUNT=	takemaru
 GH_TAGNAME=	v${PORTVERSION}
 GH_COMMIT=	2c77c8d

Modified: head/math/py-gsl/Makefile
==============================================================================
--- head/math/py-gsl/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-gsl/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -17,8 +17,7 @@ BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/nump
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/numpy/__init__.py:${PORTSDIR}/math/py-numpy
 LIB_DEPENDS=	libgsl.so:${PORTSDIR}/math/gsl
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/math/py-igraph/Makefile
==============================================================================
--- head/math/py-igraph/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-igraph/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -14,9 +14,8 @@ COMMENT=	High performance graph data str
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libigraph.so:${PORTSDIR}/math/igraph
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 USE_GNOME=	libxml2
 
 .include <bsd.port.mk>

Modified: head/math/py-mathdom/Makefile
==============================================================================
--- head/math/py-mathdom/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-mathdom/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -13,8 +13,7 @@ COMMENT=	Content MathML in Python
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/math/py-mpmath/Makefile
==============================================================================
--- head/math/py-mpmath/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-mpmath/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -14,8 +14,7 @@ LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/gmpy.so:${PORTSDIR}/math/py-gmpy
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/math/py-munkres/Makefile
==============================================================================
--- head/math/py-munkres/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-munkres/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -14,8 +14,8 @@ COMMENT=	Python implementation of the mu
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
+USES=		python
+USE_PYTHON=	distutils
 
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/munkres.py \
 		%%PYTHON_SITELIBDIR%%/munkres.pyc \

Modified: head/math/py-networkx/Makefile
==============================================================================
--- head/math/py-networkx/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-networkx/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -13,9 +13,8 @@ COMMENT=	Tools for complex networks
 
 LICENSE=	BSD3CLAUSE
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python shebangfix
+USE_PYTHON=	distutils autoplist
 
 PLIST_SUB+=	PYTHON_MAJOR_VER=${PYTHON_MAJOR_VER}
 
@@ -23,8 +22,6 @@ OPTIONS_DEFINE=	EXAMPLES
 EXAMPLESDIR=	${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
 PORTEXAMPLES=	*
 
-USES=	shebangfix
-
 .include <bsd.port.options.mk>
 
 post-install:

Modified: head/math/py-numarray/Makefile
==============================================================================
--- head/math/py-numarray/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-numarray/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -10,9 +10,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Numeric array manipulation extension module for Python
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 PORTDOCS=	*
 PORTEXAMPLES=	*

Modified: head/math/py-numeric/Makefile
==============================================================================
--- head/math/py-numeric/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-numeric/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -15,9 +15,8 @@ EXTRACT_ONLY=	Numeric-${PORTVERSION}${EX
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	The Numeric Extension to Python
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 WRKSRC=		${WRKDIR}/Numeric-${PORTVERSION}
 

Modified: head/math/py-nzmath/Makefile
==============================================================================
--- head/math/py-nzmath/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-nzmath/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -11,8 +11,8 @@ DISTNAME=	NZMATH-${PORTVERSION}
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Number theory oriented calculation system
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
+USES=		python
+USE_PYTHON=	distutils
 PYDISTUTILS_PKGNAME=	NZMATH
 
 OPTIONS_DEFINE=	DOCS

Modified: head/math/py-patsy/Makefile
==============================================================================
--- head/math/py-patsy/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-patsy/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -16,9 +16,8 @@ LICENSE=	BSD
 BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS=	${PYNUMPY}
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 PORTDOCS=	API-reference.rst \
 		R-comparison.rst \

Modified: head/math/py-plastex/Makefile
==============================================================================
--- head/math/py-plastex/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-plastex/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -12,8 +12,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	LaTeX Document Processing Framework
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/math/py-probstat/Makefile
==============================================================================
--- head/math/py-probstat/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-probstat/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -12,8 +12,7 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Probability And Statistics Utils for Python
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/math/py-pybloom/Makefile
==============================================================================
--- head/math/py-pybloom/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-pybloom/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -13,8 +13,7 @@ COMMENT=	Probabilistic data structure
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bitarray>0:${PORTSDIR}/devel/py-bitarray
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/math/py-roman/Makefile
==============================================================================
--- head/math/py-roman/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-roman/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -11,8 +11,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Integer to Roman numerals converter
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/math/py-scientific/Makefile
==============================================================================
--- head/math/py-scientific/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-scientific/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -16,9 +16,8 @@ BUILD_DEPENDS=	${PYNUMPY}
 LIB_DEPENDS=	libnetcdf.so:${PORTSDIR}/science/netcdf
 RUN_DEPENDS=	${PYNUMPY}
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
 EXAMPLESDIR=	${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}

Modified: head/math/py-statsmodels/Makefile
==============================================================================
--- head/math/py-statsmodels/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-statsmodels/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -28,11 +28,9 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
 EXAMPLESDIR=	${PREFIX}/share/doc/py-${PORTNAME}
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
+USES=		python
+USE_PYTHON=	distutils py3kplist noegginfo
 PLIST_SUB=	PYDISTUTILS_EGGINFO=${PYDISTUTILS_EGGINFO}
-PYTHON_P3K_PLIST_HACK=	yes
-PYDISTUTILS_NOEGGINFO=	yes
 PORTDOCS=	* .buildinfo
 PORTEXAMPLES=	*
 

Modified: head/math/py-svgmath/Makefile
==============================================================================
--- head/math/py-svgmath/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-svgmath/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -11,9 +11,7 @@ DISTNAME=	SVGMath-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	MathML to SVG Converter in Python
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	SVGMath
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/math/py-symeig/Makefile
==============================================================================
--- head/math/py-symeig/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-symeig/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -19,10 +19,8 @@ RUN_DEPENDS+=	${PYNUMPY}
 LATEST_LINK=	py-${PORTNAME}
 OPTIONSFILE=	${PORT_DBDIR}/py-numpy/options
 
-USES=		fortran
-USE_PYTHON=	2
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		fortran python:2
+USE_PYTHON=	distutils autoplist
 
 LDFLAGS+=	-shared
 

Modified: head/math/py-sympy/Makefile
==============================================================================
--- head/math/py-sympy/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-sympy/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -13,9 +13,8 @@ COMMENT=	Python Library For Symbolic Mat
 
 LICENSE=	BSD
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 OPTIONS_DEFINE=	PYGLET
 PYGLET_DESC=	Enable plotting support

Modified: head/math/py-ufl/Makefile
==============================================================================
--- head/math/py-ufl/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-ufl/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -13,9 +13,8 @@ COMMENT=	Unified Form Language for finit
 
 LICENSE=	LGPL3
 
-USE_PYTHON=		2
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python:2
+USE_PYTHON=	distutils autoplist
 
 MMVERSION=	1.2
 

Modified: head/math/py-viper/Makefile
==============================================================================
--- head/math/py-viper/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/py-viper/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -12,9 +12,8 @@ COMMENT=	Minimalistic scientific plotter
 
 LICENSE=	LGPL3
 
-USE_PYTHON=	2
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python:2
+USE_PYTHON=	distutils autoplist
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|data_files=\[(join("share", "man", "man1"),|data_files=\[(join("man", "man1"),|' \

Modified: head/math/qtiplot/Makefile
==============================================================================
--- head/math/qtiplot/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/qtiplot/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -39,7 +39,7 @@ STRIP_FILES=	bin/qtiplot share/qtiplot/f
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MPYTHON}
-USE_PYTHON=	yes
+USES+=		python
 BUILD_DEPENDS+=	${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui
 RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui
 PLIST_SUB+=	PYTHON=""

Modified: head/math/rpy/Makefile
==============================================================================
--- head/math/rpy/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/rpy/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -18,9 +18,8 @@ BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/nump
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
 		R:${PORTSDIR}/math/R
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 LDFLAGS+=	-L${LOCALBASE}/lib/R/modules -L${LOCALBASE}/lib/R/lib
 
 post-patch:

Modified: head/math/rpy2/Makefile
==============================================================================
--- head/math/rpy2/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/rpy2/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -17,10 +17,8 @@ BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/nump
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
 		R:${PORTSDIR}/math/R
 
-USES=		readline
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python readline
+USE_PYTHON=	distutils autoplist
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py

Modified: head/math/saga/Makefile
==============================================================================
--- head/math/saga/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/saga/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -32,10 +32,9 @@ CFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib -lopencv_contrib
 # Python no option any more, because it can't be turned off completely
-USE_PYTHON=	2
 USE_LDCONFIG=	yes
 USE_WX=		3.0+
-USES=		compiler:gcc-c++11-lib iconv:wchar_t dos2unix libtool
+USES=		compiler:gcc-c++11-lib iconv:wchar_t dos2unix libtool python:2
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 WX_UNICODE=	yes
 

Modified: head/math/ufc/Makefile
==============================================================================
--- head/math/ufc/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/ufc/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -15,8 +15,8 @@ LIB_DEPENDS=	libboost_math_c99.so:${PORT
 
 # LICENSE=	public domain
 
-USES=		cmake
-USE_PYTHON=	2
+USES=		cmake python:2
+USE_PYTHON=	distutils
 PYDISTUTILS_PKGNAME=	ufc
 
 CMAKE_ARGS+=	-DUFC_PKGCONFIG_DIR=${PREFIX}/libdata/pkgconfig

Modified: head/math/vtk5/Makefile
==============================================================================
--- head/math/vtk5/Makefile	Tue Oct 21 16:53:38 2014	(r371327)
+++ head/math/vtk5/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
@@ -144,7 +144,8 @@ IGNORE=		python wrapping does not stage 
 IGNORE=		python wrapping requires shared libraries.\
 		Run make config again and enable the SHARED option
 .endif
-USE_PYTHON=	yes
+USES+=		python
+USE_PYTHON=	distutils
 PYDISTUTILS_PKGNAME=	VTK
 # INSTALLS_EGGINFO support has been removed
 # INSTALLS_EGGINFO=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410211654.s9LGsteg068562>