mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 01:01:49 -04:00
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd7
31 lines
790 B
Makefile
31 lines
790 B
Makefile
# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
|
|
|
|
PORTNAME= python-igraph
|
|
DISTVERSION= 0.9.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= math python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
COMMENT= High performance graph data structures and algorithms
|
|
|
|
LICENSE= GPLv2
|
|
|
|
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
|
|
|
|
do-test: install
|
|
(cd ${WRKSRC} && py.test)
|
|
|
|
.include <bsd.port.mk>
|