diff options
author | Ultrabug <ultrabug@gentoo.org> | 2012-03-12 16:21:42 +0100 |
---|---|---|
committer | Ultrabug <ultrabug@gentoo.org> | 2012-03-12 16:21:42 +0100 |
commit | ae1b4fd5906b304b5d84837701467113d25ac836 (patch) | |
tree | c9b8eb6bd616b1ba7f2f6481ba757c9186c06598 /app-admin/uwsgitop | |
parent | uwsgi RC bump (diff) | |
download | ultrabug-ae1b4fd5906b304b5d84837701467113d25ac836.tar.gz ultrabug-ae1b4fd5906b304b5d84837701467113d25ac836.tar.bz2 ultrabug-ae1b4fd5906b304b5d84837701467113d25ac836.zip |
uwsgitop ebuild
Diffstat (limited to 'app-admin/uwsgitop')
-rw-r--r-- | app-admin/uwsgitop/Manifest | 2 | ||||
-rw-r--r-- | app-admin/uwsgitop/uwsgitop-0.6.ebuild | 22 |
2 files changed, 24 insertions, 0 deletions
diff --git a/app-admin/uwsgitop/Manifest b/app-admin/uwsgitop/Manifest new file mode 100644 index 0000000..a428bb6 --- /dev/null +++ b/app-admin/uwsgitop/Manifest @@ -0,0 +1,2 @@ +DIST uwsgitop-0.6.tar.gz 2010 RMD160 f7143bf16069f10b7931988a7fcdb5892305f43b SHA1 a7441006f442abd203c4f19f8489ca8152106def SHA256 50a27bcbb46790f2b7695005e3017284f0ae5588d13ac73fc404a31ed6748dc1 +EBUILD uwsgitop-0.6.ebuild 462 RMD160 ce543f57147392608bdab5e2d8837453259f2956 SHA1 8ef2f84e3ac585891008cdb8554e0a565cb7f343 SHA256 479655e071131e9327f98fce90da884d6cbedff61d4fb1ff5592361fba4c9910 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" |