1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/print/py-pypdf3/Makefile
Po-Chuan Hsieh bc77dd6e55
print/py-pypdf3: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 22:06:32 +08:00

26 lines
638 B
Makefile

PORTNAME= pypdf3
PORTVERSION= 1.0.6
PORTREVISION= 1
CATEGORIES= print python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyPDF3-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Pure Python PDF toolkit
WWW= https://github.com/sfneal/PyPDF3
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>