pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-unittest2 py-unittest2: limit to python 2.x



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86a08cdfdf15
branches:  trunk
changeset: 372588:86a08cdfdf15
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 27 11:59:42 2022 +0000

description:
py-unittest2: limit to python 2.x

This package is intended to backport features that were added in
python 3.4.

diffstat:

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

diffs (18 lines):

diff -r c6437049d8b1 -r 86a08cdfdf15 devel/py-unittest2/Makefile
--- a/devel/py-unittest2/Makefile       Thu Jan 27 11:57:35 2022 +0000
+++ b/devel/py-unittest2/Makefile       Thu Jan 27 11:59:42 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/01/05 15:41:08 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2022/01/27 11:59:42 wiz Exp $
 
 DISTNAME=              unittest2-1.1.0
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
@@ -16,6 +16,8 @@
 DEPENDS+=              ${PYPKGPREFIX}-traceback2-[0-9]*:../../devel/py-traceback2
 DEPENDS+=              ${PYPKGPREFIX}-linecache2-[0-9]*:../../devel/py-linecache2
 
+PYTHON_VERSIONS_ACCEPTED=      27
+
 DOCDIR=                        share/doc/${PKGBASE}
 INSTALLATION_DIRS+=    ${DOCDIR}
 PLIST_SUBST+=          DOCDIR=${DOCDIR}



Home | Main Index | Thread Index | Old Index