From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 33ECC158087 for ; Wed, 5 Jan 2022 17:14:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 119242BC055; Wed, 5 Jan 2022 17:14:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE2772BC04E for ; Wed, 5 Jan 2022 17:14:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2166F3432A2 for ; Wed, 5 Jan 2022 17:14:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EF18297 for ; Wed, 5 Jan 2022 17:14:11 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1641285003.9e66c5efa3d71332e19cd8cb050b07bfd4838ea5.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/survey/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/survey/survey-3.4.3.ebuild X-VCS-Directories: dev-python/survey/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 9e66c5efa3d71332e19cd8cb050b07bfd4838ea5 X-VCS-Branch: master Date: Wed, 5 Jan 2022 17:14:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ead4a693-e7e4-4af0-99df-520b2d35e0e6 X-Archives-Hash: 47f94a75ca9f4df0c44c08e0cdbb15c1 commit: 9e66c5efa3d71332e19cd8cb050b07bfd4838ea5 Author: Viorel Munteanu gmail com> AuthorDate: Tue Jan 4 08:30:03 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Jan 4 08:30:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e66c5ef dev-python/survey: update HOMEPAGE Add docs Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Viorel Munteanu gmail.com> dev-python/survey/survey-3.4.3.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/dev-python/survey/survey-3.4.3.ebuild b/dev-python/survey/survey-3.4.3.ebuild index 0fd4accca..d6af07291 100644 --- a/dev-python/survey/survey-3.4.3.ebuild +++ b/dev-python/survey/survey-3.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,10 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="A simple library for creating beautiful interactive prompts" -HOMEPAGE="https://github.com/Exahilosys/survey" +HOMEPAGE=" + https://github.com/Exahilosys/survey + https://pypi.org/project/survey +" SRC_URI="https://github.com/Exahilosys/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" @@ -20,3 +23,5 @@ DEPEND=" " RDEPEND="${DEPEND}" BDEPEND="" + +distutils_enable_sphinx docs