12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-imagesize</Name>
- <Homepage>https://github.com/shibukawa/imagesize_py</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>BSD</License>
- <IsA>library</IsA>
- <Summary>Getting image size from png/jpeg/jpeg2000/gif file.</Summary>
- <Description>This module analyzes jpeg/jpeg2000/png/gif image header and return image size.</Description>
- <Archive sha1sum="b88a92cabe93b5a53faacb1cff4e50f8a2d9427a" type="targz">https://files.pythonhosted.org/packages/e4/9f/0452b459c8ba97e07c3cd2bd243783936a992006cf4cd1353c314a927028/imagesize-1.2.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python-devel</Dependency>
- <Dependency>python-setuptools</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-imagesize</Name>
- <Summary>Getting image size from png/jpeg/jpeg2000/gif file.</Summary>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2020-12-09</Date>
- <Version>1.2.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2019-12-29</Date>
- <Version>1.2.0</Version>
- <Comment>Version bump</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="3">
- <Date>2019-10-03</Date>
- <Version>1.1.0</Version>
- <Comment>Version bump</Comment>
- <Name>idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2018-08-15</Date>
- <Version>1.0.0</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2017-01-29</Date>
- <Version>0.7.1</Version>
- <Comment>First release</Comment>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|