python-configparser:first pisi rel.

This commit is contained in:
blue-devil
2020-02-20 12:13:14 +03:00
parent 48a882d9b0
commit 7bbea6a2a2
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 pythonmodules
from pisi.actionsapi import shelltools
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","4.0.2")
def build():
pythonmodules.compile()
def install():
pythonmodules.install()
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-configparser</Name>
<Homepage>https://github.com/jaraco/configparser/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Backport of configparser from Python 3.</Summary>
<Description>The ancient ConfigParser module available in the standard library 2.x has seen a major update in Python 3.2. This is a backport of those changes so that they can be used directly in Python 2.6 - 3.5.</Description>
<Archive sha1sum="10840d869ec6acf99c2a5ad64a7156eaada02834" type="targz">https://github.com/jaraco/configparser/archive/v4.0.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools-scm</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-configparser</Name>
<Summary>Backport of configparser from Python 3</Summary>
<RuntimeDependencies>
<!--<Dependency>python-backports</Dependency>-->
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python-configparser</Path>
<Path fileType="library">/usr/lib/python2*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-17</Date>
<Version>4.0.2</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-configparser</Name>
<Summary xml:lang="tr">Python3'ten geriye dönüklüğü sağlamak için configparser modülü.</Summary>
<Description xml:lang="tr">python-configparser, python3'te gelen configparser modülünün geriye dönüklüğünü sağlar.</Description>
</Source>
</PISI>