Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-daemon No longer supports Python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/906e431179f3
branches:  trunk
changeset: 431606:906e431179f3
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu May 14 19:39:03 2020 +0000

description:
No longer supports Python 2.7

diffstat:

 devel/py-daemon/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 398c47e86fa2 -r 906e431179f3 devel/py-daemon/Makefile
--- a/devel/py-daemon/Makefile  Thu May 14 19:38:45 2020 +0000
+++ b/devel/py-daemon/Makefile  Thu May 14 19:39:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/12/05 14:51:01 adam Exp $
+# $NetBSD: Makefile,v 1.15 2020/05/14 19:39:03 joerg Exp $
 
 DISTNAME=      python-daemon-2.2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -19,6 +19,8 @@
 TEST_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
 TEST_DEPENDS+= ${PYPKGPREFIX}-unittest2>=0.5.1:../../devel/py-unittest2
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index