diff --git a/math/py-pplpy/Makefile b/math/py-pplpy/Makefile index 94dd80c42bdb..e3257e1c08b1 100644 --- a/math/py-pplpy/Makefile +++ b/math/py-pplpy/Makefile @@ -1,51 +1,50 @@ PORTNAME= pplpy -PORTVERSION= 0.8.7 -PORTREVISION= 4 +PORTVERSION= 0.8.9 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= thierry@FreeBSD.org COMMENT= Python wrapper to the C++ Parma Polyhedra Library (PPL) WWW= https://www.labri.fr/perso/vdelecro/pplpy/latest/ LICENSE= GPLv3 BROKEN_aarch64= runaway build, 7200 seconds with no output BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gmpy2>0:math/py-gmpy2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cysignals>0:devel/py-cysignals@${PY_FLAVOR} LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ libmpc.so:math/mpc \ libpari.so:math/pari \ libppl.so:devel/ppl RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gmpy2>0:math/py-gmpy2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cysignals>0:devel/py-cysignals@${PY_FLAVOR} TEST_DEPENDS= py.test:devel/py-pytest@${PY_FLAVOR} USES= compiler:c++11-lang localbase python USE_PYTHON= cython distutils CFLAGS+= -std=c++14 .if !defined(WITH_DEBUG) LDFLAGS+= -s .endif OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} DOCS_USES= gmake PORTDOCS= * do-build-DOCS-on: (cd ${WRKSRC}/docs && ${GMAKE} html) post-build-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${CP} -R ${WRKSRC}/docs/build/html/* ${STAGEDIR}${DOCSDIR} do-test: install (cd ${WRKSRC} && py.test) .include diff --git a/math/py-pplpy/distinfo b/math/py-pplpy/distinfo index 4819f494db84..dd4507faffb9 100644 --- a/math/py-pplpy/distinfo +++ b/math/py-pplpy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611174666 -SHA256 (pplpy-0.8.7.tar.gz) = 500bd0f4ae1a76956fae7fcba77854f5ec3e64fce76803664983763c3f2bd8bd -SIZE (pplpy-0.8.7.tar.gz) = 65671 +TIMESTAMP = 1694267050 +SHA256 (pplpy-0.8.9.tar.gz) = db7a3b571d6ef053f75137975e947c3a1c1e45a30bab90eaf215b4e5cc15797e +SIZE (pplpy-0.8.9.tar.gz) = 66017 diff --git a/math/py-pplpy/pkg-descr b/math/py-pplpy/pkg-descr index 122c4e119731..0b01387ce599 100644 --- a/math/py-pplpy/pkg-descr +++ b/math/py-pplpy/pkg-descr @@ -1,5 +1,6 @@ This Python package provides a wrapper to the C++ Parma Polyhedra Library (PPL). The whole package started as a fork of a tiny part of the Sage software. See also: https://gitlab.com/videlec/pplpy +and: https://github.com/sagemath/pplpy/