diff options
author | mef <mef@pkgsrc.org> | 2017-01-28 23:39:24 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2017-01-28 23:39:24 +0000 |
commit | af596d9ea7184e154763056e9bf1b45d4c6d9910 (patch) | |
tree | f97c9bca1159884ed50d7d594bc1f9c53b8899d9 /cad/py-simpy/Makefile | |
parent | 8fba2a68f666cd2fd2a9b7fba3fc5eb02c508cd9 (diff) | |
download | pkgsrc-af596d9ea7184e154763056e9bf1b45d4c6d9910.tar.gz |
Updated cad/py-simpy to 3.0.10
------------------------------
3.0.10 – 2016-08-26
-------------------
- [FIX] Conditions no longer leak callbacks on events (thanks to Peter Grayson).
3.0.9 – 2016-06-12
------------------
- [NEW] PriorityStore resource and performance benchmarks were implemented by
Peter Grayson.
- [FIX] Support for identifying nested preemptions was added by Cristian Klein.
(pkgsrc changes)
- drop test target, just 'make test' (by built-in) seems to work.
Diffstat (limited to 'cad/py-simpy/Makefile')
-rw-r--r-- | cad/py-simpy/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/py-simpy/Makefile b/cad/py-simpy/Makefile index 515ca78bf7d..8b0dc01898e 100644 --- a/cad/py-simpy/Makefile +++ b/cad/py-simpy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2016/06/08 17:43:20 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2017/01/28 23:39:24 mef Exp $ -DISTNAME= simpy-3.0.8 +DISTNAME= simpy-3.0.10 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= cad math MASTER_SITES= ${MASTER_SITE_PYPI:=s/simpy/} @@ -13,8 +13,8 @@ LICENSE= mit # it is only for test BUILD_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test -do-test: - ${SETENV} ${TEST_ENV} ${PYTHONBIN} -c "import simpy; simpy.test()" +#do-test: +# ${SETENV} ${TEST_ENV} ${PYTHONBIN} -c "import simpy; simpy.test()" .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |