Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Feb 2022 17:11:37 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cdf5e5930121 - main - math/py-chaospy: Update 4.3.4 -> 4.3.6
Message-ID:  <202202111711.21BHBbkU060821@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cdf5e5930121bd2f31c7526ddc55bc5806b1c3e7

commit cdf5e5930121bd2f31c7526ddc55bc5806b1c3e7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-02-11 16:55:36 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-02-11 17:11:27 +0000

    math/py-chaospy: Update 4.3.4 -> 4.3.6
    
    Reported by:    portscout
---
 math/py-chaospy/Makefile | 11 +++++++++--
 math/py-chaospy/distinfo |  6 +++---
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/math/py-chaospy/Makefile b/math/py-chaospy/Makefile
index 6956574c80b4..4c767b7e0c43 100644
--- a/math/py-chaospy/Makefile
+++ b/math/py-chaospy/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	chaospy
-DISTVERSION=	4.3.4
+DISTVERSION=	4.3.6
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,8 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	${PYNUMPY} \
-		${PYTHON_PKGNAMEPREFIX}numpoly>=1.1.2:math/py-numpoly@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}numpoly>0:math/py-numpoly@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
 
 USES=		python:3.6+
@@ -19,6 +20,12 @@ USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes
 
+pre-configure:
+	@( \
+		${ECHO} "from setuptools import setup" && \
+		${ECHO} "setup()" \
+	) > ${WRKSRC}/setup.py
+
 do-test: # tests fail: https://github.com/jonathf/chaospy/issues/366
 	@cd ${WRKSRC} && pytest --doctest-modules chaospy/
 
diff --git a/math/py-chaospy/distinfo b/math/py-chaospy/distinfo
index e78c64c1284e..6c3c09d61ed8 100644
--- a/math/py-chaospy/distinfo
+++ b/math/py-chaospy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1641247224
-SHA256 (chaospy-4.3.4.tar.gz) = 67c9bbb14cd70acfe6d32cade0b09e664358148fc5169a6374c21c8a77f26db7
-SIZE (chaospy-4.3.4.tar.gz) = 158951
+TIMESTAMP = 1644596700
+SHA256 (chaospy-4.3.6.tar.gz) = 4992de6f7c67d6edd14a73b371a08a46f0084ee7903d998ca93a218dfb368b0a
+SIZE (chaospy-4.3.6.tar.gz) = 2423883



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202111711.21BHBbkU060821>