py-simpy: updated to 3.0.11
3.0.11: - [FIX] Repair Environment.exit() to support PEP-479 and Python 3.7. - [FIX] Fix wrong usage_since calculation in preemptions - [NEW] Add "Time and Scheduling" section to docs - [CHANGE] Move Interrupt from events to exceptions - [FIX] Various minor documentation improvements
This commit is contained in:
parent
81762cc79a
commit
d0a7b5f7f9
3 changed files with 18 additions and 22 deletions
|
@ -1,21 +1,14 @@
|
||||||
# $NetBSD: Makefile,v 1.23 2018/08/29 16:29:47 minskim Exp $
|
# $NetBSD: Makefile,v 1.24 2018/11/20 11:49:38 adam Exp $
|
||||||
|
|
||||||
DISTNAME= simpy-3.0.10
|
DISTNAME= simpy-3.0.11
|
||||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||||
PKGREVISION= 1
|
CATEGORIES= cad math python
|
||||||
CATEGORIES= cad math
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/simpy/}
|
||||||
MASTER_SITES= ${MASTER_SITE_PYPI:=s/simpy/}
|
|
||||||
|
|
||||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||||
HOMEPAGE= http://simpy.readthedocs.org/
|
HOMEPAGE= https://simpy.readthedocs.io/
|
||||||
COMMENT= Discrete event simulation framework
|
COMMENT= Discrete event simulation framework
|
||||||
LICENSE= mit
|
LICENSE= mit
|
||||||
|
|
||||||
# it is only for test
|
|
||||||
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test
|
|
||||||
|
|
||||||
#do-test:
|
|
||||||
# ${SETENV} ${TEST_ENV} ${PYTHONBIN} -c "import simpy; simpy.test()"
|
|
||||||
|
|
||||||
.include "../../lang/python/egg.mk"
|
.include "../../lang/python/egg.mk"
|
||||||
.include "../../mk/bsd.pkg.mk"
|
.include "../../mk/bsd.pkg.mk"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@comment $NetBSD: PLIST,v 1.9 2018/08/29 16:29:47 minskim Exp $
|
@comment $NetBSD: PLIST,v 1.10 2018/11/20 11:49:38 adam Exp $
|
||||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||||
|
@ -15,6 +15,9 @@ ${PYSITELIB}/simpy/core.pyo
|
||||||
${PYSITELIB}/simpy/events.py
|
${PYSITELIB}/simpy/events.py
|
||||||
${PYSITELIB}/simpy/events.pyc
|
${PYSITELIB}/simpy/events.pyc
|
||||||
${PYSITELIB}/simpy/events.pyo
|
${PYSITELIB}/simpy/events.pyo
|
||||||
|
${PYSITELIB}/simpy/exceptions.py
|
||||||
|
${PYSITELIB}/simpy/exceptions.pyc
|
||||||
|
${PYSITELIB}/simpy/exceptions.pyo
|
||||||
${PYSITELIB}/simpy/resources/__init__.py
|
${PYSITELIB}/simpy/resources/__init__.py
|
||||||
${PYSITELIB}/simpy/resources/__init__.pyc
|
${PYSITELIB}/simpy/resources/__init__.pyc
|
||||||
${PYSITELIB}/simpy/resources/__init__.pyo
|
${PYSITELIB}/simpy/resources/__init__.pyo
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$NetBSD: distinfo,v 1.10 2017/01/28 23:39:24 mef Exp $
|
$NetBSD: distinfo,v 1.11 2018/11/20 11:49:38 adam Exp $
|
||||||
|
|
||||||
SHA1 (simpy-3.0.10.tar.gz) = 3c1db02e44174743ff0a239f53f2b06fc5162238
|
SHA1 (simpy-3.0.11.tar.gz) = 2dfe2ab373ff54845eb4f70585486bedd805a9d1
|
||||||
RMD160 (simpy-3.0.10.tar.gz) = 854464853095f3937af3503aa4066091bf7142f6
|
RMD160 (simpy-3.0.11.tar.gz) = 27e22aece3497e623858a9476617621ddf99045b
|
||||||
SHA512 (simpy-3.0.10.tar.gz) = f2aaf39d16d625dd35810de16240133e028325911e2202af0eda3141abe6aec5b3191d23d7c18e9a1e16749c3793331a8c4e8313648a876c0879d542d141f44e
|
SHA512 (simpy-3.0.11.tar.gz) = df18815b77daf14d3a8a9befe18a431c3ab700ae9cad288eac71770435d2f7b6033c5157635d95c94e993f948dbf20143faa3a725d850377c3b51743d512558b
|
||||||
Size (simpy-3.0.10.tar.gz) = 386850 bytes
|
Size (simpy-3.0.11.tar.gz) = 388624 bytes
|
||||||
|
|
Loading…
Reference in a new issue