python3-backports.functools_lru_cache:first pisi rel

This commit is contained in:
blue-devil
2020-05-19 02:45:31 +03:00
parent 10a6961c3b
commit 07366a12f5
3 changed files with 69 additions and 0 deletions
@@ -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")
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-backports.functools_lru_cache</Name>
<Homepage>https://github.com/jaraco/backports.functools_lru_cache</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Backport of functools.lru_cache from Python 3.3</Summary>
<Description>Backport of functools.lru_cache from Python 3.3 as published at ActiveState.</Description>
<Archive sha1sum="4120a77124ac33b17b90b759aa6bf32bb5fbfcf5" type="targz">https://github.com/jaraco/backports.functools_lru_cache/archive/v1.6.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-setuptools-scm</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-backports.functools_lru_cache</Name>
<Summary>Backport of functools.lru_cache from Python 3.3</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-backports.functools_lru_cache</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-12-24</Date>
<Version>1.6.1</Version>
<Comment>First release</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-backports.functools_lru_cache</Name>
<Summary xml:lang="tr">Python 3.3'ten functions.lru_cache modülünün backportu</Summary>
<Description xml:lang="tr">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.</Description>
</Source>
</PISI>