forked from Lainports/freebsd-ports
archivers/py-warctools: Convert to USE_PYTHON=pep517
- Update WWW - Bump PORTREVISION for package change
This commit is contained in:
parent
b2c854b550
commit
d8634f6ed1
1 changed files with 8 additions and 3 deletions
|
|
@ -1,17 +1,22 @@
|
||||||
PORTNAME= warctools
|
PORTNAME= warctools
|
||||||
PORTVERSION= 4.10.0
|
PORTVERSION= 4.10.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= archivers python
|
CATEGORIES= archivers python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= python@FreeBSD.org
|
MAINTAINER= python@FreeBSD.org
|
||||||
COMMENT= Tools for debugging ISO28500/WARC files
|
COMMENT= Tools for debugging ISO28500/WARC files
|
||||||
WWW= https://pypi.org/project/warctools/
|
WWW= https://github.com/internetarchive/warctools
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
|
||||||
NO_ARCH= yes
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||||
USE_PYTHON= autoplist distutils
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
|
USE_PYTHON= autoplist pep517
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue