openbsd-ports/x11/py-pyglet/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

27 lines
411 B
Makefile

COMMENT = windowing and multimedia library for Python
MODPY_EGG_VERSION = 1.4.11
DISTNAME = pyglet-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
EXTRACT_SUFX = .zip
REVISION = 3
CATEGORIES = x11 multimedia
HOMEPAGE = http://www.pyglet.org
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR ?=
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
NO_TEST = Yes
.include <bsd.port.mk>