summaryrefslogtreecommitdiff
path: root/net/py-pynng
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2021-05-11 21:06:15 +0000
committerkhorben <khorben@pkgsrc.org>2021-05-11 21:06:15 +0000
commite4ab242940370467dc006a324b9c14d5047c5b7d (patch)
tree30e117b16ead30cd1c79e927e61eec9940e8a375 /net/py-pynng
parent63117c2ac5e28e5a29fe1e438371a08f609e66a4 (diff)
downloadpkgsrc-e4ab242940370467dc006a324b9c14d5047c5b7d.tar.gz
py-pynng: use PYTHON_VERSIONS_INCOMPATIBLE instead of ACCEPTED
The package needs Python 3.5 or newer, and apparently this is the better way to register it; no functional change otherwise intended. As suggested by leot@; thanks!
Diffstat (limited to 'net/py-pynng')
-rw-r--r--net/py-pynng/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-pynng/Makefile b/net/py-pynng/Makefile
index 84caa342d72..2029d8112c2 100644
--- a/net/py-pynng/Makefile
+++ b/net/py-pynng/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/05/11 08:56:00 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/11 21:06:15 khorben Exp $
DISTNAME= pynng-0.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/codypiersall/pynng
COMMENT= Ergonomic bindings for nanomsg next generation (nng) in Python
LICENSE= mit
-PYTHON_VERSIONS_ACCEPTED= 39 38 37 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"