openbsd-ports/devel/py-plugnplay/Makefile
sthen d858b7cc2a Ports built with setuptools on python 3.10 don't need a RUN_DEPENDS on
setuptools (it's used as a package locator but importlib.metadata in
newer Python core or the external importlib_metadata are preferred).
So drop the RDEP in that case (it's still kept for py27) and bump
revisions.
2022-11-26 23:28:11 +00:00

23 lines
370 B
Makefile

COMMENT = a generic plug-in system for python
MODPY_EGG_VERSION = 0.5.4
DISTNAME = plugnplay-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 3
CATEGORIES = devel
HOMEPAGE = https://github.com/daltonmatos/plugnplay
# GPLv2
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
MODPY_PI = Yes
FLAVORS = python3
FLAVOR ?=
.include <bsd.port.mk>