pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Apr 22 12:29:05 UTC 2017

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/py-django-kronos: DESCR Makefile PLIST distinfo

Log Message:
Kronos is a Django application that makes it easy to define and schedule tasks
with cron.


To generate a diff of this commit:
cvs rdiff -u -r1.1226 -r1.1227 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-django-kronos/DESCR \
    pkgsrc/www/py-django-kronos/Makefile pkgsrc/www/py-django-kronos/PLIST \
    pkgsrc/www/py-django-kronos/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1226 pkgsrc/www/Makefile:1.1227
--- pkgsrc/www/Makefile:1.1226  Sat Apr 22 10:46:18 2017
+++ pkgsrc/www/Makefile Sat Apr 22 12:29:05 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1226 2017/04/22 10:46:18 minskim Exp $
+# $NetBSD: Makefile,v 1.1227 2017/04/22 12:29:05 adam Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -617,6 +617,7 @@ SUBDIR+=    py-django-easy-thumbnails
 SUBDIR+=       py-django-filer
 SUBDIR+=       py-django-formtools
 SUBDIR+=       py-django-inline-ordering
+SUBDIR+=       py-django-kronos
 SUBDIR+=       py-django-mezzanine-filebrowser
 SUBDIR+=       py-django-mezzanine-grappelli
 SUBDIR+=       py-django-mptt

Added files:

