summaryrefslogtreecommitdiff
path: root/devel/py-functools32
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-functools32')
-rw-r--r--devel/py-functools32/Makefile25
-rw-r--r--devel/py-functools32/distinfo2
-rw-r--r--devel/py-functools32/pkg-descr5
3 files changed, 0 insertions, 32 deletions
diff --git a/devel/py-functools32/Makefile b/devel/py-functools32/Makefile
deleted file mode 100644
index aa2fe0a7fccf..000000000000
--- a/devel/py-functools32/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= functools32
-PORTVERSION= 3.2.3
-PORTREVISION= 1
-CATEGORIES= devel python
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= wg@FreeBSD.org
-COMMENT= Backport of the functools module from Python 3.2.3 for use on 2.7
-
-LICENSE= PSFL
-
-DEPRECATED= Python 2 only, backport of Python 3
-EXPIRATION_DATE= 2020-12-31
-
-USE_GITHUB= yes
-GH_ACCOUNT= MiCHiLU
-GH_PROJECT= python-functools32
-GH_TAGNAME= ad90fa8
-
-USES= python:2.7
-USE_PYTHON= autoplist distutils
-
-.include <bsd.port.mk>
diff --git a/devel/py-functools32/distinfo b/devel/py-functools32/distinfo
deleted file mode 100644
index 33262b39fd26..000000000000
--- a/devel/py-functools32/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (MiCHiLU-python-functools32-3.2.3-ad90fa8_GH0.tar.gz) = 93cb95e0bf53b84b36857d7d65192f1fab8e632500035203f116301352e12b95
-SIZE (MiCHiLU-python-functools32-3.2.3-ad90fa8_GH0.tar.gz) = 31582
diff --git a/devel/py-functools32/pkg-descr b/devel/py-functools32/pkg-descr
deleted file mode 100644
index daf3b78550ad..000000000000
--- a/devel/py-functools32/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This is a backport of the Python 3.2 functools module for use on Python
-versions 2.7 and PyPy. It includes new features lru_cache (Least-recently-used
-cache decorator).
-
-WWW: https://github.com/MiCHiLU/python-functools32