Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/deeptools/
Date: Fri, 31 Mar 2017 21:11:45
Message-Id: 1490994609.b0176e52f19303e32d2797d6b41273a70dfb2b2c.mmokrejs@gentoo
1 commit: b0176e52f19303e32d2797d6b41273a70dfb2b2c
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Fri Mar 31 21:10:09 2017 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Fri Mar 31 21:10:09 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b0176e52
7
8 sci-biology/deeptools: add new package
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 sci-biology/deeptools/deeptools-2.5.0.ebuild | 32 ++++++++++++++++++++++++++++
13 sci-biology/deeptools/deeptools-9999.ebuild | 32 ++++++++++++++++++++++++++++
14 sci-biology/deeptools/metadata.xml | 12 +++++++++++
15 3 files changed, 76 insertions(+)
16
17 diff --git a/sci-biology/deeptools/deeptools-2.5.0.ebuild b/sci-biology/deeptools/deeptools-2.5.0.ebuild
18 new file mode 100644
19 index 000000000..e69672942
20 --- /dev/null
21 +++ b/sci-biology/deeptools/deeptools-2.5.0.ebuild
22 @@ -0,0 +1,32 @@
23 +# Copyright 1999-2017 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=6
27 +
28 +PYTHON_COMPAT=( python2_7 python3_5 )
29 +
30 +inherit distutils-r1
31 +
32 +[ "$PV" == "9999" ] && inherit git-2
33 +
34 +DESCRIPTION="Extract reads from BAM files, normalize, draw figures, convert BAM to bigWig"
35 +HOMEPAGE="https://github.com/fidelram/deepTools"
36 +if [ "$PV" == "9999" ]; then
37 + EGIT_REPO_URI="https://github.com/fidelram/deepTools"
38 + KEYWORDS=""
39 +else
40 + SRC_URI="https://github.com/fidelram/deepTools/archive/2.5.0.tar.gz -> ${P}.tar.gz"
41 + KEYWORDS="~amd64"
42 +fi
43 +
44 +LICENSE="GPL-3"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +DEPEND=">=dev-python/numpy-1.8.0
49 + >=sci-libs/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-9999.ebuild b/sci-biology/deeptools/deeptools-9999.ebuild
57 new file mode 100644
58 index 000000000..a2c1fcfb9
59 --- /dev/null
60 +++ b/sci-biology/deeptools/deeptools-9999.ebuild
61 @@ -0,0 +1,32 @@
62 +# Copyright 1999-2017 Gentoo Foundation
63 +# Distributed under the terms of the GNU General Public License v2
64 +
65 +EAPI=5
66 +
67 +PYTHON_COMPAT=( python2_7 python3_5 )
68 +
69 +inherit distutils-r1
70 +
71 +[ "$PV" == "9999" ] && inherit git-2
72 +
73 +DESCRIPTION="Extract reads from BAM files, normalize, draw figures, convert BAM to bigWig"
74 +HOMEPAGE="https://github.com/fidelram/deepTools"
75 +if [ "$PV" == "9999" ]; then
76 + EGIT_REPO_URI="https://github.com/fidelram/deepTools"
77 + KEYWORDS=""
78 +else
79 + SRC_URI="https://github.com/fidelram/deepTools/archive/2.5.0.tar.gz -> ${P}.tar.gz"
80 + KEYWORDS="~amd64"
81 +fi
82 +
83 +LICENSE="GPL-3"
84 +SLOT="0"
85 +IUSE=""
86 +
87 +DEPEND=">=dev-python/numpy-1.8.0
88 + >=sci-libs/scipy-0.17.0
89 + >=dev-python/py2bit-0.1.0
90 + >=dev-python/pyBigWig-0.2.1
91 + >=sci-biology/pysam-0.8
92 + >=dev-python/matplotlib-1.4.0"
93 +RDEPEND="${DEPEND}"
94
95 diff --git a/sci-biology/deeptools/metadata.xml b/sci-biology/deeptools/metadata.xml
96 new file mode 100644
97 index 000000000..f68a1b6fa
98 --- /dev/null
99 +++ b/sci-biology/deeptools/metadata.xml
100 @@ -0,0 +1,12 @@
101 +<?xml version="1.0" encoding="UTF-8"?>
102 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
103 +<pkgmetadata>
104 + <maintainer type="person">
105 + <email>mmokrejs@×××××××××××××××.cz</email>
106 + <name>Martin Mokrejs</name>
107 + </maintainer>
108 + <maintainer type="project">
109 + <email>sci-biology@g.o</email>
110 + <name>Gentoo Biology Project</name>
111 + </maintainer>
112 +</pkgmetadata>