diff --git a/programming/language/python3/python3-ipaddress/actions.py b/programming/language/python3/python3-ipaddress/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-ipaddress/actions.py @@ -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") \ No newline at end of file diff --git a/programming/language/python3/python3-ipaddress/pspec.xml b/programming/language/python3/python3-ipaddress/pspec.xml new file mode 100644 index 0000000000..ed80ebadfc --- /dev/null +++ b/programming/language/python3/python3-ipaddress/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-ipaddress + https://github.com/phihag/ipaddress + + Blue DeviL + bluedevil@sctzine.com + + programming.language.python3 + PSFL + library + Python 3.3+'s ipaddress for older Python versions + 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. + https://github.com/phihag/ipaddress/archive/v1.0.23.tar.gz + + python3-devel + python3-setuptools + + + + + python3-ipaddress + ipaddress module for python3.2- + + python3 + + + /usr/lib + /usr/share/doc + + + + + + 2019-11-25 + 1.0.23 + First release + Blue DeviL + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-ipaddress/translations.xml b/programming/language/python3/python3-ipaddress/translations.xml new file mode 100644 index 0000000000..22663a6d0b --- /dev/null +++ b/programming/language/python3/python3-ipaddress/translations.xml @@ -0,0 +1,8 @@ + + + + python3-ipaddress + Python3.2 ve daha düşük sürümler için ipaddress modülü + 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. + + \ No newline at end of file