aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/brokenaxes/brokenaxes-9999.ebuild')
-rw-r--r--dev-python/brokenaxes/brokenaxes-9999.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/brokenaxes/brokenaxes-9999.ebuild b/dev-python/brokenaxes/brokenaxes-9999.ebuild
deleted file mode 100644
index a8ba191..0000000
--- a/dev-python/brokenaxes/brokenaxes-9999.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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=""