commit: 5893b9de87360c8ee37e7ba84938b9e05e112854 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Feb 19 17:53:57 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Feb 19 19:46:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5893b9de
dev-python/cycler: Whitespace Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/cycler/cycler-0.11.0-r1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-python/cycler/cycler-0.11.0-r1.ebuild b/dev-python/cycler/cycler-0.11.0-r1.ebuild index ec73cae39a08..b1e827887ad2 100644 --- a/dev-python/cycler/cycler-0.11.0-r1.ebuild +++ b/dev-python/cycler/cycler-0.11.0-r1.ebuild @@ -5,16 +5,19 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) + inherit distutils-r1 DESCRIPTION="Composable style cycles" HOMEPAGE=" https://matplotlib.org/cycler/ https://pypi.org/project/cycler/ - https://github.com/matplotlib/cycler" + https://github.com/matplotlib/cycler/ +" SRC_URI=" https://github.com/matplotlib/cycler/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" + -> ${P}.gh.tar.gz +" SLOT="0" LICENSE="BSD"