mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
24 lines
407 B
Makefile
24 lines
407 B
Makefile
COMMENT= determine appropriate platform-specific directories
|
|
|
|
MODPY_DISTV= 4.3.8
|
|
DISTNAME= platformdirs-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= https://github.com/platformdirs/platformdirs
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= hatch-vcs
|
|
MODPY_PYTEST= Yes
|
|
|
|
TEST_DEPENDS= devel/py-appdirs \
|
|
devel/py-test-mock
|
|
|
|
.include <bsd.port.mk>
|