SF.net SVN: gar:[23079] csw/mgar/pkg/lang-python
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Fri Feb 28 09:18:54 CET 2014
Revision: 23079
http://sourceforge.net/p/gar/code/23079
Author: cgrzemba
Date: 2014-02-28 08:18:54 +0000 (Fri, 28 Feb 2014)
Log Message:
-----------
lang-python/django-schedule/trunk: Initial commit
Added Paths:
-----------
csw/mgar/pkg/lang-python/django-schedule/
csw/mgar/pkg/lang-python/django-schedule/Makefile
csw/mgar/pkg/lang-python/django-schedule/branches/
csw/mgar/pkg/lang-python/django-schedule/tags/
csw/mgar/pkg/lang-python/django-schedule/trunk/
csw/mgar/pkg/lang-python/django-schedule/trunk/Makefile
csw/mgar/pkg/lang-python/django-schedule/trunk/checksums
csw/mgar/pkg/lang-python/django-schedule/trunk/files/
Added: csw/mgar/pkg/lang-python/django-schedule/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/django-schedule/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/django-schedule/Makefile 2014-02-28 08:18:54 UTC (rev 23079)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Index: csw/mgar/pkg/lang-python/django-schedule/trunk
===================================================================
--- csw/mgar/pkg/lang-python/django-schedule/trunk 2014-02-28 08:18:12 UTC (rev 23078)
+++ csw/mgar/pkg/lang-python/django-schedule/trunk 2014-02-28 08:18:54 UTC (rev 23079)
Property changes on: csw/mgar/pkg/lang-python/django-schedule/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/lang-python/django-schedule/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/django-schedule/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/django-schedule/trunk/Makefile 2014-02-28 08:18:54 UTC (rev 23079)
@@ -0,0 +1,25 @@
+# Copyright 2011 OpenCSW
+# Distributed under the terms of the GNU General Public License v2
+
+NAME = django-schedule
+VERSION = 0.5b
+CATEGORIES = python
+GARTYPE = v2
+DESCRIPTION = A
+define BLURB
+ simple.
+endef
+
+GIT_REPOS = git://github.com/thauber/django-schedule.git
+# DISTNAME = $(NAME)-$(VERSION)
+# DISTFILES = $(DISTNAME).tar.gz
+
+BUILD_DEP_PKGS += CSWpysetuptools
+RUNTIME_DEP_PKGS += CSWpy-django
+
+# checkpkg can't detect python run time dependencies
+
+# SKIPTEST=1
+#TEST_TARGET = check
+
+include gar/category.mk
Property changes on: csw/mgar/pkg/lang-python/django-schedule/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/lang-python/django-schedule/trunk/checksums
===================================================================
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