Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2014 21:59:25 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340217 - head/devel/py-unittest2
Message-ID:  <201401182159.s0ILxPGZ060096@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sat Jan 18 21:59:25 2014
New Revision: 340217
URL: http://svnweb.freebsd.org/changeset/ports/340217
QAT: https://qat.redports.org/buildarchive/r340217/

Log:
  - convert to using auto-generated packing list
  - limit python version to 2.x only
  - bump PORTREVISION
  
  Anticipating possible license question: I have no info about
  clauses number used in the license for this port. There is no
  license file in the distribution, and upstream web-page also
  doesn't answering that.

Deleted:
  head/devel/py-unittest2/pkg-plist
Modified:
  head/devel/py-unittest2/Makefile
  head/devel/py-unittest2/pkg-descr

Modified: head/devel/py-unittest2/Makefile
==============================================================================
--- head/devel/py-unittest2/Makefile	Sat Jan 18 21:02:36 2014	(r340216)
+++ head/devel/py-unittest2/Makefile	Sat Jan 18 21:59:25 2014	(r340217)
@@ -2,6 +2,7 @@
 
 PORTNAME=	unittest2
 PORTVERSION=	0.5.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +12,9 @@ COMMENT=	Unittest features for Python 2.
 
 LICENSE=	BSD
 
-PLIST_SUB+=	PYTHON_VER=${PYTHON_VER}
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-USE_ZIP=	yes
+USE_PYTHON=		2
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+USE_ZIP=		yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/py-unittest2/pkg-descr
==============================================================================
--- head/devel/py-unittest2/pkg-descr	Sat Jan 18 21:02:36 2014	(r340216)
+++ head/devel/py-unittest2/pkg-descr	Sat Jan 18 21:59:25 2014	(r340217)
@@ -2,4 +2,4 @@ unittest2 is a backport of the new featu
 unittest testing framework in Python 2.7. It is tested to
 on Python 2.4 - 2.7.
 
-WWW: https://pypi.python.org/pypi/unittest2
+WWW: https://pypi.python.org/pypi/unittest2/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401182159.s0ILxPGZ060096>