Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/stone/
Date: Wed, 05 Jan 2022 17:14:19
Message-Id: 1641284756.48a3a33804178cfbda81c4612a6342fd944d32cb.flow@gentoo
1 commit: 48a3a33804178cfbda81c4612a6342fd944d32cb
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Tue Jan 4 08:25:56 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 08:25:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48a3a338
7
8 dev-python/stone: update HOMEPAGE
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
12
13 dev-python/stone/stone-3.2.1.ebuild | 8 ++++++--
14 1 file changed, 6 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/stone/stone-3.2.1.ebuild b/dev-python/stone/stone-3.2.1.ebuild
17 index c216f8cf7..37983c86f 100644
18 --- a/dev-python/stone/stone-3.2.1.ebuild
19 +++ b/dev-python/stone/stone-3.2.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 2021 Gentoo Authors
22 +# Copyright 2021-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26 @@ -8,7 +8,11 @@ PYTHON_COMPAT=( python3_{8..10} )
27 inherit distutils-r1
28
29 DESCRIPTION="The Official Api Spec Language for Dropbox"
30 -HOMEPAGE="https://www.dropbox.com/developers"
31 +HOMEPAGE="
32 + https://www.dropbox.com/developers
33 + https://github.com/dropbox/stone
34 + https://pypi.org/project/stone
35 +"
36 SRC_URI="https://github.com/dropbox/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
37
38 LICENSE="MIT"