pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-neovim



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Dec 29 23:08:34 UTC 2022

Modified Files:
        pkgsrc/devel/py-neovim: Makefile

Log Message:
py-neovim: mark incompatible with Python 2.7 to fix bulk builds


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-neovim/Makefile

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

Modified files:

Index: pkgsrc/devel/py-neovim/Makefile
diff -u pkgsrc/devel/py-neovim/Makefile:1.2 pkgsrc/devel/py-neovim/Makefile:1.3
--- pkgsrc/devel/py-neovim/Makefile:1.2 Wed Dec 28 22:51:26 2022
+++ pkgsrc/devel/py-neovim/Makefile     Thu Dec 29 23:08:34 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/12/28 22:51:26 nikita Exp $
+# $NetBSD: Makefile,v 1.3 2022/12/29 23:08:34 gutteridge Exp $
 
 DISTNAME=      pynvim-0.4.3
 PKGREVISION=   1
@@ -11,6 +11,8 @@ HOMEPAGE=     https://github.com/neovim/pynv
 COMMENT=       Python client to Neovim
 LICENSE=       apache-2.0
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-greenlet
+
 DEPENDS+=      ${PYPKGPREFIX}-msgpack>=0.5.0:../../devel/py-msgpack
 DEPENDS+=      ${PYPKGPREFIX}-greenlet>=2.0.1:../../devel/py-greenlet
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner



Home | Main Index | Thread Index | Old Index