commit 5278ed14ce5d805f14aab7007775d1a84a0ea81d Author: Tim Biermann <tbier@posteo.de> Date: Sun Dec 29 16:55:04 2019 +0100 python3-numpy: remove unneeded files diff --git a/python3-numpy/.footprint b/python3-numpy/.footprint index 516b2774a..58923d66b 100644 --- a/python3-numpy/.footprint +++ b/python3-numpy/.footprint @@ -201,7 +201,6 @@ drwxr-xr-x root/root usr/lib/python3.7/site-packages/numpy/core/tests/ drwxr-xr-x root/root usr/lib/python3.7/site-packages/numpy/core/tests/data/ -rw-r--r-- root/root usr/lib/python3.7/site-packages/numpy/core/tests/data/astype_copy.pkl -rw-r--r-- root/root usr/lib/python3.7/site-packages/numpy/core/tests/data/recarray_from_file.fits --rw-r--r-- root/root usr/lib/python3.7/site-packages/numpy/core/tests/data/umath-validation-set-README -rw-r--r-- root/root usr/lib/python3.7/site-packages/numpy/core/tests/data/umath-validation-set-cos -rw-r--r-- root/root usr/lib/python3.7/site-packages/numpy/core/tests/data/umath-validation-set-exp -rw-r--r-- root/root usr/lib/python3.7/site-packages/numpy/core/tests/data/umath-validation-set-log diff --git a/python3-numpy/.signature b/python3-numpy/.signature index 477d62303..8864934f6 100644 --- a/python3-numpy/.signature +++ b/python3-numpy/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3xS9R5lZKdtN0qxoOEivqs2koNN4zu9YhZEe25qSdTJqIUuZF7oKORJH1VDtfMiXGZPog3Rb6/bF1CLpXSvt8A8= -SHA256 (Pkgfile) = 426a88bf7e58cdfa0f2b268132a12f58016d909209dc45dce8c1e2d320fd1dc6 -SHA256 (.footprint) = 6e8bf70bf0f625f08f85b1ea431fe0e7c87cc661b26d76b70b4b72d455117f42 +RWSagIOpLGJF37QZ5pHcqN++m7ewtAXLTIfpN/g4a4XALIFNpVUdSdyxDggXe4VxL/VjNnGaJG6PwUnlWTojaGdefa2DMUym5gQ= +SHA256 (Pkgfile) = d4b7d7bf6b6536e886b3008b81e3a1f77821b37dfcd89219c5513cc5994e5111 +SHA256 (.footprint) = 79e4f08154c126700c851e171e0553226379ef411355373ae791db66daca1cde SHA256 (numpy-1.18.0.tar.gz) = e5eaf340489b76eef91352bf48b36e92ace07f6b0f1c87dcd3b5dbada97df03a diff --git a/python3-numpy/Pkgfile b/python3-numpy/Pkgfile index cce1533ba..839e86d51 100644 --- a/python3-numpy/Pkgfile +++ b/python3-numpy/Pkgfile @@ -21,5 +21,9 @@ build() { local pyv="$(python3 -c "import sys; print (sys.version_info[0], sys.version_info[1])" | sed -e 's/\ /./g')" rm $PKG/usr/lib/python$pyv/site-packages/numpy/LICENSE.txt + find $PKG \( \ + -iname "LICENSE.txt" -o \ + -iname "*README*" \ + \) -delete chmod -R g-w $PKG }