diff --git a/programming/language/python/python-docker-py/pspec.xml b/programming/language/python/python-docker-py/pspec.xml index 4aa9c7ccaa..ab8cf0207f 100644 --- a/programming/language/python/python-docker-py/pspec.xml +++ b/programming/language/python/python-docker-py/pspec.xml @@ -17,6 +17,7 @@ python-websocket-client python-six python-requests + pip diff --git a/programming/language/python/python-lxml/pspec.xml b/programming/language/python/python-lxml/pspec.xml index f50b72d8d6..880f66c5d2 100644 --- a/programming/language/python/python-lxml/pspec.xml +++ b/programming/language/python/python-lxml/pspec.xml @@ -13,7 +13,7 @@ library lxml is the most feature-rich and easy-to-use library lxml is the most feature-rich and easy-to-use library for working with XML and HTML in the Python language. - http://lxml.de/files/lxml-3.7.2.tgz + https://files.pythonhosted.org/packages/66/45/f11fc376f784c6f2e77ffc7a9d02374ff3ceb07ede8c56f918939409577c/lxml-3.7.2.tar.gz libxml2-devel python-devel diff --git a/programming/language/python/python-numpy/actions.py b/programming/language/python/python-numpy/actions.py index 7ff3de5fd6..e0bfe2e49b 100644 --- a/programming/language/python/python-numpy/actions.py +++ b/programming/language/python/python-numpy/actions.py @@ -24,7 +24,7 @@ def build(): def install(): pythonmodules.install(NUMPY_FCONFIG) - pisitools.doman("numpy/f2py/f2py.1") + pisitools.doman("doc/f2py/f2py.1") - pisitools.insinto(f2py_docs, "numpy/f2py/docs/*.txt") + pisitools.insinto(f2py_docs, "doc/f2py/*.txt") pisitools.dodoc("COMPATIBILITY", "DEV_README.txt", "LICENSE.txt", "THANKS.txt") diff --git a/programming/language/python/python-numpy/pspec.xml b/programming/language/python/python-numpy/pspec.xml index 56dbe1aea5..d4125a4d1c 100644 --- a/programming/language/python/python-numpy/pspec.xml +++ b/programming/language/python/python-numpy/pspec.xml @@ -12,10 +12,11 @@ library The fundamental package needed for scientific computing with Python Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities. - mirrors://sourceforge/numpy/numpy-1.11.2.tar.gz + https://github.com/numpy/numpy/releases/download/v1.12.0/numpy-1.12.0.tar.gz python-devel python-nose + python-setuptools libgfortran lapack-devel @@ -46,8 +47,8 @@ - 2017-01-25 - 1.11.2 + 2017-01-29 + 1.12.0 Version Bump Pisi Linux Community admin@pisilinux.org