pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-unittest2 Mention Python 2.x explicitly in CO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1463a7e7d42
branches:  trunk
changeset: 629908:a1463a7e7d42
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 31 11:25:10 2014 +0000

description:
Mention Python 2.x explicitly in COMMENT and DESCR.

diffstat:

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

diffs (27 lines):

diff -r 35291654db02 -r a1463a7e7d42 devel/py-unittest2/DESCR
--- a/devel/py-unittest2/DESCR  Fri Jan 31 11:24:49 2014 +0000
+++ b/devel/py-unittest2/DESCR  Fri Jan 31 11:25:10 2014 +0000
@@ -3,3 +3,5 @@
 
 To use unittest2 instead of unittest simply replace import unittest with
 import unittest2.
+
+This is the version for Python 2.x.
diff -r 35291654db02 -r a1463a7e7d42 devel/py-unittest2/Makefile
--- a/devel/py-unittest2/Makefile       Fri Jan 31 11:24:49 2014 +0000
+++ b/devel/py-unittest2/Makefile       Fri Jan 31 11:25:10 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:05 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2014/01/31 11:25:10 wiz Exp $
 
 DISTNAME=              unittest2-0.5.1
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
@@ -7,7 +7,7 @@
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://pypi.python.org/pypi/unittest2
-COMMENT=               Unittest features for Python 2.7 backported to Python 2.3+
+COMMENT=               Unittest features for Python 2.7 (Python 2.x version)
 LICENSE=               original-bsd
 
 DOCDIR=                        share/doc/${PKGBASE}



Home | Main Index | Thread Index | Old Index