pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-pynng py-pynng: use PYTHON_VERSIONS_INCOMPATIBL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef5f2ff1f30d
branches:  trunk
changeset: 452484:ef5f2ff1f30d
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Tue May 11 21:06:15 2021 +0000

description:
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:

 net/py-pynng/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4afe32d13cd2 -r ef5f2ff1f30d net/py-pynng/Makefile
--- a/net/py-pynng/Makefile     Tue May 11 18:48:16 2021 +0000
+++ b/net/py-pynng/Makefile     Tue May 11 21:06:15 2021 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index