1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

archivers/py-warctools: Convert to USE_PYTHON=pep517

- Update WWW
- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh 2024-07-07 00:11:46 +08:00
parent b2c854b550
commit d8634f6ed1
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -1,17 +1,22 @@
PORTNAME= warctools
PORTVERSION= 4.10.0
PORTREVISION= 1
CATEGORIES= archivers python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Tools for debugging ISO28500/WARC files
WWW= https://pypi.org/project/warctools/
WWW= https://github.com/internetarchive/warctools
LICENSE= MIT
NO_ARCH= yes
USE_PYTHON= autoplist distutils
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist pep517
NO_ARCH= yes
.include <bsd.port.mk>