summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/uwsgitop/uwsgitop-0.6.1.ebuild')
-rw-r--r--app-admin/uwsgitop/uwsgitop-0.6.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-admin/uwsgitop/uwsgitop-0.6.1.ebuild b/app-admin/uwsgitop/uwsgitop-0.6.1.ebuild
new file mode 100644
index 0000000..ea19b98
--- /dev/null
+++ b/app-admin/uwsgitop/uwsgitop-0.6.1.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="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/simplejson"
+DEPEND="${RDEPEND}
+ dev-python/setuptools"