Files
main/programming/language/python3/python3-ifaddr/pspec.xml
T
2020-08-31 00:10:33 +02:00

51 lines
1.9 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-ifaddr</Name>
<Homepage>https://github.com/pydron/ifaddr</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Python3 Library to enumerate all network interfaces.</Summary>
<Description>python3-ifaddr is a small Python library that allows you to find all the IP addresses of the computer.</Description>
<Archive sha1sum="da4848ef4628e76e69d120ed83981592bdd05be5" type="targz">https://github.com/pydron/ifaddr/archive/0.1.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-ifaddr</Name>
<Summary>Python3 Library to enumerate all network interfaces.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-ifaddr</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2020-07-21</Date>
<Version>0.1.7</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2019-12-25</Date>
<Version>0.1.6</Version>
<Comment>First Pisi Release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>