svn commit: r514368 - head/math/py-chaospy

Yuri Victorovich yuri at FreeBSD.org
Sun Oct 13 07:27:37 UTC 2019


Author: yuri
Date: Sun Oct 13 07:27:36 2019
New Revision: 514368
URL: https://svnweb.freebsd.org/changeset/ports/514368

Log:
  math/py-chaospy: Update 3.0.6 -> 3.0.12
  
  Reported by:	portscout

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

Modified: head/math/py-chaospy/Makefile
==============================================================================
--- head/math/py-chaospy/Makefile	Sun Oct 13 07:22:31 2019	(r514367)
+++ head/math/py-chaospy/Makefile	Sun Oct 13 07:27:36 2019	(r514368)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	chaospy
-DISTVERSION=	3.0.6
+DISTVERSION=	3.0.12
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,5 +18,8 @@ BUILD_DEPENDS=	${PYNUMPY} \
 USES=		python
 USE_PYTHON=	distutils autoplist
 NO_ARCH=	yes
+
+post-extract: # https://github.com/jonathf/chaospy/issues/167
+	@truncate -s 0 ${WRKSRC}/README.rst
 
 .include <bsd.port.mk>

Modified: head/math/py-chaospy/distinfo
==============================================================================
--- head/math/py-chaospy/distinfo	Sun Oct 13 07:22:31 2019	(r514367)
+++ head/math/py-chaospy/distinfo	Sun Oct 13 07:27:36 2019	(r514368)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1564551731
-SHA256 (chaospy-3.0.6.tar.gz) = 0f5d79786a8b5dcf2037c80e23ed9d29984e8acfabb04ae50c451ed6d9c0c0c7
-SIZE (chaospy-3.0.6.tar.gz) = 155095
+TIMESTAMP = 1570951424
+SHA256 (chaospy-3.0.12.tar.gz) = 1cbcc432d22d4163f5a9e04db4c4430a8c9d135b2dd4aecae1fa04dc49236fa9
+SIZE (chaospy-3.0.12.tar.gz) = 191273


More information about the svn-ports-head mailing list