ports/devel/py-entrypoints/Makefile

24 lines
416 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = discover and load entry points from installed packages
MODPY_EGG_VERSION = 0.4
DISTNAME = entrypoints-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
REVISION = 0
HOMEPAGE = https://github.com/takluyver/entrypoints
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = flit_core
MODPY_PYTEST = Yes
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>