summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-20 20:22:00 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-20 22:43:51 +0200
commit535c3ac423cba01787d718e038ec8e5410bfa779 (patch)
treef81cd695c4f8ed6313c7603596e2775ccf6e705a /dev-python/dynd-python
parentdev-python/clang-python: [QA] Add missing python metadata variables (diff)
downloadgentoo-535c3ac423cba01787d718e038ec8e5410bfa779.tar.gz
gentoo-535c3ac423cba01787d718e038ec8e5410bfa779.tar.bz2
gentoo-535c3ac423cba01787d718e038ec8e5410bfa779.zip
dev-python/dynd-python: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/dynd-python')
-rw-r--r--dev-python/dynd-python/dynd-python-0.6.5.ebuild6
-rw-r--r--dev-python/dynd-python/dynd-python-0.6.6.ebuild4
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/dynd-python/dynd-python-0.6.5.ebuild b/dev-python/dynd-python/dynd-python-0.6.5.ebuild
index bc001a728567..05a89c06c00d 100644
--- a/dev-python/dynd-python/dynd-python-0.6.5.ebuild
+++ b/dev-python/dynd-python/dynd-python-0.6.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,13 +15,13 @@ HOMEPAGE="https://github.com/ContinuumIO/dynd-python"
SRC_URI="https://github.com/ContinuumIO/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
-
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
IUSE="doc test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
+ ${PYTHON_DEPS}
~dev-libs/libdynd-${PV}
>=dev-python/numpy-1.5[${PYTHON_USEDEP}]
"
diff --git a/dev-python/dynd-python/dynd-python-0.6.6.ebuild b/dev-python/dynd-python/dynd-python-0.6.6.ebuild
index 4b25c45f881b..2c4ec25d899f 100644
--- a/dev-python/dynd-python/dynd-python-0.6.6.ebuild
+++ b/dev-python/dynd-python/dynd-python-0.6.6.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=5
@@ -18,8 +18,10 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
+ ${PYTHON_DEPS}
~dev-libs/libdynd-${PV}
>=dev-python/numpy-1.5[${PYTHON_USEDEP}]
"