1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>ipaddr</Name>
- <Homepage>https://pypi.org/project/ipaddr/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>Apache</License>
- <IsA>library</IsA>
- <Summary>An IPv4/IPv6 manipulation library in Python</Summary>
- <Description>ipaddr.py is a library for working with IP addresses, both IPv4 and IPv6</Description>
- <Archive sha1sum="d2acca0d7eee9c21d103d11ddc1bd7a8cc9a5a27" type="targz">https://files.pythonhosted.org/packages/9d/a7/1b39a16cb90dfe491f57e1cab3103a15d4e8dd9a150872744f531b1106c1/ipaddr-2.2.0.tar.gz</Archive>
- <BuildDependencies>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>ipaddr</Name>
- <RuntimeDependencies>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="2">
- <Date>2020-06-04</Date>
- <Version>2.2.0</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2019-03-18</Date>
- <Version>2.2.0</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|