* [gentoo-commits] dev/eva:master commit in: dev-python/rq-dashboard/
@ 2015-07-27 22:06 Gilles Dartiguelongue
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue @ 2015-07-27 22:06 UTC (permalink / raw
To: gentoo-commits
commit: c2d701026eaa6e5a469778e9d0ab9a22b83958be
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 27 18:55:33 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Jul 27 19:07:41 2015 +0000
URL: https://gitweb.gentoo.org/dev/eva.git/commit/?id=c2d70102
dev-python/rq-dashboard: 0.3 → 0.3.4
dev-python/rq-dashboard/Manifest | 12 +-----------
.../{rq-dashboard-0.3.ebuild => rq-dashboard-0.3.4.ebuild} | 14 +++++++-------
2 files changed, 8 insertions(+), 18 deletions(-)
diff --git a/dev-python/rq-dashboard/Manifest b/dev-python/rq-dashboard/Manifest
index 7c25cf6..c172952 100644
--- a/dev-python/rq-dashboard/Manifest
+++ b/dev-python/rq-dashboard/Manifest
@@ -1,11 +1 @@
------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-----
+DIST rq-dashboard-0.3.4.tar.gz 90215 SHA256 79db87cae89414b4d38aeb56669fb22c61a546cae5d734973673ad42f7dbd75b SHA512 dc0fdcd07f598ec5f9d5eb36338d734979c1c9ffa3e618f28a193063969adc85b17e140aef5e34ae65a8f8701611146baf07cb3e92e758ea3ecd053d6354a4e5 WHIRLPOOL 23c2e4094ca25119ce043cf98eccbeed9d4cd53d9c5621d18332843bdec499d337443fa043dc08990d345e59388d529e2084b4f6599af06579638421a699c939
diff --git a/dev-python/rq-dashboard/rq-dashboard-0.3.ebuild b/dev-python/rq-dashboard/rq-dashboard-0.3.4.ebuild
similarity index 60%
rename from dev-python/rq-dashboard/rq-dashboard-0.3.ebuild
rename to dev-python/rq-dashboard/rq-dashboard-0.3.4.ebuild
index e105f01..226bf54 100644
--- a/dev-python/rq-dashboard/rq-dashboard-0.3.ebuild
+++ b/dev-python/rq-dashboard/rq-dashboard-0.3.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
-PYTHON_COMPAT=( python2_{5,6,7} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
@@ -17,11 +17,11 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
- dev-python/flask
- dev-python/redis-py
- dev-python/rq
- dev-python/simplejson
- dev-python/times
+ dev-python/flask[${PYTHON_USEDEP}]
+ dev-python/redis-py[${PYTHON_USEDEP}]
+ >=dev-python/rq-0.3.8[${PYTHON_USEDEP}]
+ dev-python/simplejson[${PYTHON_USEDEP}]
+ dev-python/times[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
dev-python/setuptools
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] dev/eva:master commit in: dev-python/rq-dashboard/
@ 2015-11-24 19:32 Gilles Dartiguelongue
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue @ 2015-11-24 19:32 UTC (permalink / raw
To: gentoo-commits
commit: 4ffece28ff05e981803d37b06e20d43a2979878a
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 24 19:18:11 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Nov 24 19:20:05 2015 +0000
URL: https://gitweb.gentoo.org/dev/eva.git/commit/?id=4ffece28
dev-python/rq-dashboard: drop python3_3 support
Package-Manager: portage-2.2.25
Manifest-Sign-Key: C6085806
dev-python/rq-dashboard/rq-dashboard-0.3.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/rq-dashboard/rq-dashboard-0.3.4.ebuild b/dev-python/rq-dashboard/rq-dashboard-0.3.4.ebuild
index 9e4e33e..ec562fd 100644
--- a/dev-python/rq-dashboard/rq-dashboard-0.3.4.ebuild
+++ b/dev-python/rq-dashboard/rq-dashboard-0.3.4.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] dev/eva:master commit in: dev-python/rq-dashboard/
@ 2012-11-22 21:18 Gilles Dartiguelongue
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-22 21:18 UTC (permalink / raw
To: gentoo-commits
commit: c11dc3a3d906b2585a39098fbe73b087ce17e522
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 22 19:26:04 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Nov 22 19:26:04 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=c11dc3a3
dev-python/rq-dashboard: add upstream tag to metadata.xml
---
dev-python/rq-dashboard/metadata.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/dev-python/rq-dashboard/metadata.xml b/dev-python/rq-dashboard/metadata.xml
index 23310c6..4c565ed 100644
--- a/dev-python/rq-dashboard/metadata.xml
+++ b/dev-python/rq-dashboard/metadata.xml
@@ -5,4 +5,7 @@
<email>eva@gentoo.org</email>
<name>Gilles Dartiguelongue</name>
</maintainer>
+<upstream>
+ <remote-id type="pypi">rq-dashboard</remote-id>
+</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] dev/eva:master commit in: dev-python/rq-dashboard/
@ 2012-10-23 12:52 Gilles Dartiguelongue
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-23 12:52 UTC (permalink / raw
To: gentoo-commits
commit: 8de38b68f42c6ee80193e1503f5e457c3a6a855e
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 23 12:52:00 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>eva@gentoo.org</email>
+ <name>Gilles Dartiguelongue</name>
+</maintainer>
+</pkgmetadata>
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
+"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-11-24 19:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-27 22:06 [gentoo-commits] dev/eva:master commit in: dev-python/rq-dashboard/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2015-11-24 19:32 Gilles Dartiguelongue
2012-11-22 21:18 Gilles Dartiguelongue
2012-10-23 12:52 Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox