Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,27 @@ +name : python-ipaddress +version : 1.0.18 +release : 1 +source : + - https://pypi.io/packages/source/i/ipaddress/ipaddress-1.0.18.tar.gz : 5d8534c8e185f2d8a1fda1ef73f2c8f4b23264e8e30063feeb9511d492a413e1 +license : Python-2.0 +component : programming.python +summary : Port of the python 3.3+ ipaddress module to 2.6+ +description: | + ipaddress provides the capabilities to create, manipulate + and operate on IPv4 and IPv6 addresses and networks. + + The functions and classes in this module make it straightforward to + handle various tasks related to IP addresses, including checking + whether or not two hosts are on the same subnet, iterating over all + hosts in a particular subnet, checking whether or not a string + represents a valid IP address or network definition, and so on. +replaces : + - python-ipaddr +build : | + %python_setup +install : | + %python_install +check : | + pushd $PKG_BUILD_DIR/py2build + python test_ipaddress.py + popd Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,53 @@ + + + python-ipaddress + + Pierre-Yves + pyu@riseup.net + + Python-2.0 + programming.python + Port of the python 3.3+ ipaddress module to 2.6+ + ipaddress provides the capabilities to create, manipulate +and operate on IPv4 and IPv6 addresses and networks. + +The functions and classes in this module make it straightforward to +handle various tasks related to IP addresses, including checking +whether or not two hosts are on the same subnet, iterating over all +hosts in a particular subnet, checking whether or not a string +represents a valid IP address or network definition, and so on. + + https://solus-project.com/sources/README.Solus + + + python-ipaddress + Port of the python 3.3+ ipaddress module to 2.6+ + ipaddress provides the capabilities to create, manipulate +and operate on IPv4 and IPv6 addresses and networks. + +The functions and classes in this module make it straightforward to +handle various tasks related to IP addresses, including checking +whether or not two hosts are on the same subnet, iterating over all +hosts in a particular subnet, checking whether or not a string +represents a valid IP address or network definition, and so on. + + programming.python + + /usr/lib/python2.7/site-packages/ipaddress-1.0.18-py2.7.egg-info + /usr/lib/python2.7/site-packages/ipaddress.py + /usr/lib/python2.7/site-packages/ipaddress.pyc + + + python-ipaddr + + + + + 2017-12-01 + 1.0.18 + Packaging update + Pierre-Yves + pyu@riseup.net + + + \ No newline at end of file