pkgsrc-WIP-changes archive

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

py-neovim: Update to 0.4.3



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Aug 21 12:30:19 2021 +0200
Changeset:	93e43b6675b91d49719f154f0106b72cd99e8a27

Modified Files:
	py-neovim/Makefile
	py-neovim/distinfo

Log Message:
py-neovim: Update to 0.4.3

pkgsrc changes:
 - Remove pretty old PYTHON_VERSIONS_INCOMPATIBLE
 - Add MAINTAINER

Changes:
0.4.3
-----
 - Detect encoding correctly on non-standard locales

0.4.2
-----
 - Refactor: IOError was deprecated. Replace with OSError
 - refactor: Reduce usage of deprecated imp module
 - Modify all imports in the repository to absolute imports
 - Set unicode_errors in Unpacker
 - import vim module by default

0.4.1
-----
 - remove scrutinizer
 - make pytest_runner an optional dependency
 - fix missing self.name for nvim_error_event
 - Test with python 3.8
 - fix the disable logging script.

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

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

diffstat:
 py-neovim/Makefile | 9 ++++-----
 py-neovim/distinfo | 8 ++++----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs:
diff --git a/py-neovim/Makefile b/py-neovim/Makefile
index 50addc2365..5196900b8e 100644
--- a/py-neovim/Makefile
+++ b/py-neovim/Makefile
@@ -1,11 +1,12 @@
 # $NetBSD: Makefile,v 1.5 2015/08/10 22:59:31 jonthn Exp $
 
-DISTNAME=	py-neovim-0.4.0
+DISTNAME=	py-neovim-0.4.3
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py-//}
 CATEGORIES=	devel editors
 MASTER_SITES=	${MASTER_SITE_GITHUB:=neovim/}
 GITHUB_PROJECT=	pynvim
 
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/neovim/pynvim
 COMMENT=	Python client to Neovim
 LICENSE=	apache-2.0
@@ -13,10 +14,8 @@ LICENSE=	apache-2.0
 WRKSRC=		${WRKDIR}/pynvim-${PKGVERSION_NOREV}
 EGG_NAME=	pynvim-${PKGVERSION_NOREV}
 
-PYTHON_VERSIONS_INCOMPATIBLE=	31 32 33
-
-DEPENDS+=	${PYPKGPREFIX}-msgpack-[0-9]*:../../devel/py-msgpack
-BUILD_DEPENDS+=	${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+DEPENDS+=	${PYPKGPREFIX}-msgpack>=0.5.0:../../devel/py-msgpack
+TEST_DEPENDS+=	${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-neovim/distinfo b/py-neovim/distinfo
index 28c4bba93b..050d90d74f 100644
--- a/py-neovim/distinfo
+++ b/py-neovim/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.5 2015/08/10 22:59:31 jonthn Exp $
 
-SHA1 (py-neovim-0.4.0.tar.gz) = 150ebd53a195e8e0cd952081161d47528f307539
-RMD160 (py-neovim-0.4.0.tar.gz) = 0a2c90d605cd15e301e0383070cf961e01c0778f
-SHA512 (py-neovim-0.4.0.tar.gz) = 4b3b0e295181cf8886850477d01daba1cba8ac456aedadc5b3881b0b4910724450c4e7774282f6edf3e322792b697ae8e925f40b2a0b181a95eee48aef42a97a
-Size (py-neovim-0.4.0.tar.gz) = 53443 bytes
+SHA1 (py-neovim-0.4.3.tar.gz) = f982b211165fc143861eb8360661af086e9ba446
+RMD160 (py-neovim-0.4.3.tar.gz) = 7beb2c2df9aab6a63015eb2b103d236df003bad1
+SHA512 (py-neovim-0.4.3.tar.gz) = 5d8fc7623a5bc2e069991b901dbd4dcc6005ddab31e2f0a70ee50c2d6febf3b5c29a61fc4dce454aa494779d7a869a1e92a2a97cb66212ed858c3d3fd77c0f55
+Size (py-neovim-0.4.3.tar.gz) = 52807 bytes


Home | Main Index | Thread Index | Old Index