summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-15 18:59:53 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-15 19:27:56 +0200
commitbaa4fc28bf178090f2d245ccb6c0205b2a42c951 (patch)
tree9d3e1003865815963b6b79ef440f789302b60328 /dev-python/maybe/maybe-0.4.0.ebuild
parentdev-python/libasyncns-python: Remove last-rited pkg (diff)
downloadgentoo-baa4fc28bf178090f2d245ccb6c0205b2a42c951.tar.gz
gentoo-baa4fc28bf178090f2d245ccb6c0205b2a42c951.tar.bz2
gentoo-baa4fc28bf178090f2d245ccb6c0205b2a42c951.zip
dev-python/maybe: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694280 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/maybe/maybe-0.4.0.ebuild')
-rw-r--r--dev-python/maybe/maybe-0.4.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/maybe/maybe-0.4.0.ebuild b/dev-python/maybe/maybe-0.4.0.ebuild
deleted file mode 100644
index fdbd9e00a6d5..000000000000
--- a/dev-python/maybe/maybe-0.4.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_{5,6}} )
-
-inherit distutils-r1
-
-DESCRIPTION="See what a program does before deciding whether you really want it to happen"
-HOMEPAGE="https://github.com/p-e-w/maybe https://pypi.org/project/maybe/"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-python/blessings[${PYTHON_USEDEP}]
- dev-python/python-ptrace[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
- >=dev-python/pytest-runner-2.7[${PYTHON_USEDEP}]
-"