Changeset View
Changeset View
Standalone View
Standalone View
devel/py-Automat/Makefile
| PORTNAME= Automat | PORTNAME= Automat | ||||
| PORTVERSION= 20.2.0 | PORTVERSION= 20.2.0 | ||||
| CATEGORIES= devel python | CATEGORIES= devel python | ||||
| MASTER_SITES= PYPI | MASTER_SITES= PYPI | ||||
| PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||||
| MAINTAINER= john@saltant.com | MAINTAINER= john@saltant.com | ||||
| COMMENT= Finite-state machines in Python | COMMENT= Finite-state machines in Python | ||||
| WWW= https://github.com/glyph/Automat | WWW= https://github.com/glyph/Automat | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| LICENSE_FILE= ${WRKSRC}/LICENSE | LICENSE_FILE= ${WRKSRC}/LICENSE | ||||
| 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} \ | ||||
| ${PYTHON_PKGNAMEPREFIX}m2r>0:textproc/py-m2r@${PY_FLAVOR} | ${PYTHON_PKGNAMEPREFIX}m2r>0:textproc/py-m2r@${PY_FLAVOR} | ||||
| RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \ | RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \ | ||||
| ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} | ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} | ||||
| # Officially: 2.7, 3.5-3.8 | # Officially: 2.7, 3.5-3.8 | ||||
| USES= python | USES= python | ||||
| USE_PYTHON= autoplist concurrent distutils | USE_PYTHON= autoplist concurrent distutils | ||||
| # Note: We cannot include devel/py-twisted in *_DEPENDS because it depends | # Note: We cannot include devel/py-twisted in *_DEPENDS because it depends | ||||
| # on us for BUILD and RUN. | # on us for BUILD and RUN. | ||||
| NO_ARCH= yes | NO_ARCH= yes | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||