put setuptools back for py-eyed3 for now, needs a different build

backend that is not in ports yet, reported by aja@
This commit is contained in:
sthen 2022-09-10 20:38:10 +00:00
parent cfcc7d46ae
commit 5d0b79900a

View File

@ -1,10 +1,10 @@
COMMENT= module and program for processing ID3 tags
MODPY_EGG_VERSION= 0.9.6
# standalone software - intentionally no py-* prefix/FLAVOR.
MODPY_EGG_VERSION= 0.9.6
DISTNAME= eyeD3-${MODPY_EGG_VERSION}
CATEGORIES= audio
REVISION= 2
REVISION= 3
HOMEPAGE= http://eyed3.nicfit.net/
@ -14,12 +14,15 @@ PERMIT_PACKAGE= Yes
MASTER_SITES= ${HOMEPAGE}releases/
MODULES= lang/python
MODPY_PEP517= poetry
RUN_DEPENDS= devel/py-deprecation${MODPY_FLAVOR} \
devel/py-filetype${MODPY_FLAVOR}
MODPY_SETUPTOOLS= Yes
FAKE_FLAGS= docdir=${WRKINST}${PREFIX}/share/doc/py-eyed3
MODPY_PYTEST= Yes
# needs factory_boy
NO_TEST= Yes