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/deeptools/
Date: Sun, 03 Jan 2021 06:31:05
Message-Id: 1609655130.76926ef29fca81c7d72833654c27f9dccc09358c.chymera@gentoo
1 commit: 76926ef29fca81c7d72833654c27f9dccc09358c
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sat Jan 2 13:35:22 2021 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sun Jan 3 06:25:30 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=76926ef2
7
8 sci-biology/deeptools: version bump, bump py targets, enable sphinx
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
13
14 sci-biology/deeptools/deeptools-2.5.0.ebuild | 30 -----------------------
15 sci-biology/deeptools/deeptools-3.5.0.ebuild | 36 ++++++++++++++++++++++++++++
16 sci-biology/deeptools/deeptools-9999.ebuild | 29 ----------------------
17 3 files changed, 36 insertions(+), 59 deletions(-)
18
19 diff --git a/sci-biology/deeptools/deeptools-2.5.0.ebuild b/sci-biology/deeptools/deeptools-2.5.0.ebuild
20 deleted file mode 100644
21 index e57fe3313..000000000
22 --- a/sci-biology/deeptools/deeptools-2.5.0.ebuild
23 +++ /dev/null
24 @@ -1,30 +0,0 @@
25 -# Copyright 1999-2020 Gentoo Authors
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=7
29 -
30 -PYTHON_COMPAT=( python2_7 python3_5 )
31 -
32 -inherit distutils-r1
33 -
34 -[[ "$PV" == "9999" ]] && inherit git-r3
35 -
36 -DESCRIPTION="Extract reads from BAM files, normalize, draw figures, convert BAM to bigWig"
37 -HOMEPAGE="https://github.com/fidelram/deepTools"
38 -if [[ "$PV" == "9999" ]]; then
39 - EGIT_REPO_URI="https://github.com/fidelram/deepTools"
40 -else
41 - SRC_URI="https://github.com/fidelram/deepTools/archive/2.5.0.tar.gz -> ${P}.tar.gz"
42 -fi
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="~amd64"
47 -
48 -DEPEND=">=dev-python/numpy-1.8.0
49 - >=dev-python/scipy-0.17.0
50 - >=dev-python/py2bit-0.1.0
51 - >=dev-python/pyBigWig-0.2.1
52 - >=sci-biology/pysam-0.8
53 - >=dev-python/matplotlib-1.4.0"
54 -RDEPEND="${DEPEND}"
55
56 diff --git a/sci-biology/deeptools/deeptools-3.5.0.ebuild b/sci-biology/deeptools/deeptools-3.5.0.ebuild
57 new file mode 100644
58 index 000000000..f53a19bcb
59 --- /dev/null
60 +++ b/sci-biology/deeptools/deeptools-3.5.0.ebuild
61 @@ -0,0 +1,36 @@
62 +# Copyright 1999-2021 Gentoo Authors
63 +# Distributed under the terms of the GNU General Public License v2
64 +
65 +EAPI=7
66 +
67 +PYTHON_COMPAT=( python3_{7,8,9} )
68 +
69 +inherit distutils-r1
70 +
71 +DESCRIPTION="Extract reads from BAM files, normalize, draw figures, convert BAM to bigWig"
72 +HOMEPAGE="https://github.com/deeptools/deepTools"
73 +SRC_URI="https://github.com/deeptools/deepTools/archive/${PV}.tar.gz -> ${P}.tar.gz"
74 +
75 +LICENSE="BSD"
76 +SLOT="0"
77 +KEYWORDS="~amd64 ~x86"
78 +
79 +# TODO: fix this
80 +RESTRICT="test"
81 +
82 +RDEPEND="
83 + >=sci-biology/deeptools-intervals-0.1.8[${PYTHON_USEDEP}]
84 + >=dev-python/numpy-1.9.0[${PYTHON_USEDEP}]
85 + >=dev-python/numpydoc-0.5[${PYTHON_USEDEP}]
86 + >=dev-python/scipy-0.17.0[${PYTHON_USEDEP}]
87 + >=dev-python/plotly-2.0.0[${PYTHON_USEDEP}]
88 + >=dev-python/py2bit-0.2.0[${PYTHON_USEDEP}]
89 + >=dev-python/pyBigWig-0.2.1[${PYTHON_USEDEP}]
90 + >=sci-biology/pysam-0.14.0[${PYTHON_USEDEP}]
91 + >=dev-python/matplotlib-3.1.0[${PYTHON_USEDEP}]
92 +"
93 +
94 +S="${WORKDIR}/deepTools-${PV}"
95 +
96 +distutils_enable_sphinx docs dev-python/sphinx_rtd_theme dev-python/sphinx-argparse
97 +distutils_enable_tests nose
98
99 diff --git a/sci-biology/deeptools/deeptools-9999.ebuild b/sci-biology/deeptools/deeptools-9999.ebuild
100 deleted file mode 100644
101 index 89a8bf763..000000000
102 --- a/sci-biology/deeptools/deeptools-9999.ebuild
103 +++ /dev/null
104 @@ -1,29 +0,0 @@
105 -# Copyright 1999-2020 Gentoo Authors
106 -# Distributed under the terms of the GNU General Public License v2
107 -
108 -EAPI=7
109 -
110 -PYTHON_COMPAT=( python2_7 python3_5 )
111 -
112 -inherit distutils-r1
113 -
114 -[[ "$PV" == "9999" ]] && inherit git-r3
115 -
116 -DESCRIPTION="Extract reads from BAM files, normalize, draw figures, convert BAM to bigWig"
117 -HOMEPAGE="https://github.com/fidelram/deepTools"
118 -if [[ "$PV" == "9999" ]]; then
119 - EGIT_REPO_URI="https://github.com/fidelram/deepTools"
120 -else
121 - SRC_URI="https://github.com/fidelram/deepTools/archive/2.5.0.tar.gz -> ${P}.tar.gz"
122 -fi
123 -
124 -LICENSE="GPL-3"
125 -SLOT="0"
126 -
127 -DEPEND=">=dev-python/numpy-1.8.0
128 - >=dev-python/scipy-0.17.0
129 - >=dev-python/py2bit-0.1.0
130 - >=dev-python/pyBigWig-0.2.1
131 - >=sci-biology/pysam-0.8
132 - >=dev-python/matplotlib-1.4.0"
133 -RDEPEND="${DEPEND}"