python3-ipaddress:first pisi rel

This commit is contained in:
blue-devil
2020-05-19 02:45:56 +03:00
parent 80d4cfb47f
commit feed516962
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-ipaddress</Name>
<Homepage>https://github.com/phihag/ipaddress</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</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>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-ipaddress</Name>
<Summary>ipaddress module for python3.2-</Summary>
<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>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>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-ipaddress</Name>
<Summary xml:lang="tr">Python3.2 ve daha düşük sürümler için ipaddress modülü</Summary>
<Description xml:lang="tr">python-ipaddress modülü Python3.3 ile gelen ipaddress modülünün python 2.7 ve python 3.2'ye kadar olan sürümlerinde de çalışmasını sağlar.</Description>
</Source>
</PISI>