123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-path-py</Name>
- <Homepage>https://pypi.org/project/path.py/</Homepage>
- <Packager>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <PartOf>programming.language.python</PartOf>
- <License>MIT</License>
- <IsA>library</IsA>
- <Summary>A module wrapper for os.path.</Summary>
- <Description>python-path-py (aka path pie) implements path objects as first-class entities, allowing common operations on files to be invoked on those path objects directly..</Description>
- <Archive sha1sum="6513ca015c7e5fcc34952e8fb79a5d12b1d9dba4" type="targz">https://pypi.org/packages/source/p/path.py/path.py-11.5.2.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python-devel</Dependency>
- <Dependency>python-setuptools</Dependency>
- <Dependency>python-setuptools-scm</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-path-py</Name>
- <Summary>A module wrapper for os.path.</Summary>
- <RuntimeDependencies>
- <Dependency>python</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/python2*</Path>
- <Path fileType="doc">/usr/share/doc/python-path-py</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2020-05-24</Date>
- <Version>11.5.2</Version>
- <Comment>First Pisi Release</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- </History>
- </PISI>
|