summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-unittest2/Makefile27
-rw-r--r--devel/py-unittest2/distinfo2
-rw-r--r--devel/py-unittest2/pkg-descr5
5 files changed, 1 insertions, 35 deletions
diff --git a/MOVED b/MOVED
index b15d902382b3..61620266d913 100644
--- a/MOVED
+++ b/MOVED
@@ -8636,3 +8636,4 @@ devel/poco-devel|devel/poco|2016-09-18|Has expired: older than stable devel/poco
databases/pglogical-output|databases/pglogical|2016-09-22|databases/pglogical-output merged into databases/pglogical
mail/gml||2016-09-23|Has expired: Deprecated upstream. Use native gmail tools to import
net/nats|net/gnatsd|2016-09-24|Switched to upstream naming
+devel/py-unittest2||2016-09-26|Has expired: Was only required for Pythons lesser than 2.7
diff --git a/devel/Makefile b/devel/Makefile
index 03feaef2b6aa..897da5413014 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4552,7 +4552,6 @@
SUBDIR += py-ujson
SUBDIR += py-uncompyle2
SUBDIR += py-unipath
- SUBDIR += py-unittest2
SUBDIR += py-unpaddedbase64
SUBDIR += py-update_checker
SUBDIR += py-urlimport
diff --git a/devel/py-unittest2/Makefile b/devel/py-unittest2/Makefile
deleted file mode 100644
index 51829412b83f..000000000000
--- a/devel/py-unittest2/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= unittest2
-PORTVERSION= 0.8.0
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
-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
-
-LICENSE= BSD3CLAUSE
-
-USES= python
-USE_PYTHON= autoplist distutils
-
-post-patch:
- @${REINPLACE_CMD} -e "s|'argparse', 'six'|'six'|" \
- ${WRKSRC}/setup.py
-
-.include <bsd.port.mk>
diff --git a/devel/py-unittest2/distinfo b/devel/py-unittest2/distinfo
deleted file mode 100644
index 29316d773acf..000000000000
--- a/devel/py-unittest2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (unittest2-0.8.0.tar.gz) = bb00b9c261cf3fa6b84cc3e6c3a39edf74b3140345b3f677907635a2738a7e2a
-SIZE (unittest2-0.8.0.tar.gz) = 78312
diff --git a/devel/py-unittest2/pkg-descr b/devel/py-unittest2/pkg-descr
deleted file mode 100644
index be7e0c56de27..000000000000
--- a/devel/py-unittest2/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-unittest2 is a backport of the new features added to the
-unittest testing framework in Python 2.7. It is tested to
-on Python 2.4 - 2.7.
-
-WWW: https://pypi.python.org/pypi/unittest2/