Changeset View
Changeset View
Standalone View
Standalone View
devel/py-simpy/Makefile
| PORTNAME= simpy | PORTNAME= simpy | ||||
| PORTVERSION= 3.0.13 | PORTVERSION= 3.0.13 | ||||
| CATEGORIES= devel python | CATEGORIES= devel python | ||||
| MASTER_SITES= PYPI | MASTER_SITES= PYPI | ||||
| PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||||
| MAINTAINER= wen@FreeBSD.org | MAINTAINER= wen@FreeBSD.org | ||||
| COMMENT= Simulation in Python | COMMENT= Simulation in Python | ||||
| WWW= https://simpy.readthedocs.org/en/latest/ | WWW= https://simpy.readthedocs.org/en/latest/ | ||||
| LICENSE= LGPL21 | LICENSE= LGPL21 | ||||
| BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} | BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} | ||||
| NO_ARCH= yes | NO_ARCH= yes | ||||
| USES= python | USES= python | ||||
| USE_PYTHON= autoplist distutils | USE_PYTHON= autoplist distutils | ||||
| OPTIONS_DEFINE= TKINTER DOCS | OPTIONS_DEFINE= TKINTER DOCS | ||||
| TKINTER_DESC= py-tkinter for plot | TKINTER_DESC= py-tkinter for plot | ||||
| Show All 9 Lines | |||||