diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-19 18:53:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-19 20:46:22 +0100 |
commit | 5893b9de87360c8ee37e7ba84938b9e05e112854 (patch) | |
tree | b25ab96f2901dc4827b986f26a292007f75b093b /dev-python/cycler/cycler-0.11.0-r1.ebuild | |
parent | dev-python/cycler: add pypy3 to PYTHON_COMPAT (diff) | |
download | gentoo-5893b9de87360c8ee37e7ba84938b9e05e112854.tar.gz gentoo-5893b9de87360c8ee37e7ba84938b9e05e112854.tar.bz2 gentoo-5893b9de87360c8ee37e7ba84938b9e05e112854.zip |
dev-python/cycler: Whitespace
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cycler/cycler-0.11.0-r1.ebuild')
-rw-r--r-- | dev-python/cycler/cycler-0.11.0-r1.ebuild | 7 |
1 files 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" |