python-singledispatch:firt rel
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
#!/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 pythonmodules
|
||||||
|
|
||||||
|
def build():
|
||||||
|
pythonmodules.compile()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
pythonmodules.install()
|
||||||
@@ -0,0 +1,43 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>python-singledispatch</Name>
|
||||||
|
<Homepage>https://bitbucket.org/ambv/singledispatchs</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>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>python-singledispatch</Name>
|
||||||
|
<Summary xml:lang="tr">functools.singledispatch yordamının python 3.4'ten geriye dönüklüğünü sağlayan kitaplık.</Summary>
|
||||||
|
<Description xml:lang="tr">python-singledispatch, functools.singledispatch yordamının python 3.4'ten geriye dönüklüğünü sağlayan kitaplığı sağlar.</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user