pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-unittest2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 27 11:59:42 UTC 2022

Modified Files:
        pkgsrc/devel/py-unittest2: Makefile

Log Message:
py-unittest2: limit to python 2.x

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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-unittest2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-unittest2/Makefile
diff -u pkgsrc/devel/py-unittest2/Makefile:1.15 pkgsrc/devel/py-unittest2/Makefile:1.16
--- pkgsrc/devel/py-unittest2/Makefile:1.15     Wed Jan  5 15:41:08 2022
+++ pkgsrc/devel/py-unittest2/Makefile  Thu Jan 27 11:59:42 2022
@@ -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}-argparse-[0-9]
 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