mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
28 lines
530 B
Makefile
28 lines
530 B
Makefile
COMMENT= module and program for processing ID3 tags
|
|
|
|
# standalone software - intentionally no py-* prefix
|
|
MODPY_DISTV= 0.9.9
|
|
DISTNAME= eyed3-${MODPY_DISTV}
|
|
PKGNAME= eyeD3-${MODPY_DISTV}
|
|
|
|
CATEGORIES= audio
|
|
|
|
HOMEPAGE= https://eyed3.readthedocs.io/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
RUN_DEPENDS= devel/py-deprecation \
|
|
devel/py-filetype
|
|
|
|
FAKE_FLAGS= docdir=${WRKINST}${PREFIX}/share/doc/py-eyed3
|
|
|
|
MODPY_PYTEST_ARGS= --ignore tests/test_factory.py
|
|
|
|
.include <bsd.port.mk>
|