pkgsrc-WIP-changes archive

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

py-sphinxcontrib-svg2pdfconverter: Fix PYTHON_VERSIONS_INCOMPATIBLE



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Tue May 20 00:06:30 2025 +0900
Changeset:	c21f934adfa4cd4714f4c509666f538160580280

Modified Files:
	py-sphinxcontrib-svg2pdfconverter/Makefile

Log Message:
py-sphinxcontrib-svg2pdfconverter: Fix PYTHON_VERSIONS_INCOMPATIBLE

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c21f934adfa4cd4714f4c509666f538160580280

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-sphinxcontrib-svg2pdfconverter/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-sphinxcontrib-svg2pdfconverter/Makefile b/py-sphinxcontrib-svg2pdfconverter/Makefile
index b4ccb6bd30..8adbebf904 100644
--- a/py-sphinxcontrib-svg2pdfconverter/Makefile
+++ b/py-sphinxcontrib-svg2pdfconverter/Makefile
@@ -14,7 +14,7 @@ DEPENDS+=	${PYPKGPREFIX}-sphinx>=1.6.3:../../textproc/py-sphinx
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 38	# py-sphinx
+PYTHON_VERSIONS_INCOMPATIBLE=	27 310	# py-sphinx
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index