SF.net SVN: gar:[23809] csw/mgar/pkg/lang-python/django-schedule/trunk/ Makefile
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Wed Jun 18 10:49:09 CEST 2014
Revision: 23809
http://sourceforge.net/p/gar/code/23809
Author: cgrzemba
Date: 2014-06-18 08:49:08 +0000 (Wed, 18 Jun 2014)
Log Message:
-----------
lang-python/django-schedule/trunk: switch to a more recent fork
Modified Paths:
--------------
csw/mgar/pkg/lang-python/django-schedule/trunk/Makefile
Modified: csw/mgar/pkg/lang-python/django-schedule/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/django-schedule/trunk/Makefile 2014-06-17 17:42:51 UTC (rev 23808)
+++ csw/mgar/pkg/lang-python/django-schedule/trunk/Makefile 2014-06-18 08:49:08 UTC (rev 23809)
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
NAME = django-schedule
-VERSION = 1.1-alpha
+VERSION = git
CATEGORIES = python
GARTYPE = v2
DESCRIPTION = A calendaring app for Django
@@ -10,13 +10,13 @@
simple.
endef
-GIT_REPOS = git://github.com/thauber/django-schedule.git
+GIT_REPOS = git://github.com/atiberghien/django-schedule.git
# DISTNAME = $(NAME)-$(VERSION)
# DISTFILES = $(DISTNAME).tar.gz
LICENSE = LICENCSE.txt
-PATCHFILES += 0001-add-schedule.conf.patch
+# PATCHFILES += 0001-add-schedule.conf.patch
BUILD_DEP_PKGS += CSWpy-setuptools
RUNTIME_DEP_PKGS += CSWpy-django
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