pkgsrc-WIP-changes archive

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

py-pyls-spyder: Mark python versions that are incompatible



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Thu Jun 27 06:39:57 2024 -0600
Changeset:	ca789a73464d03c65291cb1294241e2364d0427f

Modified Files:
	py-pyls-spyder/Makefile

Log Message:
py-pyls-spyder: Mark python versions that are incompatible

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

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

diffstat:
 py-pyls-spyder/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/py-pyls-spyder/Makefile b/py-pyls-spyder/Makefile
index 1d57bcfaa8..50168151e4 100644
--- a/py-pyls-spyder/Makefile
+++ b/py-pyls-spyder/Makefile
@@ -13,6 +13,7 @@ LICENSE=	mit
 DEPENDS+=	${PYPKGPREFIX}-lsp-server>=1.0.1:../../lang/py-lsp-server
 
 USE_LANGUAGES=	# none
+PYTHON_VERSIONS_INCOMPATIBLE=	27 38
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index