From 8b22836ebd2905b6f5749a46f77005baa08f096c Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sun, 29 Jan 2017 20:53:00 +0300 Subject: [PATCH 1/4] python-docker-py:add dep --- programming/language/python/python-docker-py/pspec.xml | 1 + 1 file changed, 1 insertion(+) 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 From b11d2f19e991e4d39f0cfde9fe22bcf4c68c6d43 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sun, 29 Jan 2017 21:05:18 +0300 Subject: [PATCH 2/4] python-lxml:fix url --- programming/language/python/python-lxml/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 5f108103eb953b5525d3fc89b0142105fb675cff Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sun, 29 Jan 2017 21:14:39 +0300 Subject: [PATCH 3/4] python-numpy:v.bump --- programming/language/python/python-numpy/pspec.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 From e090299f10132d4d826b24a0e9563d743457d2c0 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sun, 29 Jan 2017 21:18:43 +0300 Subject: [PATCH 4/4] python-numpy:fix actions --- programming/language/python/python-numpy/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")