diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2023-03-17 14:01:38 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2023-03-17 14:01:38 +0100 |
commit | 835df0d34701658afc1a50e66da794700236a85d (patch) | |
tree | 1b83a1f506b404fa00c19f56db3738319d4bfffb | |
parent | dev-python/rq: treeclean (diff) | |
download | eva-835df0d34701658afc1a50e66da794700236a85d.tar.gz eva-835df0d34701658afc1a50e66da794700236a85d.tar.bz2 eva-835df0d34701658afc1a50e66da794700236a85d.zip |
dev-python/rq-dashboard: treeclean
Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
-rw-r--r-- | dev-python/rq-dashboard/Manifest | 11 | ||||
-rw-r--r-- | dev-python/rq-dashboard/metadata.xml | 12 | ||||
-rw-r--r-- | dev-python/rq-dashboard/rq-dashboard-0.3.4.ebuild | 27 |
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-python/rq-dashboard/Manifest b/dev-python/rq-dashboard/Manifest deleted file mode 100644 index 5f17894..0000000 --- a/dev-python/rq-dashboard/Manifest +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA512 - -DIST rq-dashboard-0.3.4.tar.gz 90215 SHA256 79db87cae89414b4d38aeb56669fb22c61a546cae5d734973673ad42f7dbd75b SHA512 dc0fdcd07f598ec5f9d5eb36338d734979c1c9ffa3e618f28a193063969adc85b17e140aef5e34ae65a8f8701611146baf07cb3e92e758ea3ecd053d6354a4e5 WHIRLPOOL 23c2e4094ca25119ce043cf98eccbeed9d4cd53d9c5621d18332843bdec499d337443fa043dc08990d345e59388d529e2084b4f6599af06579638421a699c939 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iEYEAREKAAYFAlY5PHoACgkQ1fmVwcYIWAZyMwCeIEZsRkcFJY3JWEjrj65J2PGs -avgAoJPjkodURSa4TjAXpJzPJOKdFMke -=02OY ------END PGP SIGNATURE----- diff --git a/dev-python/rq-dashboard/metadata.xml b/dev-python/rq-dashboard/metadata.xml deleted file mode 100644 index e3beaf3..0000000 --- a/dev-python/rq-dashboard/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <email>eva@gentoo.org</email> - <name>Gilles Dartiguelongue</name> -</maintainer> -<upstream> - <remote-id type="pypi">rq-dashboard</remote-id> - <remote-id type="github">nvie/rq-dashboard</remote-id> -</upstream> -</pkgmetadata> diff --git a/dev-python/rq-dashboard/rq-dashboard-0.3.4.ebuild b/dev-python/rq-dashboard/rq-dashboard-0.3.4.ebuild deleted file mode 100644 index 634c04f..0000000 --- a/dev-python/rq-dashboard/rq-dashboard-0.3.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4} ) - -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[${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 -" |