diff options
Diffstat (limited to 'dev-python/cycler')
-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" |