Skip to content

Commit

Permalink
www/gallery-dl: convert to USE_PYTHON=unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed Jun 4, 2022
1 parent b3808c9 commit bcb4cd6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions www/gallery-dl/Makefile
Expand Up @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
NO_ARCH= yes
USES= python:3.4+
USE_GITHUB= yes
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist distutils unittest
GH_ACCOUNT= mikf

post-patch:
Expand All @@ -28,7 +28,4 @@ post-build:
# USE_GITHUB archive doesn't have generated files
@${DO_MAKE_BUILD} -C ${BUILD_WRKSRC} PYTHON="${PYTHON_CMD}" man completion

do-test:
@${PYTHON_CMD} -m unittest discover -vs ${TEST_WRKSRC}

.include <bsd.port.mk>

0 comments on commit bcb4cd6

Please sign in to comment.