Skip to content

Commit

Permalink
dev-libs/boost-numpy: [QA] Add missing python metadata variables
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
SoapGentoo committed Apr 23, 2017
1 parent 4ffd0b0 commit b766bcf
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions dev-libs/boost-numpy/boost-numpy-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python{2_7,3_4,3_5} )

inherit cmake-utils python-single-r1

DESCRIPTION="Boost.Python interface for NumPy"
HOMEPAGE="https://github.com/ndarray/Boost.NumPy"
if [ ${PV} == 9999 ]; then

if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="git://github.com/ndarray/Boost.NumPy.git \
https://github.com/ndarray/Boost.NumPy.git"
Expand All @@ -21,11 +23,13 @@ SLOT=0
KEYWORDS=""

IUSE="doc examples"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

CDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
RDEPEND="
${PYTHON_DEPS}
dev-python/numpy[${PYTHON_USEDEP}]
dev-libs/boost[python,${PYTHON_USEDEP}]"
DEPEND="${CDEPEND}"
RDEPEND="${CDEPEND}"
DEPEND="${RDEPEND}"

src_prepare() {
# Make sure that new Python ABI names are searched too
Expand Down

0 comments on commit b766bcf

Please sign in to comment.