Don't have BUILD_DEPENDS inclure RUN_DEPENDS, it does not need any of these

to build.
Drop TEST_DEPENDS while here, py-setuptool is already a BDEP.
This commit is contained in:
ajacoutot
2025-08-15 15:32:39 +00:00
parent dc944bd50c
commit e1b09a94fa
+2 -7
View File
@@ -18,6 +18,8 @@ MODULES= lang/python
MODPY_ADJ_FILES= *py
MODPY_PYBUILD= setuptools
BUILD_DEPENDS= devel/gettext,-tools
RUN_DEPENDS= audio/py-musicbrainzngs \
audio/py-mutagen \
devel/py-gobject3 \
@@ -33,10 +35,6 @@ RUN_DEPENDS+= devel/desktop-file-utils \
multimedia/xine-lib \
x11/gtk+4,-guic
BUILD_DEPENDS= ${RUN_DEPENDS} \
devel/gettext,-runtime \
devel/gettext,-tools
post-install:
mv ${PREFIX}/share/man/man1/* ${PREFIX}/man/man1/
rmdir ${PREFIX}/share/man{/man1,}
@@ -44,9 +42,6 @@ post-install:
# fails with PORTS_PRIVSEP
TEST_IS_INTERACTIVE= x11
# for distutils, used by setup.py
TEST_DEPENDS= devel/py-setuptools
do-test:
cd ${WRKSRC}; ${MODPY_BIN} ./setup.py test