sci-chemistry/prody: remove last rited package
authorMikle Kolyada <zlogene@gentoo.org>
Mon, 15 Apr 2019 07:30:41 +0000 (10:30 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Mon, 15 Apr 2019 07:30:41 +0000 (10:30 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
sci-chemistry/prody/Manifest [deleted file]
sci-chemistry/prody/metadata.xml [deleted file]
sci-chemistry/prody/prody-1.6.ebuild [deleted file]

diff --git a/sci-chemistry/prody/Manifest b/sci-chemistry/prody/Manifest
deleted file mode 100644 (file)
index 58a1966..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST prody-1.6.tar.gz 5333629 BLAKE2B 73d268d0e717ff1e53be73da31e313aca8d4ccb2633f5bc8a43124b68f4945685c3edafc885998f58d7114363485e0b7a1e4882d35be134babc081cd4e1e1f86 SHA512 d913ad45b034f1b0e7e36428a6f8f199b365b94bd85bee5ade8eb9eb2b04a18c93d894a2abd18b3a1342597725ffbf96f8ce8a49191fc27e5608f3d2c9a3c49a
diff --git a/sci-chemistry/prody/metadata.xml b/sci-chemistry/prody/metadata.xml
deleted file mode 100644 (file)
index d798ea1..0000000
+++ /dev/null
@@ -1,11 +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-chemistry@gentoo.org</email>
-    <name>Gentoo Chemistry Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">prody/ProDy</remote-id>
-  </upstream>
-</pkgmetadata>
diff --git a/sci-chemistry/prody/prody-1.6.ebuild b/sci-chemistry/prody/prody-1.6.ebuild
deleted file mode 100644 (file)
index abab32d..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Protein Dynamics Analysis"
-HOMEPAGE="http://prody.csb.pitt.edu/ https://github.com/prody/ProDy"
-SRC_URI="https://github.com/prody/ProDy/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-       dev-python/ipython[${PYTHON_USEDEP}]
-       dev-python/matplotlib[${PYTHON_USEDEP}]
-       >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
-       dev-python/pyparsing[${PYTHON_USEDEP}]
-       sci-biology/biopython[${PYTHON_USEDEP}]
-       sci-libs/scipy[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-       test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}"/ProDy-${PV}
-
-DISTUTILS_IN_SOURCE_BUILD=true
-
-python_prepare_all() {
-       emake remove
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       cd "${BUILD_DIR}" || die
-       PATH="${S}"/scripts:${PATH} \
-               nosetests --verbose || die
-}