summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-01-04 12:28:12 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-01-04 12:28:12 +0300
commit9e97dcc293b50efa4549d459a2db0e9260f7a360 (patch)
tree1a8c935ed3c55997732afce76e55577eb4ec8bb7 /dev-python/supervisor-quick/supervisor-quick-0.1.4.ebuild
parentdev-python/telarchive: remove last-rited pkg (diff)
downloadgentoo-9e97dcc293b50efa4549d459a2db0e9260f7a360.tar.gz
gentoo-9e97dcc293b50efa4549d459a2db0e9260f7a360.tar.bz2
gentoo-9e97dcc293b50efa4549d459a2db0e9260f7a360.zip
dev-python/supervisor-quick: remove last-rited pkg
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/supervisor-quick/supervisor-quick-0.1.4.ebuild')
-rw-r--r--dev-python/supervisor-quick/supervisor-quick-0.1.4.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/supervisor-quick/supervisor-quick-0.1.4.ebuild b/dev-python/supervisor-quick/supervisor-quick-0.1.4.ebuild
deleted file mode 100644
index 3e0963ff1480..000000000000
--- a/dev-python/supervisor-quick/supervisor-quick-0.1.4.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Bypass supervisor's nasty callbacks stack and make it quick!"
-HOMEPAGE="https://pypi.org/project/supervisor-quick/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- app-admin/supervisor[${PYTHON_USEDEP}]
-"