diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-02-22 14:32:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-22 15:59:09 +0000 |
commit | f9020f5f8fa7ff49e7110159155a338ba73cd0b9 (patch) | |
tree | 28f2ddb98f8fd27979e0e18d393aded65104aeb1 /app-text/pelican | |
parent | dev-util/cutter: depend on one rizin version (diff) | |
download | gentoo-f9020f5f8fa7ff49e7110159155a338ba73cd0b9.tar.gz gentoo-f9020f5f8fa7ff49e7110159155a338ba73cd0b9.tar.bz2 gentoo-f9020f5f8fa7ff49e7110159155a338ba73cd0b9.zip |
app-text/pelican: update HOMEPAGE
plus update to indentation style common for python packages
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/pelican')
-rw-r--r-- | app-text/pelican/pelican-4.8.0.ebuild | 13 |
1 files 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}] |