pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-sphinx-autoapi
Module Name: pkgsrc
Committed By: adam
Date: Sat Aug 10 08:11:07 UTC 2024
Modified Files:
pkgsrc/textproc/py-sphinx-autoapi: Makefile
Log Message:
py-sphinx-autoapi: not for Python 3.9
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/py-sphinx-autoapi/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-sphinx-autoapi/Makefile
diff -u pkgsrc/textproc/py-sphinx-autoapi/Makefile:1.16 pkgsrc/textproc/py-sphinx-autoapi/Makefile:1.17
--- pkgsrc/textproc/py-sphinx-autoapi/Makefile:1.16 Mon Jul 29 07:26:08 2024
+++ pkgsrc/textproc/py-sphinx-autoapi/Makefile Sat Aug 10 08:11:07 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2024/07/29 07:26:08 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2024/08/10 08:11:07 adam Exp $
DISTNAME= sphinx_autoapi-3.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -19,16 +19,13 @@ DEPENDS+= ${PYPKGPREFIX}-sphinx>=5.2.0:.
DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
TEST_DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 38
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39 # py-sphinx
TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib
# 311 passed, 2 errors
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index