Files
main/programming/language/python3/python3-ifaddr/pspec.xml
T
2020-05-19 02:45:45 +03:00

44 lines
1.7 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="fc151270d72327a1f7bec1e583261b31f74e2fc2" type="targz">https://github.com/pydron/ifaddr/archive/0.1.6.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="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>