pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-neovim py-neovim: mark incompatible with Pyth...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af02e593e8fb
branches:  trunk
changeset: 390800:af02e593e8fb
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu Dec 29 23:08:34 2022 +0000

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

diffstat:

 devel/py-neovim/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6e5f626a3a88 -r af02e593e8fb devel/py-neovim/Makefile
--- a/devel/py-neovim/Makefile  Thu Dec 29 22:25:11 2022 +0000
+++ b/devel/py-neovim/Makefile  Thu Dec 29 23:08:34 2022 +0000
@@ -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 @@
 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