8a9cb53cf6
They now have a tool dependency on py-setuptools instead of a DEPENDS
15 lines
407 B
Makefile
15 lines
407 B
Makefile
# $NetBSD: Makefile,v 1.25 2022/01/04 20:52:36 wiz Exp $
|
|
|
|
DISTNAME= simpy-3.0.11
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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"
|