mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
25 lines
410 B
Makefile
25 lines
410 B
Makefile
COMMENT= QR Code image generator
|
|
|
|
MODPY_DISTV= 8.2
|
|
DISTNAME= qrcode-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 1
|
|
|
|
CATEGORIES= graphics textproc
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= poetry-core
|
|
MODPY_PI= Yes
|
|
|
|
RUN_DEPENDS= graphics/py-Pillow
|
|
TEST_DEPENDS= devel/py-mock \
|
|
devel/py-test-cov
|
|
|
|
post-install:
|
|
rm -rf ${WRKINST}${MODPY_SITEPKG}/qrcode/tests
|
|
|
|
.include <bsd.port.mk>
|