mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
misc/py-progressbar: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
This commit is contained in:
parent
4cb9596f47
commit
2720f4a3e5
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= progressbar
|
PORTNAME= progressbar
|
||||||
PORTVERSION= 2.5
|
PORTVERSION= 2.5
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= misc python
|
CATEGORIES= misc python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -12,8 +13,11 @@ LICENSE= BSD3CLAUSE LGPL21+
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE.txt
|
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
|
NO_ARCH= yes
|
||||||
USE_PYTHON= autoplist concurrent distutils
|
USE_PYTHON= autoplist concurrent pep517
|
||||||
USES= python
|
USES= python
|
||||||
|
|
||||||
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}progressbar231
|
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}progressbar231
|
||||||
|
|
Loading…
Add table
Reference in a new issue