From f5504afe4ccc3090ea94199869b04d9a30dd1910 Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Thu, 12 Nov 2015 13:14:47 +0000 Subject: devel/py-functools32: Backport of the functools module from Python 3 for use on 2.7 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 --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index c5609b85c407..0a23d89737fe 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4025,6 +4025,7 @@ SUBDIR += py-fsm SUBDIR += py-fudge SUBDIR += py-funcparserlib + SUBDIR += py-functools32 SUBDIR += py-fusefs SUBDIR += py-future SUBDIR += py-futures -- cgit v1.2.3