diff --git a/math/py-spot/Makefile b/math/py-spot/Makefile index 6471569047e9..63c0dc8e4377 100644 --- a/math/py-spot/Makefile +++ b/math/py-spot/Makefile @@ -1,40 +1,40 @@ PORTNAME= spot -DISTVERSION= 2.11.1 +DISTVERSION= 2.11.2 CATEGORIES= math MASTER_SITES= http://www.lrde.epita.fr/dload/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python binding for 'Spot', the library for omega automata manipulation WWW= https://spot.lrde.epita.fr LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libspot.so:math/spot USES= compiler:c++17-lang gmake libtool python:3.4+ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --disable-static # otherwise shared libs aren't linked to spot libs for some reason LDFLAGS+= -L${LOCALBASE}/lib .for l in spot bddx spotgen spotltsmin LDFLAGS+= -l${l} .endfor post-configure: @${REINPLACE_CMD} ' \ s|^BUDDY_LDFLAGS =.*|BUDDY_LDFLAGS = ${LOCALBASE}/lib/libbddx.so|; \ s|$$(top_builddir)/spot/libspot.la|${LOCALBASE}/lib/libspot.so|; \ s|$$(top_builddir)/spot/ltsmin/libspotltsmin.la|${LOCALBASE}/lib/libspotltsmin.so|; \ s|$$(top_builddir)/spot/gen/libspotgen.la|${LOCALBASE}/lib/libspotgen.so|' \ ${WRKSRC}/python/Makefile post-install: @${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name "*.so" | ${XARGS} ${STRIP_CMD} # to test: cd ../spot && make test WITH_PYTHON=yes .include diff --git a/math/py-spot/distinfo b/math/py-spot/distinfo index d745dea8ef31..64e72795995a 100644 --- a/math/py-spot/distinfo +++ b/math/py-spot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1665420342 -SHA256 (spot-2.11.1.tar.gz) = 2a03281dceb36df2515c3307cf452d578ee0db1a0ea0b321cc42d36df4f6d70b -SIZE (spot-2.11.1.tar.gz) = 7557763 +TIMESTAMP = 1666972930 +SHA256 (spot-2.11.2.tar.gz) = 3e63458f0da4863e1cd0d2cfe851a1015d322205d7e406c6a9d95680b9ea754e +SIZE (spot-2.11.2.tar.gz) = 7566931 diff --git a/math/spot/Makefile b/math/spot/Makefile index 39020795ff02..05b2e4dd04af 100644 --- a/math/spot/Makefile +++ b/math/spot/Makefile @@ -1,34 +1,37 @@ PORTNAME= spot -DISTVERSION= 2.11.1 +DISTVERSION= 2.11.2 CATEGORIES= math MASTER_SITES= http://www.lrde.epita.fr/dload/${PORTNAME}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Library for omega automata manipulation and model checking WWW= https://spot.lrde.epita.fr LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= charsetfix compiler:c++17-lang gmake libtool +TEST_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} + +USES= charsetfix compiler:c++17-lang gmake libtool python:test USE_LDCONFIG= yes GNU_CONFIGURE= yes .if !defined(WITH_PYTHON) # math/py-spot is a separate port but tests don't work there. To test run: make test WITH_PYTHON=yes CONFIGURE_ARGS= --disable-python --disable-static .else CONFIGURE_ARGS= --disable-static .endif INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS PORTDOCS= tl.pdf -TEST_TARGET= check # at least one test fails to run, see https://gitlab.lre.epita.fr/spot/spot/-/issues/517 +TEST_TARGET= check # one test fails because of missing test dependency math/hs-syfco post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so .include diff --git a/math/spot/distinfo b/math/spot/distinfo index 696c7aef1196..d669181d49e9 100644 --- a/math/spot/distinfo +++ b/math/spot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1665419720 -SHA256 (spot-2.11.1.tar.gz) = 2a03281dceb36df2515c3307cf452d578ee0db1a0ea0b321cc42d36df4f6d70b -SIZE (spot-2.11.1.tar.gz) = 7557763 +TIMESTAMP = 1666936063 +SHA256 (spot-2.11.2.tar.gz) = 3e63458f0da4863e1cd0d2cfe851a1015d322205d7e406c6a9d95680b9ea754e +SIZE (spot-2.11.2.tar.gz) = 7566931