SF.net SVN: gar:[23796] csw/mgar/pkg/lang-python/django-schedule/trunk/ Makefile
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Tue Jun 17 09:11:52 CEST 2014
Revision: 23796
http://sourceforge.net/p/gar/code/23796
Author: cgrzemba
Date: 2014-06-17 07:11:50 +0000 (Tue, 17 Jun 2014)
Log Message:
-----------
lang-python/django-schedule/trunk: add license
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-16 15:07:42 UTC (rev 23795)
+++ csw/mgar/pkg/lang-python/django-schedule/trunk/Makefile 2014-06-17 07:11:50 UTC (rev 23796)
@@ -5,7 +5,7 @@
VERSION = 0.5b
CATEGORIES = python
GARTYPE = v2
-DESCRIPTION = A
+DESCRIPTION = A calendaring app for Django
define BLURB
simple.
endef
@@ -14,12 +14,13 @@
# DISTNAME = $(NAME)-$(VERSION)
# DISTFILES = $(DISTNAME).tar.gz
-BUILD_DEP_PKGS += CSWpysetuptools
+LICENSE = LICENCSE.txt
+
+BUILD_DEP_PKGS += CSWpy-setuptools
RUNTIME_DEP_PKGS += CSWpy-django
# checkpkg can't detect python run time dependencies
-# SKIPTEST=1
-#TEST_TARGET = check
+SKIPTEST=1
include gar/category.mk
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