From 98de0462e35852cfb2cad1ee7ac06d682fd5cb0c Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sat, 3 Jun 2017 20:07:42 +0100 Subject: sci-chemistry/pymol-plugins-dynamics: Version Bump Drop old Package-Manager: Portage-2.3.6, Repoman-2.3.2 Signed-off-by: Justin Lecher --- .../pymol-plugins-dynamics-2.0.7.ebuild | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-2.0.7.ebuild (limited to 'sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-2.0.7.ebuild') diff --git a/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-2.0.7.ebuild b/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-2.0.7.ebuild new file mode 100644 index 000000000000..a860012cf6ff --- /dev/null +++ b/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-2.0.7.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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_foreach_impl python_domodule pymol_plugin_dynamics.py +} -- cgit v1.2.3-65-gdbad