1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-ipaddress</Name>
- <Homepage>https://github.com/phihag/ipaddress</Homepage>
- <Packager>
- <Name>Blue DeviL</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <PartOf>programming.language.python</PartOf>
- <License>PSFL</License>
- <IsA>library</IsA>
- <Summary>Python 3.3+'s ipaddress for older Python versions</Summary>
- <Description>python-ipaddress ipaddress provides the capabilities to create, manipulate and operate on IPv4 and IPv6 addresses and networks. This module is a backport for python 2.7 and python versions up to 3.2.</Description>
- <Archive sha1sum="8446393aaedd42401926f4469486b939dcd3fca9" type="targz">https://github.com/phihag/ipaddress/archive/v1.0.23.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python-setuptools</Dependency>
- <Dependency>python-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-ipaddress</Name>
- <Summary>ipaddress module for python</Summary>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2019-11-25</Date>
- <Version>1.0.23</Version>
- <Comment>First release</Comment>
- <Name>Blue DeviL</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- </History>
- </PISI>
|