44 lines
1.9 KiB
XML
44 lines
1.9 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python-singledispatch</Name>
|
|
<Homepage>https://pypi.org/project/singledispatch/</Homepage>
|
|
<Packager>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Packager>
|
|
<PartOf>programming.language.python</PartOf>
|
|
<License>MIT</License>
|
|
<IsA>library</IsA>
|
|
<Summary>This library is a backport of functools.singledispatch to Python 2.6 - 3.3.</Summary>
|
|
<Description>This library is a backport of this functionality to Python 2.6 - 3.3. PEP 443 proposed to expose a mechanism in the functools standard library module in Python 3.4 that provides a simple form of generic programming known as single-dispatch generic functions.</Description>
|
|
<Archive sha1sum="852fe978c0f5abdf248eda80b56ef14905cf7f9f" type="targz">https://bitbucket.org/ambv/singledispatch/get/3.4.0.3.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python-setuptools</Dependency>
|
|
<Dependency>python-devel</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python-singledispatch</Name>
|
|
<Summary>This library is a backport of functools.singledispatch to Python 2.6 - 3.3.</Summary>
|
|
<RuntimeDependencies>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="doc">/usr/share/doc/python-singledispatch</Path>
|
|
<Path fileType="library">/usr/lib/python2*</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="1">
|
|
<Date>2020-03-18</Date>
|
|
<Version>3.4.0.3</Version>
|
|
<Comment>First pisi release.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|