Lines 1-5
Link Here
|
1 |
PORTNAME= tabulate |
1 |
PORTNAME= tabulate |
2 |
PORTVERSION= 0.8.9 |
2 |
PORTVERSION= 0.9.0 |
3 |
CATEGORIES= devel python |
3 |
CATEGORIES= devel python |
4 |
MASTER_SITES= PYPI |
4 |
MASTER_SITES= PYPI |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 11-18
WWW= https://github.com/astanin/python-tabulate
Link Here
|
11 |
LICENSE= MIT |
11 |
LICENSE= MIT |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
13 |
|
13 |
|
|
|
14 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.3.2:devel/py-setuptools-scm@${PY_FLAVOR} \ |
15 |
${PYTHON_PKGNAMEPREFIX}setuptools>=61.2.0:devel/py-setuptools@${PY_FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} |
17 |
|
14 |
USES= python |
18 |
USES= python |
15 |
USE_PYTHON= autoplist concurrent distutils |
19 |
USE_PYTHON= autoplist concurrent pep517 |
16 |
NO_ARCH= yes |
20 |
NO_ARCH= yes |
17 |
|
21 |
|
18 |
.include <bsd.port.mk> |
22 |
.include <bsd.port.mk> |