Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/snakemake/
Date: Mon, 27 Jan 2020 06:24:26
Message-Id: 1580106189.8c30ddaca10c7c0347722e817fa855fa954acb52.heroxbd@gentoo
1 commit: 8c30ddaca10c7c0347722e817fa855fa954acb52
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 27 06:23:09 2020 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 27 06:23:09 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8c30ddac
7
8 dev-python/snakemake: update the HOMEPAGE.
9
10 Fix the ebuild header.
11
12 Package-Manager: Portage-2.3.79, Repoman-2.3.18
13 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
14
15 dev-python/snakemake/snakemake-5.10.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/snakemake/snakemake-5.10.0.ebuild b/dev-python/snakemake/snakemake-5.10.0.ebuild
19 index 552b02496..1066507d1 100644
20 --- a/dev-python/snakemake/snakemake-5.10.0.ebuild
21 +++ b/dev-python/snakemake/snakemake-5.10.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_6 )
29 inherit distutils-r1
30
31 DESCRIPTION="Make-like task language"
32 -HOMEPAGE="https://bitbucket.org/johanneskoester/snakemake/wiki/Home"
33 +HOMEPAGE="https://bitbucket.org/johanneskoester/snakemake/wiki"
34 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35
36 LICENSE="MIT"