commit: f9020f5f8fa7ff49e7110159155a338ba73cd0b9
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Wed Feb 22 13:32:02 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <arkamar <AT> atlas.cz>
Signed-off-by: Sam James <sam <AT> 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}]