From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BE42A138010 for ; Tue, 23 Oct 2012 12:52:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6488E0262; Tue, 23 Oct 2012 12:52:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3F7A1E0262 for ; Tue, 23 Oct 2012 12:52:25 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A401133D871 for ; Tue, 23 Oct 2012 12:52:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4EEAFE5436 for ; Tue, 23 Oct 2012 12:52:23 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1350996720.8de38b68f42c6ee80193e1503f5e457c3a6a855e.eva@gentoo> Subject: [gentoo-commits] dev/eva:master commit in: dev-python/rq-dashboard/ X-VCS-Repository: dev/eva X-VCS-Files: dev-python/rq-dashboard/Manifest dev-python/rq-dashboard/metadata.xml dev-python/rq-dashboard/rq-dashboard-0.3.ebuild X-VCS-Directories: dev-python/rq-dashboard/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 8de38b68f42c6ee80193e1503f5e457c3a6a855e X-VCS-Branch: master Date: Tue, 23 Oct 2012 12:52:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7d96dd9e-7e31-4563-810b-ada9f9b98047 X-Archives-Hash: 3fddf291bcbe8f7a3aa92ebaf9f86453 commit: 8de38b68f42c6ee80193e1503f5e457c3a6a855e Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Oct 23 12:52:00 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Oct 23 12:52:00 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=8de38b68 dev-python/rq-dashboard: initial ebuild --- dev-python/rq-dashboard/Manifest | 11 +++++++++ dev-python/rq-dashboard/metadata.xml | 8 ++++++ dev-python/rq-dashboard/rq-dashboard-0.3.ebuild | 28 +++++++++++++++++++++++ 3 files changed, 47 insertions(+), 0 deletions(-) diff --git a/dev-python/rq-dashboard/Manifest b/dev-python/rq-dashboard/Manifest new file mode 100644 index 0000000..7c25cf6 --- /dev/null +++ b/dev-python/rq-dashboard/Manifest @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + +DIST rq-dashboard-0.3.tar.gz 85513 SHA256 9920db98da93086ec433f589f0e5c0c1bcdbd50b8535de6534c81e67921785ad SHA512 24544902eb0f99c2e595c8c1d09788e1fe3b9a410613e820ba2f41deabd4d3716504e91d2c0f1f8f12367fa57a71d481c76c112aca0d39517fbc7f16d1750217 WHIRLPOOL 52a76ea60003f5a022c2b4ed4bcaa54c49a8cd0cd5c26343662144cea3401265bf483f8449f498e2e0650310486a9aae1d3d12d15f65a75f7306c40f1fe14e31 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.19 (GNU/Linux) + +iEYEAREKAAYFAlCGkvAACgkQ1fmVwcYIWAbr1gCgjylN6Pxq8cXUWeidXPBmjK2b +cnwAoK5KTzpizI1hhYVKft+fegQI9jGf +=PIEZ +-----END PGP SIGNATURE----- diff --git a/dev-python/rq-dashboard/metadata.xml b/dev-python/rq-dashboard/metadata.xml new file mode 100644 index 0000000..23310c6 --- /dev/null +++ b/dev-python/rq-dashboard/metadata.xml @@ -0,0 +1,8 @@ + + + + + eva@gentoo.org + Gilles Dartiguelongue + + diff --git a/dev-python/rq-dashboard/rq-dashboard-0.3.ebuild b/dev-python/rq-dashboard/rq-dashboard-0.3.ebuild new file mode 100644 index 0000000..891e64f --- /dev/null +++ b/dev-python/rq-dashboard/rq-dashboard-0.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rsa/rsa-3.1.1.ebuild,v 1.4 2012/08/19 18:48:44 johu Exp $ + +EAPI="4" +PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Web interface to monitor your RQ queues, jobs, and workers in realtime" +HOMEPAGE="https://github.com/nvie/rq-dashboard" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-python/flask + dev-python/redis-py + dev-python/rq + dev-python/simplejson + dev-python/times +" +DEPEND="${RDEPEND} + dev-python/setuptools +"