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/RSeQC/
Date: Sat, 26 Sep 2020 09:34:26
Message-Id: 1601112851.801007c072e183e4abf39285ab8fd4bf290c314a.chymera@gentoo
1 commit: 801007c072e183e4abf39285ab8fd4bf290c314a
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sat Sep 26 09:34:11 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sat Sep 26 09:34:11 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=801007c0
7
8 sci-biology/RSeQC: PYTHON_COMPAT update
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/RSeQC/RSeQC-2.6.1.ebuild | 12 ++++++------
14 1 file changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/sci-biology/RSeQC/RSeQC-2.6.1.ebuild b/sci-biology/RSeQC/RSeQC-2.6.1.ebuild
17 index ad9e1ce54..d3bbd9104 100644
18 --- a/sci-biology/RSeQC/RSeQC-2.6.1.ebuild
19 +++ b/sci-biology/RSeQC/RSeQC-2.6.1.ebuild
20 @@ -1,16 +1,16 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 -PYTHON_COMPAT=( python2_7 )
29 +PYTHON_COMPAT=( python3_6 )
30
31 inherit distutils-r1
32
33 DESCRIPTION="Utilities for RNA-seq data quality control"
34 -HOMEPAGE="http://rseqc.sourceforge.net"
35 -SRC_URI="http://sourceforge.net/projects/rseqc/files/RSeQC-2.6.1.tar.gz
36 - http://sourceforge.net/projects/rseqc/files/other/fetchChromSizes"
37 +HOMEPAGE="https://rseqc.sourceforge.net"
38 +SRC_URI="https://sourceforge.net/projects/rseqc/files/RSeQC-2.6.1.tar.gz
39 + https://sourceforge.net/projects/rseqc/files/other/fetchChromSizes"
40
41 LICENSE="GPL-3"
42 SLOT="0"