Index: pkgsrc/www/py-django-kronos/DESCR
diff -u /dev/null pkgsrc/www/py-django-kronos/DESCR:1.1
--- /dev/null   Sat Apr 22 12:29:05 2017
+++ pkgsrc/www/py-django-kronos/DESCR   Sat Apr 22 12:29:05 2017
@@ -0,0 +1,2 @@
+Kronos is a Django application that makes it easy to define and schedule tasks
+with cron.
Index: pkgsrc/www/py-django-kronos/Makefile
diff -u /dev/null pkgsrc/www/py-django-kronos/Makefile:1.1
--- /dev/null   Sat Apr 22 12:29:05 2017
+++ pkgsrc/www/py-django-kronos/Makefile        Sat Apr 22 12:29:05 2017
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/04/22 12:29:05 adam Exp $
+
+DISTNAME=      django-kronos-1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-kronos/}
+
+MAINTAINER=    adam%NetBSD.org@localhost
+HOMEPAGE=      http://github.com/jgorset/django-kronos
+COMMENT=       Django application to define and schedule tasks with cron
+LICENSE=       mit
+
+USE_LANGUAGES=         # empty
+
+DEPENDS+=      ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-django-kronos/PLIST
diff -u /dev/null pkgsrc/www/py-django-kronos/PLIST:1.1
--- /dev/null   Sat Apr 22 12:29:05 2017
+++ pkgsrc/www/py-django-kronos/PLIST   Sat Apr 22 12:29:05 2017
@@ -0,0 +1,70 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/22 12:29:05 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/kronos/__init__.py
+${PYSITELIB}/kronos/__init__.pyc
+${PYSITELIB}/kronos/__init__.pyo
+${PYSITELIB}/kronos/management/__init__.py
+${PYSITELIB}/kronos/management/__init__.pyc
+${PYSITELIB}/kronos/management/__init__.pyo
+${PYSITELIB}/kronos/management/commands/__init__.py
+${PYSITELIB}/kronos/management/commands/__init__.pyc
+${PYSITELIB}/kronos/management/commands/__init__.pyo
+${PYSITELIB}/kronos/management/commands/installtasks.py
+${PYSITELIB}/kronos/management/commands/installtasks.pyc
+${PYSITELIB}/kronos/management/commands/installtasks.pyo
+${PYSITELIB}/kronos/management/commands/runtask.py
+${PYSITELIB}/kronos/management/commands/runtask.pyc
+${PYSITELIB}/kronos/management/commands/runtask.pyo
+${PYSITELIB}/kronos/management/commands/showtasks.py
+${PYSITELIB}/kronos/management/commands/showtasks.pyc
+${PYSITELIB}/kronos/management/commands/showtasks.pyo
+${PYSITELIB}/kronos/management/commands/uninstalltasks.py
+${PYSITELIB}/kronos/management/commands/uninstalltasks.pyc
+${PYSITELIB}/kronos/management/commands/uninstalltasks.pyo
+${PYSITELIB}/kronos/settings.py
+${PYSITELIB}/kronos/settings.pyc
+${PYSITELIB}/kronos/settings.pyo
+${PYSITELIB}/kronos/settings_test.py
+${PYSITELIB}/kronos/settings_test.pyc
+${PYSITELIB}/kronos/settings_test.pyo
+${PYSITELIB}/kronos/tests/__init__.py
+${PYSITELIB}/kronos/tests/__init__.pyc
+${PYSITELIB}/kronos/tests/__init__.pyo
+${PYSITELIB}/kronos/tests/project/__init__.py
+${PYSITELIB}/kronos/tests/project/__init__.pyc
+${PYSITELIB}/kronos/tests/project/__init__.pyo
+${PYSITELIB}/kronos/tests/project/app/__init__.py
+${PYSITELIB}/kronos/tests/project/app/__init__.pyc
+${PYSITELIB}/kronos/tests/project/app/__init__.pyo
+${PYSITELIB}/kronos/tests/project/app/cron.py
+${PYSITELIB}/kronos/tests/project/app/cron.pyc
+${PYSITELIB}/kronos/tests/project/app/cron.pyo
+${PYSITELIB}/kronos/tests/project/app/management/__init__.py
+${PYSITELIB}/kronos/tests/project/app/management/__init__.pyc
+${PYSITELIB}/kronos/tests/project/app/management/__init__.pyo
+${PYSITELIB}/kronos/tests/project/app/management/commands/__init__.py
+${PYSITELIB}/kronos/tests/project/app/management/commands/__init__.pyc
+${PYSITELIB}/kronos/tests/project/app/management/commands/__init__.pyo
+${PYSITELIB}/kronos/tests/project/app/management/commands/task.py
+${PYSITELIB}/kronos/tests/project/app/management/commands/task.pyc
+${PYSITELIB}/kronos/tests/project/app/management/commands/task.pyo
+${PYSITELIB}/kronos/tests/project/app/management/commands/task_with_args.py
+${PYSITELIB}/kronos/tests/project/app/management/commands/task_with_args.pyc
+${PYSITELIB}/kronos/tests/project/app/management/commands/task_with_args.pyo
+${PYSITELIB}/kronos/tests/project/app/management/commands/task_with_empty_args.py
+${PYSITELIB}/kronos/tests/project/app/management/commands/task_with_empty_args.pyc
+${PYSITELIB}/kronos/tests/project/app/management/commands/task_with_empty_args.pyo
+${PYSITELIB}/kronos/tests/project/cron.py
+${PYSITELIB}/kronos/tests/project/cron.pyc
+${PYSITELIB}/kronos/tests/project/cron.pyo
+${PYSITELIB}/kronos/tests/tests.py
+${PYSITELIB}/kronos/tests/tests.pyc
+${PYSITELIB}/kronos/tests/tests.pyo
+${PYSITELIB}/kronos/version.py
+${PYSITELIB}/kronos/version.pyc
+${PYSITELIB}/kronos/version.pyo
Index: pkgsrc/www/py-django-kronos/distinfo
diff -u /dev/null pkgsrc/www/py-django-kronos/distinfo:1.1
--- /dev/null   Sat Apr 22 12:29:05 2017
+++ pkgsrc/www/py-django-kronos/distinfo        Sat Apr 22 12:29:05 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/22 12:29:05 adam Exp $
+
+SHA1 (django-kronos-1.0.tar.gz) = 98fa33f40a0265a35c00cae119c5fc364807a735
+RMD160 (django-kronos-1.0.tar.gz) = e8363a2fbdc5f78f9579bef92c631d960bdaf7e6
+SHA512 (django-kronos-1.0.tar.gz) = 754753f0b65524d5396437cc0c6451c90ddc09c2202d6aa64cae1b9e8375f385f5bb8fa9e1d91886f2c0e0fa3370aa7f6ac0f615f78952069bd9f3babdfad0c3
+Size (django-kronos-1.0.tar.gz) = 10824 bytes



Home | Main Index | Thread Index | Old Index