+++ /dev/null
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit cmake-utils python-single-r1
-
-DESCRIPTION="Boost.Python interface for NumPy"
-HOMEPAGE="https://github.com/ndarray/Boost.NumPy"
-
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/ndarray/Boost.NumPy.git"
-else
- SRC_URI="https://dev.gentoo.org/~heroxbd/${P}.tar.xz"
-fi
-
-LICENSE="Boost-1.0"
-SLOT=0
-KEYWORDS=""
-
-IUSE="doc examples"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- ${PYTHON_DEPS}
- dev-python/numpy[${PYTHON_USEDEP}]
- <dev-libs/boost-1.70[python,${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- # Make sure that new Python ABI names are searched too
- sed -i \
- -e 's/PythonLibsNew/PythonLibs/' \
- -e 's/python3/python/' \
- CMakeLists.txt || die
-
- cmake-utils_src_prepare
-}
-
-src_install() {
- cmake-utils_src_install
-
- use doc && dodoc -r libs/numpy/doc/*
- use examples && dodoc -r libs/numpy/example
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>heroxbd@gentoo.org</email>
- <name>Benda Xu</name>
- </maintainer>
- <longdescription>It is intended as a replacement for the old numeric support in Boost.Python proper, which is now out-of-date and does not support C/C++ pointer access to the data.</longdescription>
- <upstream>
- <remote-id type="github">ndarray/Boost.NumPy</remote-id>
- </upstream>
-</pkgmetadata>
# Removal in 30 days
dev-util/idutils
-# David Seifert <soap@gentoo.org> (2019-12-10)
-# Never keyworded, only worked with specific versions of boost that are
-# gone, integrated into boost as dev-libs/boost[python,numpy] nowadays.
-# Removal in 7 days.
-dev-libs/boost-numpy
-
# David Seifert <soap@gentoo.org> (2019-12-10)
# Abandoned upstream, broken ncurses linking, last release 8 years ago.
# Bug #677742, #696228. Removal in 30 days.