summaryrefslogtreecommitdiff
path: root/dev-python/cycler/cycler-0.11.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/cycler/cycler-0.11.0-r1.ebuild')
-rw-r--r--dev-python/cycler/cycler-0.11.0-r1.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/cycler/cycler-0.11.0-r1.ebuild b/dev-python/cycler/cycler-0.11.0-r1.ebuild
index bdd6447c1339..b1e827887ad2 100644
--- a/dev-python/cycler/cycler-0.11.0-r1.ebuild
+++ b/dev-python/cycler/cycler-0.11.0-r1.ebuild
@@ -4,17 +4,20 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+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"