Files
main/programming/language/python3/python3-backports.functools_lru_cache/pspec.xml
T

45 lines
1.8 KiB
XML

<?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>