d0a7b5f7f9
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
14 lines
393 B
Makefile
14 lines
393 B
Makefile
# $NetBSD: Makefile,v 1.24 2018/11/20 11:49:38 adam Exp $
|
|
|
|
DISTNAME= simpy-3.0.11
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= cad math python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/simpy/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://simpy.readthedocs.io/
|
|
COMMENT= Discrete event simulation framework
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|