From owner-svn-ports-all@freebsd.org Tue Mar 19 08:00:13 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ABDC915454D4 for ; Tue, 19 Mar 2019 08:00:13 +0000 (UTC) (envelope-from adamw@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4884870E59 for ; Tue, 19 Mar 2019 08:00:13 +0000 (UTC) (envelope-from adamw@freebsd.org) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: adamw/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id AF6AC18E9 for ; Tue, 19 Mar 2019 08:00:12 +0000 (UTC) (envelope-from adamw@freebsd.org) Received: by mail-wr1-f45.google.com with SMTP id o1so506362wrs.13 for ; Tue, 19 Mar 2019 01:00:12 -0700 (PDT) X-Gm-Message-State: APjAAAV9v74XoV+uy+P6FAdxqAOYSjtY3HqF3Kc7/N3ETKkC8h4ACUM0 SaomA5WN8wOSWDcvs2H0KDYNR7Qe+fCeV32tj+rowg== X-Google-Smtp-Source: APXvYqwzH3Jx0vQmX5sH3EjSjg7AL8Z3ckNBDjHGt1NkXfRAMEYfkrQGfX9QoND2TjHbBTzgcUxrTat5CrjZN7TRGb0= X-Received: by 2002:adf:b591:: with SMTP id c17mr16557800wre.195.1552982411466; Tue, 19 Mar 2019 01:00:11 -0700 (PDT) MIME-Version: 1.0 References: <201903181323.x2IDN3od029571@repo.freebsd.org> In-Reply-To: <201903181323.x2IDN3od029571@repo.freebsd.org> From: Adam Weinberger Date: Tue, 19 Mar 2019 01:59:55 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r496144 - in head/editors: . py-pynvim py-pynvim/files To: Mateusz Piotrowski <0mp@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4884870E59 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.983,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Mar 2019 08:00:13 -0000 On Mon, Mar 18, 2019 at 7:23 AM Mateusz Piotrowski <0mp@freebsd.org> wrote: > > Author: 0mp > Date: Mon Mar 18 13:23:02 2019 > New Revision: 496144 > URL: https://svnweb.freebsd.org/changeset/ports/496144 > > Log: > New port: editors/py-pynvim: Python client and plugin host for Neovim > > Pynvim implements support for python plugins in Nvim. It also works as a > library for connecting to and scripting Nvim processes through its > msgpack-rpc API. > > WWW: https://pynvim.readthedocs.io/en/latest/ > > Reviewed by: mat > Approved by: mat (mentor) > Differential Revision: https://reviews.freebsd.org/D19597 Thanks for adding this! I'd like to make an OPTION for this in neovim, but there would be a circular dependency in the TEST_DEPENDS. What would you think about removing neovim from the py-pynvim TEST_DEPENDS? It would necessarily break 'make test' for py-pynvim, but the option would be a benefit to end-users. What are your thoughts on this? # Adam -- Adam Weinberger adamw@adamw.org // adamw@FreeBSD.org https://www.adamw.org