commit:     3d7869bdc01bda59df44003c3db54b69d2bc9317
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 29 19:02:49 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Dec 29 19:02:49 2018 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=3d7869bd

dev-python/numpy: in tree version works

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 dev-python/numpy/Manifest                          |   4 -
 dev-python/numpy/files/numpy-1.10.1-musl-fix.patch |  20 ---
 .../files/numpy-1.10.2-no-hardcode-blas.patch      |  64 ---------
 dev-python/numpy/metadata.xml                      |  23 ----
 dev-python/numpy/numpy-1.10.4.ebuild               | 153 ---------------------
 5 files changed, 264 deletions(-)

diff --git a/dev-python/numpy/Manifest b/dev-python/numpy/Manifest
deleted file mode 100644
index 2150cf4..0000000
--- a/dev-python/numpy/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST numpy-1.10.4.tar.gz 4069996 SHA256 
7356e98fbcc529e8d540666f5a919912752e569150e9a4f8d869c686f14c720b SHA512 
57ace46e357d49be0efd904e5ceb9862c626c916987c8798a12de7ae1e06816ad8483439ac4619792a04889631b5998f2397dc601c78dea33a784b4831c19c79
 WHIRLPOOL 
76946c2543b1cade06d71f83fd507bd818c1090baa9c3ddda7d1f48d48ed23672c5d9de76db890df990c6d8b7b26b71d3ce733c448943ad4177374a957360d1c
-DIST numpy-html-1.10.1.zip 9663942 SHA256 
4af48eb5abf2551f01d85aea7e9a99a30096777f02937dc185b16bb72a110366 SHA512 
9d1f3619b801c88604a0495290da4ae8cfb4800257d549214363c554c1dc09a736425d594ed88f492afee6ae7c68fe5c166b9b3a8f24637ea41d67fd23b9d9f9
 WHIRLPOOL 
d6c93e31e31c832fb21f117d03719e0375ee3d27fb6f7975bfcd12469df4a2ed0a25a16bd09a0e2113407446efc220e5bff534f7cd76a715c3d7df26c02f07a1
-DIST numpy-ref-1.10.1.pdf 5382006 SHA256 
72ae03348d0375ff2f18056efd04e815cc1d27b738d0685c80f5204a496bc279 SHA512 
25085eb7cb80343abffe04ee01ea93603427913ba4443fbfdaa1ef1ad07a8642c47259d0bb1cb91a9059f786c03395bba76f608c6f0a2fd26d1afec4847d885c
 WHIRLPOOL 
d904d9b2824bfb08a0eeffeb37f7d646d003c39230d950d387e2ddc8e475a117b8305a0ce3dc479be72f010b1a868f22ddfde17e6c4cd7c56630bbdf09afb90e
-DIST numpy-user-1.10.1.pdf 406114 SHA256 
5180a5a1333365e474aabba9d6edd25276e79179fd708bb3989d95dc4e76215f SHA512 
998bce3777944e7b366c619e968ac4b6cc4351cd2819d6ecba7f422e20b6cd4d7332a8dede4036cd12e85b24c4c3d973bd9ef2d407610369c2591fce990fa8f4
 WHIRLPOOL 
4b53256663840738d288d38c4151e01ecfb515ebd4f69bb4330f4c5589642b3392a0a300f3def53df6bee8746f127a3af0d284601f288f4c4292df8b6de39f71

diff --git a/dev-python/numpy/files/numpy-1.10.1-musl-fix.patch 
b/dev-python/numpy/files/numpy-1.10.1-musl-fix.patch
deleted file mode 100644
index b5b891c..0000000
--- a/dev-python/numpy/files/numpy-1.10.1-musl-fix.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/numpy/core/src/private/npy_config.h.orig 2015-08-11 19:03:43.000000000 
+0200
-+++ b/numpy/core/src/private/npy_config.h      2015-10-08 08:20:25.489203036 
+0200
-@@ -71,7 +71,7 @@
- 
- 
- /* Disable broken gnu trig functions on linux */
--#if defined(__linux__) && defined(__GNUC__)
-+#if defined(__linux__) && defined(__GLIBC__)
- 
- #if defined(HAVE_FEATURES_H)
- #include <features.h>
-@@ -96,6 +96,6 @@
- #endif
- #undef TRIG_OK
- 
--#endif /* defined(__linux__) && defined(__GNUC__) */
-+#endif /* defined(__linux__) && defined(__GLIBC__) */
- 
- #endif
-

