Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pyBigWig/
Date: Wed, 07 Oct 2020 01:36:58
Message-Id: 1602034578.60a4b08ed1a8069e82d8346ea9275fbf44b35282.epsilon-0@gentoo
1 commit: 60a4b08ed1a8069e82d8346ea9275fbf44b35282
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Oct 7 01:36:18 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Wed Oct 7 01:36:18 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=60a4b08e
7
8 dev-python/pyBigWig: version bump
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 dev-python/pyBigWig/pyBigWig-0.3.17.ebuild | 24 ++++++++++++++++++++++++
14 dev-python/pyBigWig/pyBigWig-9999.ebuild | 22 +++++++++++++---------
15 2 files changed, 37 insertions(+), 9 deletions(-)
16
17 diff --git a/dev-python/pyBigWig/pyBigWig-0.3.17.ebuild b/dev-python/pyBigWig/pyBigWig-0.3.17.ebuild
18 new file mode 100644
19 index 000000000..9ab75f89b
20 --- /dev/null
21 +++ b/dev-python/pyBigWig/pyBigWig-0.3.17.ebuild
22 @@ -0,0 +1,24 @@
23 +# Copyright 1999-2020 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +PYTHON_COMPAT=( python3_{6..9} )
29 +inherit distutils-r1
30 +
31 +DESCRIPTION="quick access to and creation of bigWig files"
32 +HOMEPAGE="https://github.com/dpryan79/pyBigWig"
33 +
34 +if [[ ${PV} == 9999 ]] ; then
35 + inherit git-r3
36 + EGIT_REPO_URI="https://github.com/dpryan79/pyBigWig"
37 +else
38 + SRC_URI="https://github.com/dpryan79/pyBigWig/archive/${PV}.tar.gz -> ${P}.tar.gz"
39 + KEYWORDS="~amd64 ~x86"
40 +fi
41 +
42 +LICENSE="MIT"
43 +SLOT="0"
44 +
45 +DEPEND="sci-biology/libBigWig"
46 +RDEPEND="${DEPEND}"
47
48 diff --git a/dev-python/pyBigWig/pyBigWig-9999.ebuild b/dev-python/pyBigWig/pyBigWig-9999.ebuild
49 index 169e6198f..9ab75f89b 100644
50 --- a/dev-python/pyBigWig/pyBigWig-9999.ebuild
51 +++ b/dev-python/pyBigWig/pyBigWig-9999.ebuild
52 @@ -1,20 +1,24 @@
53 -# Copyright 1999-2017 Gentoo Foundation
54 +# Copyright 1999-2020 Gentoo Authors
55 # Distributed under the terms of the GNU General Public License v2
56
57 -EAPI=5
58 +EAPI=7
59
60 -PYTHON_COMPAT=( python2_7 python3_5 )
61 +PYTHON_COMPAT=( python3_{6..9} )
62 +inherit distutils-r1
63
64 -inherit git-r3 distutils-r1
65 -
66 -DESCRIPTION="Python extension written in C for quick access to and creation of bigWig files"
67 +DESCRIPTION="quick access to and creation of bigWig files"
68 HOMEPAGE="https://github.com/dpryan79/pyBigWig"
69 -EGIT_REPO_URI="https://github.com/dpryan79/pyBigWig.git"
70 +
71 +if [[ ${PV} == 9999 ]] ; then
72 + inherit git-r3
73 + EGIT_REPO_URI="https://github.com/dpryan79/pyBigWig"
74 +else
75 + SRC_URI="https://github.com/dpryan79/pyBigWig/archive/${PV}.tar.gz -> ${P}.tar.gz"
76 + KEYWORDS="~amd64 ~x86"
77 +fi
78
79 LICENSE="MIT"
80 SLOT="0"
81 -KEYWORDS=""
82 -IUSE=""
83
84 DEPEND="sci-biology/libBigWig"
85 RDEPEND="${DEPEND}"