summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-01-27 13:30:37 +0100
committerPacho Ramos <pacho@gentoo.org>2019-01-27 13:36:16 +0100
commite02f08a6e56142fd81abd5f4883228779fe2742e (patch)
tree80183e2cccd71f516108bd86ab0bb9ca46a72ef6 /dev-python/raven/raven-5.2.0.ebuild
parentdev-python/python-evdev: Drop old (diff)
downloadgentoo-e02f08a6e56142fd81abd5f4883228779fe2742e.tar.gz
gentoo-e02f08a6e56142fd81abd5f4883228779fe2742e.tar.bz2
gentoo-e02f08a6e56142fd81abd5f4883228779fe2742e.zip
dev-python/raven: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-python/raven/raven-5.2.0.ebuild')
-rw-r--r--dev-python/raven/raven-5.2.0.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/raven/raven-5.2.0.ebuild b/dev-python/raven/raven-5.2.0.ebuild
deleted file mode 100644
index c41df2dc2ebe..000000000000
--- a/dev-python/raven/raven-5.2.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="Raven is a client for Sentry"
-HOMEPAGE="https://github.com/getsentry/raven-python"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]"