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/survey/
Date: Wed, 05 Jan 2022 17:14:18
Message-Id: 1641285003.9e66c5efa3d71332e19cd8cb050b07bfd4838ea5.flow@gentoo
1 commit: 9e66c5efa3d71332e19cd8cb050b07bfd4838ea5
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Tue Jan 4 08:30:03 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 08:30:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e66c5ef
7
8 dev-python/survey: update HOMEPAGE
9
10 Add docs
11
12 Package-Manager: Portage-3.0.28, Repoman-3.0.3
13 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
14
15 dev-python/survey/survey-3.4.3.ebuild | 9 +++++++--
16 1 file changed, 7 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/survey/survey-3.4.3.ebuild b/dev-python/survey/survey-3.4.3.ebuild
19 index 0fd4accca..d6af07291 100644
20 --- a/dev-python/survey/survey-3.4.3.ebuild
21 +++ b/dev-python/survey/survey-3.4.3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 2021 Gentoo Authors
24 +# Copyright 2021-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=8
28 @@ -8,7 +8,10 @@ PYTHON_COMPAT=( python3_{8..10} )
29 inherit distutils-r1
30
31 DESCRIPTION="A simple library for creating beautiful interactive prompts"
32 -HOMEPAGE="https://github.com/Exahilosys/survey"
33 +HOMEPAGE="
34 + https://github.com/Exahilosys/survey
35 + https://pypi.org/project/survey
36 +"
37 SRC_URI="https://github.com/Exahilosys/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
38
39 LICENSE="MIT"
40 @@ -20,3 +23,5 @@ DEPEND="
41 "
42 RDEPEND="${DEPEND}"
43 BDEPEND=""
44 +
45 +distutils_enable_sphinx docs