aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2016-09-26 15:57:03 +0800
committerrm <rm@FreeBSD.org>2016-09-26 15:57:03 +0800
commit3f99089402557e4556902d6cd3732505372e006b (patch)
treeed052254af1ac2f1a58cee9d61a8bb5de76611c1 /devel
parent2aa76d9b10c9a1c363f70dfc5ee4397fb4e988ec (diff)
downloadfreebsd-ports-gnome-3f99089402557e4556902d6cd3732505372e006b.tar.gz
freebsd-ports-gnome-3f99089402557e4556902d6cd3732505372e006b.tar.zst
freebsd-ports-gnome-3f99089402557e4556902d6cd3732505372e006b.zip
devel/py-unittest2: remove expired port
This port was only needed for Pythons lesser than 2.7
Diffstat (limited to 'devel')
-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
4 files changed, 0 insertions, 35 deletions
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/