pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-bonjour Easier to just list what Python version...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b9016e9124da
branches: trunk
changeset: 329989:b9016e9124da
user: hauke <hauke%pkgsrc.org@localhost>
date: Wed Feb 20 13:29:43 2019 +0000
description:
Easier to just list what Python versions we _do_ support.
diffstat:
net/py-bonjour/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b0926df8da33 -r b9016e9124da net/py-bonjour/Makefile
--- a/net/py-bonjour/Makefile Wed Feb 20 12:21:34 2019 +0000
+++ b/net/py-bonjour/Makefile Wed Feb 20 13:29:43 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/02/19 16:25:47 hauke Exp $
+# $NetBSD: Makefile,v 1.5 2019/02/20 13:29:43 hauke Exp $
PKGNAME= ${PYPKGPREFIX}-bonjour-${PKGVER}
DISTNAME= bonjour-py-${PKGVER}
@@ -18,7 +18,7 @@
DOCDIR= share/py-bonjour
DOCFILES= COPYING.txt README
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # Uses old exception syntax in 0.3
+PYTHON_VERSIONS_ACCEPTED= 27 # Uses old exception syntax in 0.3
.for ee in ${EGFILES}
REPLACE_PYTHON+= examples/${ee}
Home |
Main Index |
Thread Index |
Old Index