Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Aug 2016 17:11:30 +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: r420575 - head/devel/py-unittest2
Message-ID:  <201608211711.u7LHBUs0088431@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sun Aug 21 17:11:30 2016
New Revision: 420575
URL: https://svnweb.freebsd.org/changeset/ports/420575

Log:
  devel/py-unittest2: mark deprecated
  
  This port is outdated and it have no consumers anymore. The only
  consumer was textproc/py-python-gettext and it was only needed
  for Python versions lesser than 2.7.
  Mark it deprecated and set to expire at 2016-09-21.

Modified:
  head/devel/py-unittest2/Makefile

Modified: head/devel/py-unittest2/Makefile
==============================================================================
--- head/devel/py-unittest2/Makefile	Sun Aug 21 16:57:22 2016	(r420574)
+++ head/devel/py-unittest2/Makefile	Sun Aug 21 17:11:30 2016	(r420575)
@@ -9,6 +9,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	rm@FreeBSD.org
 COMMENT=	New features in unittest backported to Python 2.4+
 
+DEPRECATED=	Was only required for Pythons lesser than 2.7
+EXPIRATION_DATE=	2016-09-21
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
 



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