svn commit: r420575 - head/devel/py-unittest2

Ruslan Makhmatkhanov rm at FreeBSD.org
Sun Aug 21 17:11:31 UTC 2016


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 at 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
 


More information about the svn-ports-all mailing list