Files
main/programming/language/python/python-configparser/pspec.xml
T
2020-02-20 12:13:14 +03:00

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