Date: Sat, 27 Jul 2019 17:34:57 +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: r507464 - head/devel/py-qutip Message-ID: <201907271734.x6RHYvpu083266@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Jul 27 17:34:56 2019 New Revision: 507464 URL: https://svnweb.freebsd.org/changeset/ports/507464 Log: devel/py-qutip: Update 4.3.1 -> 4.4.0 Reported by: repology Modified: head/devel/py-qutip/Makefile head/devel/py-qutip/distinfo Modified: head/devel/py-qutip/Makefile ============================================================================== --- head/devel/py-qutip/Makefile Sat Jul 27 16:02:24 2019 (r507463) +++ head/devel/py-qutip/Makefile Sat Jul 27 17:34:56 2019 (r507464) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= qutip -DISTVERSION= 4.3.1 -PORTREVISION= 2 +DISTVERSION= 4.4.0 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,6 +26,9 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-n USES= python:2.7 USE_PYTHON= distutils cython cython_run autoplist + +post-patch: # https://github.com/qutip/qutip/issues/1059 + @${FIND} ${WRKSRC} -name "*.pyx" -o -name "*.pxd" | ${XARGS} ${REINPLACE_CMD} 's|^#!python|#!${PYTHON_CMD}|' do-test: @${ECHO} "==> Running tests. Please note that tests require X11 display access." Modified: head/devel/py-qutip/distinfo ============================================================================== --- head/devel/py-qutip/distinfo Sat Jul 27 16:02:24 2019 (r507463) +++ head/devel/py-qutip/distinfo Sat Jul 27 17:34:56 2019 (r507464) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532065359 -SHA256 (qutip-4.3.1.tar.gz) = e2d243a24b5b8577337cfc57fe1efbe12cb3f4a0d6e14c06aa9583dbe68d53f4 -SIZE (qutip-4.3.1.tar.gz) = 5502684 +TIMESTAMP = 1564210075 +SHA256 (qutip-4.4.0.tar.gz) = 67170ad5b58a36ac6b250601643a18ae73b3826c61f630744225765a3c9f07f7 +SIZE (qutip-4.4.0.tar.gz) = 3403449
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907271734.x6RHYvpu083266>