pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-sphinxcontrib-jquery



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 10 08:08:43 UTC 2024

Modified Files:
        pkgsrc/textproc/py-sphinxcontrib-jquery: Makefile

Log Message:
py-sphinxcontrib-jquery: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-sphinxcontrib-jquery/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-sphinxcontrib-jquery/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-jquery/Makefile:1.4 pkgsrc/textproc/py-sphinxcontrib-jquery/Makefile:1.5
--- pkgsrc/textproc/py-sphinxcontrib-jquery/Makefile:1.4        Tue Nov  7 22:38:07 2023
+++ pkgsrc/textproc/py-sphinxcontrib-jquery/Makefile    Sat Aug 10 08:08:42 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/11/07 22:38:07 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/08/10 08:08:42 adam Exp $
 
 DISTNAME=      sphinxcontrib-jquery-4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,14 +13,10 @@ LICENSE=    2-clause-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.7:../../devel/py-flit_core
 DEPENDS+=      ${PYPKGPREFIX}-sphinx>=1.8:../../textproc/py-sphinx
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
-
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index