Changeset View
Changeset View
Standalone View
Standalone View
devel/py-jaraco.timing/Makefile
| PORTNAME= jaraco.timing | PORTNAME= jaraco.timing | ||||
| PORTVERSION= 2.0 | PORTVERSION= 2.0 | ||||
| PORTREVISION= 3 | PORTREVISION= 3 | ||||
| CATEGORIES= devel python | CATEGORIES= devel python | ||||
| MASTER_SITES= PYPI | MASTER_SITES= PYPI | ||||
| PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||||
| MAINTAINER= sunpoet@FreeBSD.org | MAINTAINER= sunpoet@FreeBSD.org | ||||
| COMMENT= Routines pertinent to the fourth dimension | COMMENT= Routines pertinent to the fourth dimension | ||||
| WWW= https://bitbucket.org/jaraco/jaraco.timing | WWW= https://bitbucket.org/jaraco/jaraco.timing | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=34.4:devel/py-setuptools@${PY_FLAVOR} \ | BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=34.4:devel/py-setuptools@${PY_FLAVOR} \ | ||||
| ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15:devel/py-setuptools_scm@${PY_FLAVOR} \ | ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=1.15:devel/py-setuptools-scm@${PY_FLAVOR} \ | ||||
| ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} | ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} | ||||
| RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tempora>=1.5:devel/py-tempora@${PY_FLAVOR} | RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tempora>=1.5:devel/py-tempora@${PY_FLAVOR} | ||||
| TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} | TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} | ||||
| USES= python | USES= python | ||||
| USE_PYTHON= autoplist concurrent pep517 pytest | USE_PYTHON= autoplist concurrent pep517 pytest | ||||
| NO_ARCH= yes | NO_ARCH= yes | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||