diff --git a/programming/language/python/python-ipaddress/actions.py b/programming/language/python/python-ipaddress/actions.py new file mode 100644 index 0000000000..0fcf977541 --- /dev/null +++ b/programming/language/python/python-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() + +def install(): + pythonmodules.install() \ No newline at end of file diff --git a/programming/language/python/python-ipaddress/pspec.xml b/programming/language/python/python-ipaddress/pspec.xml new file mode 100644 index 0000000000..d7011b2060 --- /dev/null +++ b/programming/language/python/python-ipaddress/pspec.xml @@ -0,0 +1,41 @@ + + + + + python-ipaddress + https://github.com/phihag/ipaddress + + Blue DeviL + bluedevil@sctzine.com + + programming.language.python + 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 + + python-setuptools + python-devel + + + + + python-ipaddress + ipaddress module for python + + /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/python/python-ipaddress/translations.xml b/programming/language/python/python-ipaddress/translations.xml new file mode 100644 index 0000000000..f6a1e88fae --- /dev/null +++ b/programming/language/python/python-ipaddress/translations.xml @@ -0,0 +1,8 @@ + + + + python-ipaddress + Python 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