Browse Source
misc/py-progressbar: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
overlay
Po-Chuan Hsieh
1 year ago
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with
5 additions and
1 deletions
-
misc/py-progressbar/Makefile
|
|
@ -1,5 +1,6 @@ |
|
|
|
PORTNAME= progressbar |
|
|
|
PORTVERSION= 2.5 |
|
|
|
PORTREVISION= 1 |
|
|
|
CATEGORIES= misc python |
|
|
|
MASTER_SITES= PYPI |
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
|
|
@ -12,8 +13,11 @@ LICENSE= BSD3CLAUSE LGPL21+ |
|
|
|
LICENSE_COMB= dual |
|
|
|
LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE.txt |
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} |
|
|
|
|
|
|
|
NO_ARCH= yes |
|
|
|
USE_PYTHON= autoplist concurrent distutils |
|
|
|
USE_PYTHON= autoplist concurrent pep517 |
|
|
|
USES= python |
|
|
|
|
|
|
|
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}progressbar231 |
|
|
|