1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-pyliblzma</Name>
- <Homepage>http://pypi.python.org/pypi/pyliblzma</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv3</License>
- <IsA>library</IsA>
- <Summary>Python bindings for lzma</Summary>
- <Description>pyliblzma provides a python interface for the liblzma library to read/write data that has been compressed/decompressed with lzma utils.</Description>
- <Archive sha1sum="6240ec6f830f35f4087b8926a95c2074320b7ed5" type="tarbz2">https://files.pythonhosted.org/packages/17/48/5292ade507dafe573360560ba53783395587dc42eb32b347feb2ac70fc6b/pyliblzma-0.5.3.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>xz-devel</Dependency>
- <Dependency>python-setuptools</Dependency>
- <Dependency>python-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-pyliblzma</Name>
- <RuntimeDependencies>
- <Dependency>xz</Dependency>
- <Dependency>python</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/lib/python2*</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2020-12-09</Date>
- <Version>0.5.3</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2019-12-27</Date>
- <Version>0.5.3</Version>
- <Comment>Rebuild</Comment>
- <Name>idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-07-15</Date>
- <Version>0.5.3</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-22</Date>
- <Version>0.5.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>0.5.3</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-02</Date>
- <Version>0.5.3</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|