Date: Wed, 20 Apr 2016 18:41:25 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413695 - in head/devel: . py-django-rq-dashboard Message-ID: <201604201841.u3KIfPu2043276@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Apr 20 18:41:25 2016 New Revision: 413695 URL: https://svnweb.freebsd.org/changeset/ports/413695 Log: devel/py-django-rq-dashboard: create port RQ is a simple task queue for queuing and processing jobs. django-rq-dashboard is a web frontend to monitor your RQ queues, jobs and workers in realtime from the Django admin. WWW: https://github.com/brutasse/django-rq-dashboard Added: head/devel/py-django-rq-dashboard/ head/devel/py-django-rq-dashboard/Makefile (contents, props changed) head/devel/py-django-rq-dashboard/distinfo (contents, props changed) head/devel/py-django-rq-dashboard/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Apr 20 17:31:27 2016 (r413694) +++ head/devel/Makefile Wed Apr 20 18:41:25 2016 (r413695) @@ -4050,6 +4050,7 @@ SUBDIR += py-dirspec SUBDIR += py-distorm SUBDIR += py-django-rq + SUBDIR += py-django-rq-dashboard SUBDIR += py-django-tastypie-mongoengine SUBDIR += py-django16-tastypie-mongoengine SUBDIR += py-docker-py Added: head/devel/py-django-rq-dashboard/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-django-rq-dashboard/Makefile Wed Apr 20 18:41:25 2016 (r413695) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= django-rq-dashboard +PORTVERSION= 0.3.0 +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= swills@FreeBSD.org +COMMENT= Monitor your RQ queues, jobs and workers from the Django admin + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-rq>0:devel/py-django-rq + +USE_GITHUB= yes +GH_ACCOUNT= brutasse + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/devel/py-django-rq-dashboard/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-django-rq-dashboard/distinfo Wed Apr 20 18:41:25 2016 (r413695) @@ -0,0 +1,2 @@ +SHA256 (brutasse-django-rq-dashboard-0.3.0_GH0.tar.gz) = 8cc76eeedf9ddb7e2b0969b82de4c7f7b54d0830972808b210e3a53ee8abd4cc +SIZE (brutasse-django-rq-dashboard-0.3.0_GH0.tar.gz) = 45686 Added: head/devel/py-django-rq-dashboard/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-django-rq-dashboard/pkg-descr Wed Apr 20 18:41:25 2016 (r413695) @@ -0,0 +1,5 @@ +RQ is a simple task queue for queuing and processing jobs. django-rq-dashboard +is a web frontend to monitor your RQ queues, jobs and workers in realtime from +the Django admin. + +WWW: https://github.com/brutasse/django-rq-dashboard
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604201841.u3KIfPu2043276>