Date: Sat, 15 Feb 2014 10:27:28 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344359 - head/math/py-igraph Message-ID: <201402151027.s1FARSUl049636@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat Feb 15 10:27:27 2014 New Revision: 344359 URL: http://svnweb.freebsd.org/changeset/ports/344359 QAT: https://qat.redports.org/buildarchive/r344359/ Log: - Convert to autoplist - Stage support - Bump PORTREV Deleted: head/math/py-igraph/pkg-plist Modified: head/math/py-igraph/Makefile Modified: head/math/py-igraph/Makefile ============================================================================== --- head/math/py-igraph/Makefile Sat Feb 15 10:27:05 2014 (r344358) +++ head/math/py-igraph/Makefile Sat Feb 15 10:27:27 2014 (r344359) @@ -3,6 +3,7 @@ PORTNAME= igraph PORTVERSION= 0.5.4 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,9 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libigrap LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PYEASYINSTALL_ARCHDEP= yes -PYDISTUTILS_PKGNAME= python_igraph +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402151027.s1FARSUl049636>