12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-zipp</Name>
- <Homepage>https://github.com/jaraco/zipp</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 pathlib-compatible Zipfile object wrapper.</Summary>
- <Description>A pathlib-compatible Zipfile object wrapper. A backport of the Path object.</Description>
- <Archive sha1sum="1cfe052ce5d08757a8e1e1fbba11595c838a2a86" type="targz">https://github.com/jaraco/zipp/archive/v3.0.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python-setuptools-scm</Dependency>
- <Dependency>python-setuptools</Dependency>
- <Dependency>python-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-zipp</Name>
- <Summary>A pathlib-compatible Zipfile object wrapper.</Summary>
- <Files>
- <Path fileType="doc">/usr/share/doc/python-zipp</Path>
- <Path fileType="library">/usr/lib/python2*</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2020-02-18</Date>
- <Version>3.0.0</Version>
- <Comment>Ver. bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="1">
- <Date>2020-02-17</Date>
- <Version>2.2.0</Version>
- <Comment>First pisi release.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- </History>
- </PISI>
|