mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
25 lines
443 B
Makefile
25 lines
443 B
Makefile
COMMENT= PDF Python toolkit
|
|
|
|
# this is the version listed in requirements.txt for odoo-16.0.20230929
|
|
MODPY_DISTV= 2.12.1
|
|
|
|
# no tests in pypi sdist
|
|
GH_ACCOUNT= py-pdf
|
|
GH_PROJECT= pypdf
|
|
GH_TAGNAME= ${MODPY_DISTV}
|
|
DISTNAME= PyPDF2-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 1
|
|
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= http://mstamy2.github.com/PyPDF2
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= flit_core
|
|
|
|
.include <bsd.port.mk>
|