Index: head/devel/py-qutip/files/patch-qutip_hardware__info.py =================================================================== --- head/devel/py-qutip/files/patch-qutip_hardware__info.py (revision 474989) +++ head/devel/py-qutip/files/patch-qutip_hardware__info.py (nonexistent) @@ -1,28 +0,0 @@ -Same as https://github.com/qutip/qutip/pull/895, but the PR patch doesn't merge with this version - ---- qutip/hardware_info.py.orig 2018-05-09 07:35:04 UTC -+++ qutip/hardware_info.py -@@ -85,6 +85,14 @@ def _linux_hardware_info(): - results.update({'os': 'Linux'}) - return results - -+def _freebsd_hardware_info(): -+ results = {} -+ results.update({'cpus': int(os.popen('sysctl -n hw.ncpu').readlines()[0])}) -+ results.update({'cpu_freq': int(os.popen('sysctl -n dev.cpu.0.freq').readlines()[0])}) -+ results.update({'memsize': int(os.popen('sysctl -n hw.realmem').readlines()[0]) / 1024}) -+ # add OS information -+ results.update({'os': 'FreeBSD'}) -+ return results - - def _win_hardware_info(): - try: -@@ -118,6 +126,8 @@ def hardware_info(): - out = _win_hardware_info() - elif sys.platform in ['linux', 'linux2']: - out = _linux_hardware_info() -+ elif sys.platform.startswith('freebsd'): -+ out = _freebsd_hardware_info() - else: - out = {} - return out Property changes on: head/devel/py-qutip/files/patch-qutip_hardware__info.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/py-qutip/Makefile =================================================================== --- head/devel/py-qutip/Makefile (revision 474989) +++ head/devel/py-qutip/Makefile (revision 474990) @@ -1,30 +1,30 @@ # $FreeBSD$ PORTNAME= qutip -DISTVERSION= 4.3.0 +DISTVERSION= 4.3.1 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Quantum toolbox in python LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.15:science/py-scipy@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mayavi>0:graphics/py-mayavi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.15:science/py-scipy@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} USES= python:2.7 USE_PYTHON= distutils cython cython_run autoplist do-test: @${ECHO} "==> Running tests. Please note that tests require X11 display access." @cd ${WRKDIR} && ${SETENV} ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} \ ${PYTHON_CMD} -c "import qutip.testing as qt; qt.run();" .include Index: head/devel/py-qutip/distinfo =================================================================== --- head/devel/py-qutip/distinfo (revision 474989) +++ head/devel/py-qutip/distinfo (revision 474990) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531425886 -SHA256 (qutip-4.3.0.tar.gz) = 006c141dcca529f8e47e8be3a6fe6dac6d8e1b86468a068307b01004d8db25cb -SIZE (qutip-4.3.0.tar.gz) = 5527638 +TIMESTAMP = 1532065359 +SHA256 (qutip-4.3.1.tar.gz) = e2d243a24b5b8577337cfc57fe1efbe12cb3f4a0d6e14c06aa9583dbe68d53f4 +SIZE (qutip-4.3.1.tar.gz) = 5502684