Files
2024-05-03 17:59:40 +03:00

50 lines
1.8 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-netifaces</Name>
<Homepage>https://pypi.org/project/netifaces/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<Summary>Portable module to access network interface information in Python</Summary>
<Icon>python3-netifaces</Icon>
<Description>Portable module to access network interface information in Python</Description>
<Archive sha1sum="c1dd2b481a0101eb518bf47bdf40ea53ab61ca62" type="targz">https://files.pythonhosted.org/packages/a6/91/86a6eac449ddfae239e93ffc1918cf33fd9bab35c04d1e963b311e347a73/netifaces-0.11.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-netifaces.patch</Patch>
<Patch level="1">python3-netifaces.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-netifaces</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-05-03</Date>
<Version>0.11.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>