diff --git a/dev-python/numpy/files/numpy-1.10.2-no-hardcode-blas.patch 
b/dev-python/numpy/files/numpy-1.10.2-no-hardcode-blas.patch
deleted file mode 100644
index db4a47d..0000000
--- a/dev-python/numpy/files/numpy-1.10.2-no-hardcode-blas.patch
+++ /dev/null
@@ -1,64 +0,0 @@
- numpy/distutils/system_info.py | 29 +++++------------------------
- 1 file changed, 5 insertions(+), 24 deletions(-)
-
-diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py
-index d7eb49e..aa62b09 100644
---- a/numpy/distutils/system_info.py
-+++ b/numpy/distutils/system_info.py
-@@ -306,26 +306,7 @@ def get_info(name, notfound_action=0):
-       1 - display warning message
-       2 - raise error
-     """
--    cl = {'atlas': atlas_info,  # use lapack_opt or blas_opt instead
--          'atlas_threads': atlas_threads_info,                # ditto
--          'atlas_blas': atlas_blas_info,
--          'atlas_blas_threads': atlas_blas_threads_info,
--          'lapack_atlas': lapack_atlas_info,  # use lapack_opt instead
--          'lapack_atlas_threads': lapack_atlas_threads_info,  # ditto
--          'atlas_3_10': atlas_3_10_info,  # use lapack_opt or blas_opt instead
--          'atlas_3_10_threads': atlas_3_10_threads_info,                # 
ditto
--          'atlas_3_10_blas': atlas_3_10_blas_info,
--          'atlas_3_10_blas_threads': atlas_3_10_blas_threads_info,
--          'lapack_atlas_3_10': lapack_atlas_3_10_info,  # use lapack_opt 
instead
--          'lapack_atlas_3_10_threads': lapack_atlas_3_10_threads_info,  # 
ditto
--          'mkl': mkl_info,
--          # openblas which may or may not have embedded lapack
--          'openblas': openblas_info,          # use blas_opt instead
--          # openblas with embedded lapack
--          'openblas_lapack': openblas_lapack_info, # use blas_opt instead
--          'lapack_mkl': lapack_mkl_info,      # use lapack_opt instead
--          'blas_mkl': blas_mkl_info,          # use blas_opt instead
--          'x11': x11_info,
-+    cl = {'x11': x11_info,
-           'fft_opt': fft_opt_info,
-           'fftw': fftw_info,
-           'fftw2': fftw2_info,
-@@ -1690,7 +1671,7 @@ class blas_info(system_info):
-             lib = self.has_cblas(info)
-             if lib is not None:
-                 info['language'] = 'c'
--                info['libraries'] = [lib]
-+                info['libraries'] = lib
-                 info['define_macros'] = [('HAVE_CBLAS', None)]
-         self.set_info(**info)
- 
-@@ -1722,16 +1703,16 @@ class blas_info(system_info):
-                 # check for cblas lib, and if not present check for blas lib.
-                 try:
-                     c.link_executable(obj, os.path.join(tmpdir, "a.out"),
--                                      libraries=["cblas"],
-+                                      libraries=info["libraries"],
-                                       library_dirs=info['library_dirs'],
-                                       
extra_postargs=info.get('extra_link_args', []))
--                    res = "cblas"
-+                    res = info["libraries"]
-                 except distutils.ccompiler.LinkError:
-                     c.link_executable(obj, os.path.join(tmpdir, "a.out"),
-                                       libraries=["blas"],
-                                       library_dirs=info['library_dirs'],
-                                       
extra_postargs=info.get('extra_link_args', []))
--                    res = "blas"
-+                    res = ["blas"]
-             except distutils.ccompiler.CompileError:
-                 res = None
-         finally:

diff --git a/dev-python/numpy/metadata.xml b/dev-python/numpy/metadata.xml
deleted file mode 100644
index 2890261..0000000
--- a/dev-python/numpy/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>s...@gentoo.org</email>
-    <name>Gentoo Science Project</name>
-  </maintainer>
-  <maintainer type="project">
-    <email>pyt...@gentoo.org</email>
-    <name>Python</name>
-  </maintainer>
-  <longdescription lang="en">
-  NumPy is a general-purpose array-processing Python package designed to
-  efficiently manipulate large multi-dimensional arrays of arbitrary
-  records without sacrificing too much speed for small multi-dimensional
-  arrays. There are also basic facilities for discrete fourier transform,
-  basic linear algebra and random number generation.
-  It is the successor of Numeric and numarray.
-</longdescription>
-  <upstream>
-    <remote-id type="pypi">numpy</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/numpy/numpy-1.10.4.ebuild 
b/dev-python/numpy/numpy-1.10.4.ebuild
deleted file mode 100644
index 97be327..0000000
--- a/dev-python/numpy/numpy-1.10.4.ebuild
+++ /dev/null
@@ -1,153 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-PYTHON_REQ_USE="threads(+)"
-
-FORTRAN_NEEDED=lapack
-
-inherit distutils-r1 eutils flag-o-matic fortran-2 multilib multiprocessing 
toolchain-funcs versionator
-
-DOC_PV="1.10.1"
-DOC_P="${PN}-${DOC_PV}"
-
-DESCRIPTION="Fast array and numerical python library"
-HOMEPAGE="http://www.numpy.org/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
-       doc? (
-               http://docs.scipy.org/doc/${DOC_P}/${PN}-html-${DOC_PV}.zip
-               http://docs.scipy.org/doc/${DOC_P}/${PN}-ref-${DOC_PV}.pdf
-               http://docs.scipy.org/doc/${DOC_P}/${PN}-user-${DOC_PV}.pdf
-       )"
-# It appears the docs haven't been upgraded, still @ 1.8.1
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~mips ppc x86"
-IUSE="doc lapack test"
-
-RDEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       lapack? ( virtual/cblas virtual/lapack )"
-DEPEND="${RDEPEND}
-       doc? ( app-arch/unzip )
-       lapack? ( virtual/pkgconfig )
-       test? ( >=dev-python/nose-1.0[${PYTHON_USEDEP}] )"
-
-# Uses distutils.command.config.
-DISTUTILS_IN_SOURCE_BUILD=1
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.10.2-no-hardcode-blas.patch
-       "${FILESDIR}"/${PN}-1.10.1-musl-fix.patch
-)
-
-src_unpack() {
-       default
-       if use doc; then
-               unzip -qo "${DISTDIR}"/${PN}-html-${DOC_PV}.zip -d html || die
-       fi
-}
-
-pc_incdir() {
-       $(tc-getPKG_CONFIG) --cflags-only-I $@ | \
-               sed -e 's/^-I//' -e 's/[ ]*-I/:/g' -e 's/[ ]*$//' -e 's|^:||'
-}
-
-pc_libdir() {
-       $(tc-getPKG_CONFIG) --libs-only-L $@ | \
-               sed -e 's/^-L//' -e 's/[ ]*-L/:/g' -e 's/[ ]*$//' -e 's|^:||'
-}
-
-pc_libs() {
-       $(tc-getPKG_CONFIG) --libs-only-l $@ | \
-               sed -e 's/[ ]-l*\(pthread\|m\)\([ ]\|$\)//g' \
-               -e 's/^-l//' -e 's/[ ]*-l/,/g' -e 's/[ ]*$//' \
-               | tr ',' '\n' | sort -u | tr '\n' ',' | sed -e 's|,$||'
-}
-
-python_prepare_all() {
-       if use lapack; then
-               append-ldflags "$($(tc-getPKG_CONFIG) --libs-only-other cblas 
lapack)"
-               local libdir="${EPREFIX}"/usr/$(get_libdir)
-               cat >> site.cfg <<-EOF
-                       [blas]
-                       include_dirs = $(pc_incdir cblas)
-                       library_dirs = $(pc_libdir cblas blas):${libdir}
-                       blas_libs = $(pc_libs cblas blas)
-                       [lapack]
-                       library_dirs = $(pc_libdir lapack):${libdir}
-                       lapack_libs = $(pc_libs lapack)
-               EOF
-       else
-               export {ATLAS,PTATLAS,BLAS,LAPACK,MKL}=None
-       fi
-
-       export CC="$(tc-getCC) ${CFLAGS}"
-
-       append-flags -fno-strict-aliasing
-
-       # See progress in http://projects.scipy.org/scipy/numpy/ticket/573
-       # with the subtle difference that we don't want to break Darwin where
-       # -shared is not a valid linker argument
-       if [[ ${CHOST} != *-darwin* ]]; then
-               append-ldflags -shared
-       fi
-
-       # only one fortran to link with:
-       # linking with cblas and lapack library will force
-       # autodetecting and linking to all available fortran compilers
-       append-fflags -fPIC
-       if use lapack; then
-               NUMPY_FCONFIG="config_fc --noopt --noarch"
-               # workaround bug 335908
-               [[ $(tc-getFC) == *gfortran* ]] && NUMPY_FCONFIG+=" 
--fcompiler=gnu95"
-       fi
-
-       # don't version f2py, we will handle it.
-       sed -i -e '/f2py_exe/s: + os\.path.*$::' numpy/f2py/setup.py || die
-
-       # we don't have f2py-3.3
-       sed \
-               -e 's:test_f2py:_&:g' \
-               -i numpy/tests/test_scripts.py || die
-
-       distutils-r1_python_prepare_all
-       epatch_user
-}
-
-python_compile() {
-       distutils-r1_python_compile \
-               $(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \
-               ${NUMPY_FCONFIG}
-}
-
-python_test() {
-       distutils_install_for_testing ${NUMPY_FCONFIG}
-
-       cd "${TMPDIR}" || die
-       ${EPYTHON} -c "
-import numpy, sys
-r = numpy.test(label='full', verbose=3)
-sys.exit(0 if r.wasSuccessful() else 1)" || die "Tests fail with ${EPYTHON}"
-}
-
-python_install() {
-       distutils-r1_python_install ${NUMPY_FCONFIG}
-}
-
-python_install_all() {
-       DOCS+=( COMPATIBILITY DEV_README.txt THANKS.txt )
-
-       if use doc; then
-               HTML_DOCS=( "${WORKDIR}"/html/. )
-               DOCS+=( "${DISTDIR}"/${PN}-{user,ref}-${DOC_PV}.pdf )
-       fi
-
-       distutils-r1_python_install_all
-
-       docinto f2py
-       dodoc doc/f2py/*.txt
-       doman doc/f2py/f2py.1
-}

Reply via email to