diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 20:26:14 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 22:43:57 +0200 |
commit | 49b6c9b983c00ddee5191d988ee1296e5cb9aeb0 (patch) | |
tree | 7e4d590c9a04f9ae97fafed40afc007029f5d0ff /dev-python/graph-tool | |
parent | dev-python/dynd-python: [QA] Add missing python metadata variables (diff) | |
download | gentoo-49b6c9b983c00ddee5191d988ee1296e5cb9aeb0.tar.gz gentoo-49b6c9b983c00ddee5191d988ee1296e5cb9aeb0.tar.bz2 gentoo-49b6c9b983c00ddee5191d988ee1296e5cb9aeb0.zip |
dev-python/graph-tool: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/graph-tool')
-rw-r--r-- | dev-python/graph-tool/graph-tool-2.16.ebuild | 4 | ||||
-rw-r--r-- | dev-python/graph-tool/graph-tool-2.19.ebuild | 5 | ||||
-rw-r--r-- | dev-python/graph-tool/graph-tool-2.2.44.ebuild | 4 | ||||
-rw-r--r-- | dev-python/graph-tool/graph-tool-9999.ebuild | 5 |
4 files changed, 8 insertions, 10 deletions
diff --git a/dev-python/graph-tool/graph-tool-2.16.ebuild b/dev-python/graph-tool/graph-tool-2.16.ebuild index ba2d76100ea9..ff7d3dad7821 100644 --- a/dev-python/graph-tool/graph-tool-2.16.ebuild +++ b/dev-python/graph-tool/graph-tool-2.16.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 @@ -21,6 +21,7 @@ HOMEPAGE="http://graph-tool.skewed.de/" LICENSE="GPL-3" SLOT="0" IUSE="+cairo openmp" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" # Bug #536734; configure sets boostlib 1.53.0 but 1.54.0 is required RDEPEND="${PYTHON_DEPS} @@ -54,7 +55,6 @@ pkg_pretend() { src_prepare() { default [[ ${PV} == "9999" ]] && eautoreconf - >py-compile python_copy_sources } diff --git a/dev-python/graph-tool/graph-tool-2.19.ebuild b/dev-python/graph-tool/graph-tool-2.19.ebuild index 2976d1e36a46..f6a94cb3f9b6 100644 --- a/dev-python/graph-tool/graph-tool-2.19.ebuild +++ b/dev-python/graph-tool/graph-tool-2.19.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 @@ -21,6 +21,7 @@ HOMEPAGE="https://graph-tool.skewed.de/" LICENSE="GPL-3" SLOT="0" IUSE="+cairo openmp" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} @@ -38,8 +39,6 @@ DEPEND="${RDEPEND} dev-cpp/sparsehash virtual/pkgconfig" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - # bug 453544 CHECKREQS_DISK_BUILD="6G" diff --git a/dev-python/graph-tool/graph-tool-2.2.44.ebuild b/dev-python/graph-tool/graph-tool-2.2.44.ebuild index f57f3a0b72c3..b60d8346525f 100644 --- a/dev-python/graph-tool/graph-tool-2.2.44.ebuild +++ b/dev-python/graph-tool/graph-tool-2.2.44.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 @@ -20,6 +20,7 @@ HOMEPAGE="http://graph-tool.skewed.de/" LICENSE="GPL-3" SLOT="0" IUSE="+cairo openmp" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" # Bug #536734; configure sets boostlib 1.53.0 but 1.54.0 is required CDEPEND="${PYTHON_DEPS} @@ -53,7 +54,6 @@ pkg_pretend() { src_prepare() { [[ ${PV} == "9999" ]] && eautoreconf - >py-compile python_copy_sources } diff --git a/dev-python/graph-tool/graph-tool-9999.ebuild b/dev-python/graph-tool/graph-tool-9999.ebuild index 2976d1e36a46..f6a94cb3f9b6 100644 --- a/dev-python/graph-tool/graph-tool-9999.ebuild +++ b/dev-python/graph-tool/graph-tool-9999.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 @@ -21,6 +21,7 @@ HOMEPAGE="https://graph-tool.skewed.de/" LICENSE="GPL-3" SLOT="0" IUSE="+cairo openmp" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} @@ -38,8 +39,6 @@ DEPEND="${RDEPEND} dev-cpp/sparsehash virtual/pkgconfig" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - # bug 453544 CHECKREQS_DISK_BUILD="6G" |