python3-ifaddr:first pisi rel

This commit is contained in:
blue-devil
2020-05-19 02:45:45 +03:00
parent 07366a12f5
commit 80d4cfb47f
3 changed files with 65 additions and 0 deletions
@@ -0,0 +1,13 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,44 @@
<?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>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-ifaddr</Name>
<Summary xml:lang="tr">Sistemdeki tüm ağ kartlarının IP addreslerini numaralandırıp sıralayabilen bir python3 kitaplığıdır.</Summary>
<Description xml:lang="tr">python3-ifaddr, bilgisayarınızda bulunan tüm ağ kartlarının ip adreslerini döndürebilen bir python3 kitaplığıdır.</Description>
</Source>
</PISI>