pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/eyeD3
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jun 1 18:38:23 UTC 2020
Modified Files:
pkgsrc/audio/eyeD3: Makefile
Log Message:
eyeD3: update test status
Uses tox for testing, disable test target
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/audio/eyeD3/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/eyeD3/Makefile
diff -u pkgsrc/audio/eyeD3/Makefile:1.15 pkgsrc/audio/eyeD3/Makefile:1.16
--- pkgsrc/audio/eyeD3/Makefile:1.15 Wed May 20 07:06:41 2020
+++ pkgsrc/audio/eyeD3/Makefile Mon Jun 1 18:38:23 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/05/20 07:06:41 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2020/06/01 18:38:23 wiz Exp $
DISTNAME= eyeD3-0.9.5
CATEGORIES= audio
@@ -12,17 +12,24 @@ LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-deprecation-[0-9]*:../../devel/py-deprecation
DEPENDS+= ${PYPKGPREFIX}-factory_boy-[0-9]*:../../devel/py-factory_boy
DEPENDS+= ${PYPKGPREFIX}-filetype-[0-9]*:../../sysutils/py-filetype
+#TEST_DEPENDS+= wget-[0-9]*:../../net/wget
+#TEST_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
PYTHON_VERSIONED_DEPENDENCIES+= test:test
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-faker via py-factory_boy
-USE_LANGUAGES= # none
+USE_LANGUAGES= # none
+USE_TOOLS+= gmake
-# 13 test failures as of 0.9.5
-# https://github.com/nicfit/eyeD3/issues/437
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} py.test-${PYVERSSUFFIX}
+#SUBST_CLASSES+= test
+#SUBST_SED.test+= -e "s,tox,tox-${PYVERSSUFFIX},g"
+#SUBST_STAGE.test+= pre-configure
+#SUBST_FILES.test+= Makefile
+
+# tox-based testing
+#do-test:
+# cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} test-data test
.include "../../lang/python/versioned_dependencies.mk"
.include "../../lang/python/egg.mk"
Home |
Main Index |
Thread Index |
Old Index