Files

68 lines
2.6 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://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="1138f9e884e420c55a58a4ca7c08dc67b803c5d3" type="targz">https://github.com/jaraco/backports.functools_lru_cache/archive/v1.6.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>pip3</Dependency>
<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="3">
<Date>2025-07-01</Date>
<Version>1.6.4</Version>
<Comment>Rebuild for fix conflict</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="3">
<Date>2023-10-17</Date>
<Version>1.6.4</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-10-28</Date>
<Version>1.6.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<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>