12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?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="541ae6f58cea5c320c6c0eef5b93bbb5bbfdd97a" type="targz">https://github.com/jaraco/configparser/archive/v5.0.0.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="2">
- <Date>2020-03-27</Date>
- <Version>5.0.0</Version>
- <Comment>Major version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <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>
|