summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-20 15:56:12 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-20 18:36:54 +0200
commit2bbfea463543a752d4187ebf3f12556a07aee8cd (patch)
treeb308bd1d6d092232d840b35b8b1281bb45dee5b7
parentsci-astronomy/astrometry: [QA] Add missing python metadata variables (diff)
downloadgentoo-2bbfea463543a752d4187ebf3f12556a07aee8cd.tar.gz
gentoo-2bbfea463543a752d4187ebf3f12556a07aee8cd.tar.bz2
gentoo-2bbfea463543a752d4187ebf3f12556a07aee8cd.zip
sci-astronomy/casacore: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--sci-astronomy/casacore/casacore-2.0.3.ebuild10
-rw-r--r--sci-astronomy/casacore/casacore-2.1.0.ebuild10
2 files changed, 14 insertions, 6 deletions
diff --git a/sci-astronomy/casacore/casacore-2.0.3.ebuild b/sci-astronomy/casacore/casacore-2.0.3.ebuild
index 9935c87682f8..6742a90e7159 100644
--- a/sci-astronomy/casacore/casacore-2.0.3.ebuild
+++ b/sci-astronomy/casacore/casacore-2.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,6 +16,7 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
SLOT="0"
IUSE="c++11 +data doc fftw hdf5 openmp python threads test"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
sci-astronomy/wcslib:0=
@@ -26,8 +27,11 @@ RDEPEND="
data? ( sci-astronomy/casa-data )
fftw? ( sci-libs/fftw:3.0= )
hdf5? ( sci-libs/hdf5:0= )
- python? ( dev-libs/boost:0=[python,${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}] )"
+ python? (
+ ${PYTHON_DEPS}
+ dev-libs/boost:0=[python,${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ )"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen )
diff --git a/sci-astronomy/casacore/casacore-2.1.0.ebuild b/sci-astronomy/casacore/casacore-2.1.0.ebuild
index 0d90bfb3f67c..064b4da1bc65 100644
--- a/sci-astronomy/casacore/casacore-2.1.0.ebuild
+++ b/sci-astronomy/casacore/casacore-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,6 +16,7 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
SLOT="0"
IUSE="c++11 +data doc fftw hdf5 openmp python threads test"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
sci-astronomy/wcslib:0=
@@ -26,8 +27,11 @@ RDEPEND="
data? ( sci-astronomy/casa-data )
fftw? ( sci-libs/fftw:3.0= )
hdf5? ( sci-libs/hdf5:0= )
- python? ( dev-libs/boost:0=[python,${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}] )"
+ python? (
+ ${PYTHON_DEPS}
+ dev-libs/boost:0=[python,${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ )"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen )