1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-pathlib2</Name>
- <Homepage>https://github.com/mcmtroffaes/pathlib2</Homepage>
- <Packager>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <PartOf>programming.language.python</PartOf>
- <License>MIT</License>
- <IsA>library</IsA>
- <Summary>Fork of pathlib aiming to support the full stdlib Python API.</Summary>
- <Description>Backport of pathlib aiming to support the full stdlib Python API. As of January 1 2020, this repository will no longer receive any further updates, as Python 2 is no longer supported.</Description>
- <Archive sha1sum="8b1bba0ba13d90b363f3b008d2646761ba5250ab" type="targz">https://github.com/mcmtroffaes/pathlib2/archive/2.3.5.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python-setuptools</Dependency>
- <Dependency>python-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-pathlib2</Name>
- <Summary>Fork of pathlib aiming to support the full stdlib Python API.</Summary>
- <RuntimeDependencies>
- <Dependency>python-scandir</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/doc/python-pathlib2</Path>
- <Path fileType="library">/usr/lib/python2*</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2020-02-18</Date>
- <Version>2.3.5</Version>
- <Comment>First pisi release.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- </History>
- </PISI>
|