summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-01-11 14:35:39 +0000
committeradam <adam@pkgsrc.org>2018-01-11 14:35:39 +0000
commitd7f14dd68efb83bb64395d7be7e9595cf86c62c8 (patch)
tree8ff95208e4b3f50bb12695772a6c0e1680d189ae /www
parentecd068737260bcd908d9d0557142054af53a3da5 (diff)
downloadpkgsrc-d7f14dd68efb83bb64395d7be7e9595cf86c62c8.tar.gz
py-django-celery-beat: added version 1.1.0
This extension enables you to store the periodic task schedule in the database. The periodic tasks can be managed from the Django Admin interface, where you can create, edit and delete periodic tasks and how often they should run.
Diffstat (limited to 'www')
-rw-r--r--www/Makefile3
-rw-r--r--www/py-django-celery-beat/DESCR4
-rw-r--r--www/py-django-celery-beat/Makefile25
-rw-r--r--www/py-django-celery-beat/PLIST44
-rw-r--r--www/py-django-celery-beat/distinfo6
5 files changed, 81 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile
index fbc58a0943e..e31f76b62e3 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1300 2018/01/11 14:07:11 adam Exp $
+# $NetBSD: Makefile,v 1.1301 2018/01/11 14:35:39 adam Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -605,6 +605,7 @@ SUBDIR+= py-django-admin-rangefilter
SUBDIR+= py-django-admin-sortable2
SUBDIR+= py-django-appconf
SUBDIR+= py-django-appmedia
+SUBDIR+= py-django-celery-beat
SUBDIR+= py-django-classy-tags
SUBDIR+= py-django-cms
SUBDIR+= py-django-cmsplugin_gallery
diff --git a/www/py-django-celery-beat/DESCR b/www/py-django-celery-beat/DESCR
new file mode 100644
index 00000000000..e2a44f531be
--- /dev/null
+++ b/www/py-django-celery-beat/DESCR
@@ -0,0 +1,4 @@
+This extension enables you to store the periodic task schedule in the database.
+
+The periodic tasks can be managed from the Django Admin interface, where you
+can create, edit and delete periodic tasks and how often they should run.
diff --git a/www/py-django-celery-beat/Makefile b/www/py-django-celery-beat/Makefile
new file mode 100644
index 00000000000..bfb58fd656c
--- /dev/null
+++ b/www/py-django-celery-beat/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2018/01/11 14:35:39 adam Exp $
+
+DISTNAME= django-celery-beat-1.1.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= www python
+MASTER_SITES= ${MASTER_SITE_PYPI:=d/django_celery_beat/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/celery/django-celery-beat
+COMMENT= Database-backed Periodic Tasks
+LICENSE= modified-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-celery>=4.0:../../net/py-celery
+DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
+DEPENDS+= ${PYPKGPREFIX}-ephem>=3.7.6.0:../../math/py-ephem
+# TEST_DEPENDS
+BUILD_DEPENDS+= ${PYPKGPREFIX}-case>=1.3.1:../../devel/py-case
+BUILD_DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test>=3.0:../../devel/py-test
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test-django-[0-9]*:../../www/py-test-django
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/py-django-celery-beat/PLIST b/www/py-django-celery-beat/PLIST
new file mode 100644
index 00000000000..841c5797ef1
--- /dev/null
+++ b/www/py-django-celery-beat/PLIST
@@ -0,0 +1,44 @@
+@comment $NetBSD: PLIST,v 1.1 2018/01/11 14:35:39 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/django_celery_beat/__init__.py
+${PYSITELIB}/django_celery_beat/__init__.pyc
+${PYSITELIB}/django_celery_beat/__init__.pyo
+${PYSITELIB}/django_celery_beat/admin.py
+${PYSITELIB}/django_celery_beat/admin.pyc
+${PYSITELIB}/django_celery_beat/admin.pyo
+${PYSITELIB}/django_celery_beat/apps.py
+${PYSITELIB}/django_celery_beat/apps.pyc
+${PYSITELIB}/django_celery_beat/apps.pyo
+${PYSITELIB}/django_celery_beat/managers.py
+${PYSITELIB}/django_celery_beat/managers.pyc
+${PYSITELIB}/django_celery_beat/managers.pyo
+${PYSITELIB}/django_celery_beat/migrations/0001_initial.py
+${PYSITELIB}/django_celery_beat/migrations/0001_initial.pyc
+${PYSITELIB}/django_celery_beat/migrations/0001_initial.pyo
+${PYSITELIB}/django_celery_beat/migrations/0002_auto_20161118_0346.py
+${PYSITELIB}/django_celery_beat/migrations/0002_auto_20161118_0346.pyc
+${PYSITELIB}/django_celery_beat/migrations/0002_auto_20161118_0346.pyo
+${PYSITELIB}/django_celery_beat/migrations/0003_auto_20161209_0049.py
+${PYSITELIB}/django_celery_beat/migrations/0003_auto_20161209_0049.pyc
+${PYSITELIB}/django_celery_beat/migrations/0003_auto_20161209_0049.pyo
+${PYSITELIB}/django_celery_beat/migrations/0004_auto_20170221_0000.py
+${PYSITELIB}/django_celery_beat/migrations/0004_auto_20170221_0000.pyc
+${PYSITELIB}/django_celery_beat/migrations/0004_auto_20170221_0000.pyo
+${PYSITELIB}/django_celery_beat/migrations/__init__.py
+${PYSITELIB}/django_celery_beat/migrations/__init__.pyc
+${PYSITELIB}/django_celery_beat/migrations/__init__.pyo
+${PYSITELIB}/django_celery_beat/models.py
+${PYSITELIB}/django_celery_beat/models.pyc
+${PYSITELIB}/django_celery_beat/models.pyo
+${PYSITELIB}/django_celery_beat/schedulers.py
+${PYSITELIB}/django_celery_beat/schedulers.pyc
+${PYSITELIB}/django_celery_beat/schedulers.pyo
+${PYSITELIB}/django_celery_beat/utils.py
+${PYSITELIB}/django_celery_beat/utils.pyc
+${PYSITELIB}/django_celery_beat/utils.pyo
diff --git a/www/py-django-celery-beat/distinfo b/www/py-django-celery-beat/distinfo
new file mode 100644
index 00000000000..55c113f0f01
--- /dev/null
+++ b/www/py-django-celery-beat/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/01/11 14:35:39 adam Exp $
+
+SHA1 (django-celery-beat-1.1.0.tar.gz) = 3963a7800b0ad9698b9e6ee04b29efee7ac9ad05
+RMD160 (django-celery-beat-1.1.0.tar.gz) = 9782dae95eb55212a3c970590c72d5ce1be1100f
+SHA512 (django-celery-beat-1.1.0.tar.gz) = 48e194c61b4159e40f06a8fc785166e50fc165e73a403b6a8a5568d4315e7778dd093af4203554536c241e80604756ee5993bbe713d450629f14dc4096f56858
+Size (django-celery-beat-1.1.0.tar.gz) = 63312 bytes