2023-08-16 22:26:55 +00:00
|
|
|
COMMENT= determine appropriate platform-specific directories
|
|
|
|
|
2024-05-26 03:08:12 +00:00
|
|
|
MODPY_EGG_VERSION= 4.2.0
|
2023-08-16 22:26:55 +00:00
|
|
|
DISTNAME= platformdirs-${MODPY_EGG_VERSION}
|
|
|
|
PKGNAME= py-${DISTNAME}
|
2024-05-26 03:08:12 +00:00
|
|
|
REVISION= 0
|
2023-08-16 22:26:55 +00:00
|
|
|
|
|
|
|
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${MODPY_FLAVOR} \
|
|
|
|
devel/py-test-mock${MODPY_FLAVOR}
|
|
|
|
|
|
|
|
FLAVORS= python3
|
|
|
|
FLAVOR= python3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|