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 1748815800F for ; Wed, 22 Feb 2023 16:00:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58129E077C; Wed, 22 Feb 2023 16:00:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B0D9E077C for ; Wed, 22 Feb 2023 16:00:57 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46AD8335D59 for ; Wed, 22 Feb 2023 16:00:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5DC48B7 for ; Wed, 22 Feb 2023 16:00:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1677081549.f9020f5f8fa7ff49e7110159155a338ba73cd0b9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pelican/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/pelican/pelican-4.8.0.ebuild X-VCS-Directories: app-text/pelican/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f9020f5f8fa7ff49e7110159155a338ba73cd0b9 X-VCS-Branch: master Date: Wed, 22 Feb 2023 16:00:54 +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: 7ee0e24d-cc9c-45e4-8f4f-f4ba7cd9758d X-Archives-Hash: faa6d48dd34dfb7bcedeb5310456aef0 commit: f9020f5f8fa7ff49e7110159155a338ba73cd0b9 Author: Petr Vaněk atlas cz> AuthorDate: Wed Feb 22 13:32:02 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 22 15:59:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9020f5f app-text/pelican: update HOMEPAGE plus update to indentation style common for python packages Signed-off-by: Petr Vaněk atlas.cz> Signed-off-by: Sam James gentoo.org> app-text/pelican/pelican-4.8.0.ebuild | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/app-text/pelican/pelican-4.8.0.ebuild b/app-text/pelican/pelican-4.8.0.ebuild index f317185a16a9..c61db873f4bb 100644 --- a/app-text/pelican/pelican-4.8.0.ebuild +++ b/app-text/pelican/pelican-4.8.0.ebuild @@ -9,15 +9,22 @@ PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 optfeature DESCRIPTION="A tool to generate a static blog, with restructured text or markdown input files" -HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/" -SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" +HOMEPAGE=" + https://getpelican.com/ + https://pypi.org/project/pelican/ +" +SRC_URI=" + https://github.com/getpelican/pelican/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="AGPL-3" SLOT="0" KEYWORDS="amd64 ~riscv x86" IUSE="doc examples markdown" -RDEPEND=">=dev-python/docutils-0.16[${PYTHON_USEDEP}] +RDEPEND=" + >=dev-python/docutils-0.16[${PYTHON_USEDEP}] >=dev-python/blinker-1.4[${PYTHON_USEDEP}] >=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}] >=dev-python/jinja-2.7[${PYTHON_USEDEP}]