From 07366a12f5002e1a966fe4938ca9a6fdc753622b Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 19 May 2020 02:45:31 +0300 Subject: [PATCH] python3-backports.functools_lru_cache:first pisi rel --- .../actions.py | 16 +++++++ .../pspec.xml | 45 +++++++++++++++++++ .../translations.xml | 8 ++++ 3 files changed, 69 insertions(+) create mode 100644 programming/language/python3/python3-backports.functools_lru_cache/actions.py create mode 100644 programming/language/python3/python3-backports.functools_lru_cache/pspec.xml create mode 100644 programming/language/python3/python3-backports.functools_lru_cache/translations.xml diff --git a/programming/language/python3/python3-backports.functools_lru_cache/actions.py b/programming/language/python3/python3-backports.functools_lru_cache/actions.py new file mode 100644 index 0000000000..3c15f05977 --- /dev/null +++ b/programming/language/python3/python3-backports.functools_lru_cache/actions.py @@ -0,0 +1,16 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import shelltools +from pisi.actionsapi import pythonmodules + +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.6.1") + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-backports.functools_lru_cache/pspec.xml b/programming/language/python3/python3-backports.functools_lru_cache/pspec.xml new file mode 100644 index 0000000000..d62636b18a --- /dev/null +++ b/programming/language/python3/python3-backports.functools_lru_cache/pspec.xml @@ -0,0 +1,45 @@ + + + + + python3-backports.functools_lru_cache + https://github.com/jaraco/backports.functools_lru_cache + + Blue DeviL + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + Backport of functools.lru_cache from Python 3.3 + Backport of functools.lru_cache from Python 3.3 as published at ActiveState. + https://github.com/jaraco/backports.functools_lru_cache/archive/v1.6.1.tar.gz + + python3-devel + python3-setuptools + python3-setuptools-scm + + + + + python3-backports.functools_lru_cache + Backport of functools.lru_cache from Python 3.3 + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-backports.functools_lru_cache + + + + + + 2019-12-24 + 1.6.1 + First release + Blue DeviL + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-backports.functools_lru_cache/translations.xml b/programming/language/python3/python3-backports.functools_lru_cache/translations.xml new file mode 100644 index 0000000000..82a9eda432 --- /dev/null +++ b/programming/language/python3/python3-backports.functools_lru_cache/translations.xml @@ -0,0 +1,8 @@ + + + + python3-backports.functools_lru_cache + Python 3.3'ten functions.lru_cache modülünün backportu + ActiveState tarafından yayımlandığı gibi Python 3.3'teki functools.lru_cache modülünün geriye dönüklüğünü sağlayan python3 kitaplığıdır. + + \ No newline at end of file