summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2012-03-12 16:21:42 +0100
committerUltrabug <ultrabug@gentoo.org>2012-03-12 16:21:42 +0100
commitae1b4fd5906b304b5d84837701467113d25ac836 (patch)
treec9b8eb6bd616b1ba7f2f6481ba757c9186c06598 /app-admin/uwsgitop/uwsgitop-0.6.ebuild
parentuwsgi RC bump (diff)
downloadultrabug-ae1b4fd5906b304b5d84837701467113d25ac836.tar.gz
ultrabug-ae1b4fd5906b304b5d84837701467113d25ac836.tar.bz2
ultrabug-ae1b4fd5906b304b5d84837701467113d25ac836.zip
uwsgitop ebuild
Diffstat (limited to 'app-admin/uwsgitop/uwsgitop-0.6.ebuild')
-rw-r--r--app-admin/uwsgitop/uwsgitop-0.6.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-admin/uwsgitop/uwsgitop-0.6.ebuild b/app-admin/uwsgitop/uwsgitop-0.6.ebuild
new file mode 100644
index 0000000..fdfa763
--- /dev/null
+++ b/app-admin/uwsgitop/uwsgitop-0.6.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+
+inherit distutils
+
+DESCRIPTION="uWSGI top-like application"
+HOMEPAGE="https://github.com/unbit/uwsgitop/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/simplejson"
+DEPEND="${RDEPEND}
+ dev-python/setuptools"