Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jul 2020 18:21:55 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542947 - head/math/py-chaospy
Message-ID:  <202007231821.06NILtFR063778@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Jul 23 18:21:55 2020
New Revision: 542947
URL: https://svnweb.freebsd.org/changeset/ports/542947

Log:
  math/py-chaospy: Update 3.0.18 -> 3.3.5

Modified:
  head/math/py-chaospy/Makefile
  head/math/py-chaospy/distinfo

Modified: head/math/py-chaospy/Makefile
==============================================================================
--- head/math/py-chaospy/Makefile	Thu Jul 23 18:19:30 2020	(r542946)
+++ head/math/py-chaospy/Makefile	Thu Jul 23 18:21:55 2020	(r542947)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	chaospy
-DISTVERSION=	3.0.18
+DISTVERSION=	3.3.5
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,14 +12,13 @@ COMMENT=	Toolbox for performing uncertainty quantifica
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BUILD_DEPENDS=	${PYNUMPY} \
+RUN_DEPENDS=	${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}numpoly>0:math/py-numpoly@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils autoplist
-NO_ARCH=	yes
 
-post-extract: # https://github.com/jonathf/chaospy/issues/167
-	@truncate -s 0 ${WRKSRC}/README.rst
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/math/py-chaospy/distinfo
==============================================================================
--- head/math/py-chaospy/distinfo	Thu Jul 23 18:19:30 2020	(r542946)
+++ head/math/py-chaospy/distinfo	Thu Jul 23 18:21:55 2020	(r542947)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578811977
-SHA256 (chaospy-3.0.18.tar.gz) = 6cce41a9d803ee1b07a4077534d191c7ac199ea28b8427cd4bbe74f046dc5a1c
-SIZE (chaospy-3.0.18.tar.gz) = 162998
+TIMESTAMP = 1595527737
+SHA256 (chaospy-3.3.5.tar.gz) = 20e811b45f1a13dee5f4d9d6d34a901a5988375a7af688e51a7950f25e77ca8e
+SIZE (chaospy-3.3.5.tar.gz) = 140804



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