pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-pynng
Module Name: pkgsrc
Committed By: khorben
Date: Tue May 11 21:06:15 UTC 2021
Modified Files:
pkgsrc/net/py-pynng: Makefile
Log Message:
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!
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-pynng/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-pynng/Makefile
diff -u pkgsrc/net/py-pynng/Makefile:1.1 pkgsrc/net/py-pynng/Makefile:1.2
--- pkgsrc/net/py-pynng/Makefile:1.1 Tue May 11 08:56:00 2021
+++ pkgsrc/net/py-pynng/Makefile Tue May 11 21:06:15 2021
@@ -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/codypiersal
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