head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	2022.12.31.01.41.32;	author gutteridge;	state dead;
branches;
next	1.3;
commitid	Yz571GE8jSm7mE7E;

1.3
date	2022.12.29.23.08.34;	author gutteridge;	state Exp;
branches;
next	1.2;
commitid	vyilLAgWdaXixv7E;

1.2
date	2022.12.28.22.51.26;	author nikita;	state Exp;
branches;
next	1.1;
commitid	0YeyzYwnWIoPtn7E;

1.1
date	2022.12.28.19.28.16;	author nikita;	state Exp;
branches;
next	;
commitid	IOzOvwKO4WDNlm7E;


desc
@@


1.4
log
@py-neovim: remove, duplicate of pre-existing pynvim

Committed on behalf of nikita@@, per discussion.
@
text
@# $NetBSD: Makefile,v 1.3 2022/12/29 23:08:34 gutteridge Exp $

DISTNAME=	pynvim-0.4.3
PKGREVISION=	1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/pynvim/neovim/}
CATEGORIES=	devel editors
MASTER_SITES=	${MASTER_SITE_PYPI:=p/pynvim/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/neovim/pynvim
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

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
@


1.3
log
@py-neovim: mark incompatible with Python 2.7 to fix bulk builds
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2022/12/28 22:51:26 nikita Exp $
@


1.2
log
@py-neovim: needs py-greenlet at runtime.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2022/12/28 19:28:16 nikita Exp $
d14 2
@


1.1
log
@py-neovim: Import py-neovim version 0.4.3

import from wip.

Python client for neovim

This library provides Python support in neovim through it's msgpack-rpc API
@
text
@d1 1
a1 1
# $NetBSD$
d4 1
d15 1
@

