Skip to content

Commit

Permalink
math/{,py-}spot: Update 2.11.1 -> 2.11.2
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Oct 28, 2022
1 parent 6a9eaac commit 83f468f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion math/py-spot/Makefile
@@ -1,5 +1,5 @@
PORTNAME= spot
DISTVERSION= 2.11.1
DISTVERSION= 2.11.2
CATEGORIES= math
MASTER_SITES= http://www.lrde.epita.fr/dload/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
6 changes: 3 additions & 3 deletions 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
9 changes: 6 additions & 3 deletions math/spot/Makefile
@@ -1,5 +1,5 @@
PORTNAME= spot
DISTVERSION= 2.11.1
DISTVERSION= 2.11.2
CATEGORIES= math
MASTER_SITES= http://www.lrde.epita.fr/dload/${PORTNAME}/

Expand All @@ -10,7 +10,10 @@ 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
Expand All @@ -26,7 +29,7 @@ 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
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 83f468f

Please sign in to comment.