blob: a8ba1918a1ba6658c4c905b13e1ee8c265711137 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1 git-r3
DESCRIPTION="Create matplotlib plots with broken axes"
HOMEPAGE="https://github.com/bendichter/brokenaxes"
EGIT_REPO_URI="https://github.com/bendichter/brokenaxes"
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="dev-python/matplotlib[$PYTHON_USEDEP]"
RDEPEND="${DEPEND}"
BDEPEND=""
|