openbsd-ports/audio/py-discid/Makefile
sthen 2206a80000 rename MODPY_PEP517 to MODPY_PYBUILD which is a bit less of a
magic-numbers name and more of a nod at the frontend we're actually
using for the build.
2022-09-13 20:56:17 +00:00

25 lines
419 B
Makefile

COMMENT = Python binding of libdiscid
MODPY_EGG_VERSION = 1.2.0
DISTNAME = discid-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 4
CATEGORIES = audio
HOMEPAGE = https://python-discid.readthedocs.org/
# LGPL3 or later
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
RUN_DEPENDS = audio/libdiscid
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>