diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 17:05:57 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 18:37:52 +0200 |
commit | d962e5d54dd601e11c933130246d97e1fb55f43c (patch) | |
tree | 478738aed6fddc8a1c112a6f10962b54a680d9f1 /sci-chemistry/pymol-plugins-caver | |
parent | sci-chemistry/pymol-plugins-bni-tools: [QA] Add missing python metadata varia... (diff) | |
download | gentoo-d962e5d54dd601e11c933130246d97e1fb55f43c.tar.gz gentoo-d962e5d54dd601e11c933130246d97e1fb55f43c.tar.bz2 gentoo-d962e5d54dd601e11c933130246d97e1fb55f43c.zip |
sci-chemistry/pymol-plugins-caver: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sci-chemistry/pymol-plugins-caver')
-rw-r--r-- | sci-chemistry/pymol-plugins-caver/pymol-plugins-caver-2.1.2.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sci-chemistry/pymol-plugins-caver/pymol-plugins-caver-2.1.2.ebuild b/sci-chemistry/pymol-plugins-caver/pymol-plugins-caver-2.1.2.ebuild index 95337d7cf2af..ffc1c59074aa 100644 --- a/sci-chemistry/pymol-plugins-caver/pymol-plugins-caver-2.1.2.ebuild +++ b/sci-chemistry/pymol-plugins-caver/pymol-plugins-caver-2.1.2.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 @@ -10,7 +10,7 @@ inherit multilib python-r1 eutils versionator java-utils-2 MY_PV="$(replace_all_version_separators _)" MY_P="Caver${MY_PV}_pymol_plugin" -DESCRIPTION="Calculation of pathways from buried cavities to outside solvent in protein structures" +DESCRIPTION="Calculation of pathways of proteins from buried cavities to outside solvent" HOMEPAGE="http://loschmidt.chemi.muni.cz/caver/" SRC_URI="${MY_P}.zip" @@ -18,11 +18,14 @@ LICENSE="CAVER" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" >=virtual/jre-1.6 - sci-chemistry/pymol[${PYTHON_USEDEP}]" -DEPEND="app-arch/unzip" + sci-chemistry/pymol[${PYTHON_USEDEP}] + ${PYTHON_DEPS}" +DEPEND="app-arch/unzip + ${PYTHON_DEPS}" RESTRICT="fetch" |