Lines 1-6
Link Here
|
1 |
PORTNAME= iniconfig |
1 |
PORTNAME= iniconfig |
2 |
DISTVERSION= 1.1.1 |
2 |
DISTVERSION= 2.0.0 |
3 |
PORTREVISION= 1 |
|
|
4 |
CATEGORIES= devel python |
3 |
CATEGORIES= devel python |
5 |
MASTER_SITES= PYPI |
4 |
MASTER_SITES= PYPI |
6 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 12-21
WWW= https://pypi.org/project/iniconfig/
Link Here
|
12 |
LICENSE= MIT |
11 |
LICENSE= MIT |
13 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
14 |
|
13 |
|
15 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3:devel/py-setuptools-scm@${PY_FLAVOR} |
14 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>0:devel/py-hatch-vcs@${PY_FLAVOR} \ |
|
|
15 |
${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3:devel/py-setuptools-scm@${PY_FLAVOR} |
16 |
|
17 |
|
17 |
USES= python |
18 |
USES= python |
18 |
USE_PYTHON= autoplist concurrent distutils |
19 |
USE_PYTHON= autoplist concurrent pep517 |
19 |
|
20 |
|
20 |
NO_ARCH= yes |
21 |
NO_ARCH= yes |
21 |
|
22 |
|