diff options
Diffstat (limited to 'sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-2.0.4.ebuild')
-rw-r--r-- | sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-2.0.4.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-2.0.4.ebuild b/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-2.0.4.ebuild new file mode 100644 index 000000000000..1111c6110436 --- /dev/null +++ b/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-2.0.4.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit python-r1 + +MY_PN="Dynamics" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Molecular dynamics in Pymol" +HOMEPAGE="https://github.com/tomaszmakarewicz/Dynamics" +SRC_URI="https://github.com/tomaszmakarewicz/Dynamics/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND=" + ${PYTHON_DEPS} + sci-chemistry/prody[${PYTHON_USEDEP}] + " +RDEPEND="${DEPEND}" + +S="${WORKDIR}"/${MY_P} + +DOCS=( manual.odt ) + +src_install() { + python_moduleinto pmg_tk/startup + python_parallel_foreach_impl python_domodule pymol_plugin_dynamics.py +} |