Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/poretools/
Date: Sun, 27 Sep 2020 08:10:00
Message-Id: 1601194004.8bd6809f827842baeb663fae27e9627c9788c92b.chymera@gentoo
1 commit: 8bd6809f827842baeb663fae27e9627c9788c92b
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sun Sep 27 08:06:44 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sun Sep 27 08:06:44 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8bd6809f
7
8 sci-biology/poretools: removed discontinued package
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-biology/poretools/metadata.xml | 12 ------------
14 sci-biology/poretools/poretools-0.6.0.ebuild | 27 ---------------------------
15 2 files changed, 39 deletions(-)
16
17 diff --git a/sci-biology/poretools/metadata.xml b/sci-biology/poretools/metadata.xml
18 deleted file mode 100644
19 index 138cb7705..000000000
20 --- a/sci-biology/poretools/metadata.xml
21 +++ /dev/null
22 @@ -1,12 +0,0 @@
23 -<?xml version="1.0" encoding="UTF-8"?>
24 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 -<pkgmetadata>
26 - <maintainer type="person">
27 - <email>mmokrejs@×××××××××××××××.cz</email>
28 - <name>Martin Mokrejs</name>
29 - </maintainer>
30 - <maintainer type="project">
31 - <email>sci-biology@g.o</email>
32 - <name>Gentoo Biology Project</name>
33 - </maintainer>
34 -</pkgmetadata>
35
36 diff --git a/sci-biology/poretools/poretools-0.6.0.ebuild b/sci-biology/poretools/poretools-0.6.0.ebuild
37 deleted file mode 100644
38 index 158c10a9d..000000000
39 --- a/sci-biology/poretools/poretools-0.6.0.ebuild
40 +++ /dev/null
41 @@ -1,27 +0,0 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 -# Distributed under the terms of the GNU General Public License v2
44 -
45 -EAPI=6
46 -
47 -PYTHON_COMPAT=( python2_7 )
48 -
49 -inherit distutils-r1
50 -
51 -DESCRIPTION="Tools for sequencing FAST5 data from Oxford Nanopore"
52 -HOMEPAGE="https://poretools.readthedocs.io
53 - https://github.com/arq5x/poretools"
54 -SRC_URI="https://github.com/arq5x/poretools/archive/v0.6.0.tar.gz -> ${P}.tar.gz"
55 -
56 -LICENSE="MIT"
57 -SLOT="0"
58 -KEYWORDS="~amd64 ~x86"
59 -IUSE=""
60 -
61 -DEPEND=""
62 -RDEPEND="${DEPEND}
63 - >=sci-libs/hdf5-1.8.7
64 - >=dev-python/h5py-2.2[${PYTHON_USEDEP}]
65 - dev-python/matplotlib[${PYTHON_USEDEP}]
66 - dev-python/seaborn[${PYTHON_USEDEP}]
67 - dev-python/pandas[${PYTHON_USEDEP}]
68 - dev-python/python-dateutil[${PYTHON_USEDEP}]"