diff --git a/math/py-python-igraph/Makefile b/math/py-python-igraph/Makefile index 83f8cb15dc12..f596b4315e6f 100644 --- a/math/py-python-igraph/Makefile +++ b/math/py-python-igraph/Makefile @@ -1,30 +1,31 @@ -PORTNAME= python-igraph +PORTNAME= python-igraph # it has been renamed to igraph DISTVERSION= 0.9.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= igraph-${PORTVERSION} MAINTAINER= lwhsu@FreeBSD.org COMMENT= High performance graph data structures and algorithms WWW= https://igraph.org/python/ LICENSE= GPLv2 +BUILD_DEPENDS= cmake:devel/cmake-core LIB_DEPENDS= libigraph.so:math/igraph RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}texttable>=1.6.2:textproc/py-texttable@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cairocffi>0:graphics/py-cairocffi@${PY_FLAVOR} TEST_DEPENDS= py.test:devel/py-pytest@${PY_FLAVOR} USES= bison gnome pkgconfig python:3.6+ USE_PYTHON= distutils concurrent autoplist USE_GNOME= libxml2 -PYDISTUTILS_INSTALLARGS=${PYDISTUTILS_BUILDARGS} - -NO_ARCH= yes +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/igraph/_igraph${PYTHON_EXT_SUFFIX}.so do-test: install (cd ${WRKSRC} && py.test) .include diff --git a/math/py-python-igraph/distinfo b/math/py-python-igraph/distinfo index da521df49f77..b3448762ab41 100644 --- a/math/py-python-igraph/distinfo +++ b/math/py-python-igraph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643904846 -SHA256 (python-igraph-0.9.9.tar.gz) = 4df0b13038fc384a3d0e4024019e051b9c80d83bed2b3fb00537aee18ee98c56 -SIZE (python-igraph-0.9.9.tar.gz) = 9482 +TIMESTAMP = 1679952829 +SHA256 (igraph-0.9.9.tar.gz) = 3f84b57fbaab37efa965f8dc1e1e28aad181357f1a6aa8204fe7c91ee9615092 +SIZE (igraph-0.9.9.tar.gz) = 3720712