SF.net SVN: gar:[23806] csw/mgar/pkg/lang-python/django-schedule/trunk
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Tue Jun 17 16:57:35 CEST 2014
Revision: 23806
http://sourceforge.net/p/gar/code/23806
Author: cgrzemba
Date: 2014-06-17 14:57:32 +0000 (Tue, 17 Jun 2014)
Log Message:
-----------
lang-python/django-schedule/trunk: add conf to package: https://github.com/thauber/django-schedule/issues/26
Modified Paths:
--------------
csw/mgar/pkg/lang-python/django-schedule/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/lang-python/django-schedule/trunk/files/0001-add-schedule.conf.patch
Modified: csw/mgar/pkg/lang-python/django-schedule/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/django-schedule/trunk/Makefile 2014-06-17 14:22:00 UTC (rev 23805)
+++ csw/mgar/pkg/lang-python/django-schedule/trunk/Makefile 2014-06-17 14:57:32 UTC (rev 23806)
@@ -16,6 +16,8 @@
LICENSE = LICENCSE.txt
+PATCHFILES += 0001-add-schedule.conf.patch
+
BUILD_DEP_PKGS += CSWpy-setuptools
RUNTIME_DEP_PKGS += CSWpy-django
CHECKPKG_OVERRIDES_CSWpy-django-schedule += surplus-dependency|CSWpy-django
Added: csw/mgar/pkg/lang-python/django-schedule/trunk/files/0001-add-schedule.conf.patch
===================================================================
--- csw/mgar/pkg/lang-python/django-schedule/trunk/files/0001-add-schedule.conf.patch (rev 0)
+++ csw/mgar/pkg/lang-python/django-schedule/trunk/files/0001-add-schedule.conf.patch 2014-06-17 14:57:32 UTC (rev 23806)
@@ -0,0 +1,10 @@
+--- a/setup.py
++++ b/setup.py
+@@ -11,6 +11,7 @@ setup(
+ url='http://github.com/thauber/django-schedule/tree/master',
+ packages=[
+ 'schedule',
++ 'schedule.conf',
+ 'schedule.feeds',
+ 'schedule.management',
+ 'schedule.management.commands',
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list