diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2018-06-28 15:18:56 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2018-06-28 15:20:20 +0300 |
commit | e9411bcc454e0ce7757e44c1090792c61032b1fe (patch) | |
tree | a6b6042312bf90caf588187b7bd537f3eae73422 | |
parent | sci-chemistry/MDAnalysis: Version bump (diff) | |
download | gentoo-e9411bcc454e0ce7757e44c1090792c61032b1fe.tar.gz gentoo-e9411bcc454e0ce7757e44c1090792c61032b1fe.tar.bz2 gentoo-e9411bcc454e0ce7757e44c1090792c61032b1fe.zip |
profiles/updates: sci-chemistry/mdanalysis is now sci-chemistry/MDAnalysis
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
-rw-r--r-- | profiles/updates/2Q-2018 | 1 | ||||
-rw-r--r-- | sci-chemistry/mdanalysis/Manifest | 1 | ||||
-rw-r--r-- | sci-chemistry/mdanalysis/mdanalysis-0.7.7.ebuild | 34 | ||||
-rw-r--r-- | sci-chemistry/mdanalysis/metadata.xml | 8 |
4 files changed, 1 insertions, 43 deletions
diff --git a/profiles/updates/2Q-2018 b/profiles/updates/2Q-2018 index 7627f33add82..bcaf83bb7dc8 100644 --- a/profiles/updates/2Q-2018 +++ b/profiles/updates/2Q-2018 @@ -16,3 +16,4 @@ move kde-apps/okteta app-editors/okteta move games-puzzle/triptych-demo games-puzzle/triptych move media-sound/teamspeak-client-bin media-sound/teamspeak-client move media-sound/teamspeak-server-bin media-sound/teamspeak-server +move sci-chemistry/mdanalysis sci-chemistry/MDAnalysis diff --git a/sci-chemistry/mdanalysis/Manifest b/sci-chemistry/mdanalysis/Manifest deleted file mode 100644 index f99fa2210e2b..000000000000 --- a/sci-chemistry/mdanalysis/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST MDAnalysis-0.7.7.tar.gz 3262287 BLAKE2B e1161e44f40de99b425e5f9667c9d207ecc7ec5fd93b1d29bfaad52a0dc532f09ed754dc9c5898a273363a770c9ecec863286fcc40dc0296dbc5e2e20a91a1a4 SHA512 c26085c767ec213d5aa27709029e5a3b9df786c10e23e3841ffc9644e2fd66c8add0358f013c51a95fa3452c5c900b44901db736830504b669916ea45a924712 diff --git a/sci-chemistry/mdanalysis/mdanalysis-0.7.7.ebuild b/sci-chemistry/mdanalysis/mdanalysis-0.7.7.ebuild deleted file mode 100644 index adb280c4b634..000000000000 --- a/sci-chemistry/mdanalysis/mdanalysis-0.7.7.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -MY_PN="MDAnalysis" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A python library to analyze and manipulate molecular dynamics trajectories" -HOMEPAGE="https://www.mdanalysis.org" -SRC_URI="https://mdanalysis.googlecode.com/files/${MY_P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - sci-biology/biopython[${PYTHON_USEDEP}] - dev-python/networkx[${PYTHON_USEDEP}] - dev-python/scientificpython[${PYTHON_USEDEP}] - dev-python/GridDataFormats[${PYTHON_USEDEP}] - dev-python/netcdf4-python[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -S="${WORKDIR}"/${MY_P} diff --git a/sci-chemistry/mdanalysis/metadata.xml b/sci-chemistry/mdanalysis/metadata.xml deleted file mode 100644 index 8425c0d53cb0..000000000000 --- a/sci-chemistry/mdanalysis/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> -</pkgmetadata> |