Revision: 25767 http://sourceforge.net/p/gar/code/25767 Author: cgrzemba Date: 2016-06-07 14:49:34 +0000 (Tue, 07 Jun 2016) Log Message: ----------- lang-python/flask/trunk: Initial commit
Added Paths: ----------- csw/mgar/pkg/lang-python/flask/ csw/mgar/pkg/lang-python/flask/Makefile csw/mgar/pkg/lang-python/flask/branches/ csw/mgar/pkg/lang-python/flask/tags/ csw/mgar/pkg/lang-python/flask/trunk/ csw/mgar/pkg/lang-python/flask/trunk/Makefile csw/mgar/pkg/lang-python/flask/trunk/checksums csw/mgar/pkg/lang-python/flask/trunk/files/ Added: csw/mgar/pkg/lang-python/flask/Makefile =================================================================== --- csw/mgar/pkg/lang-python/flask/Makefile (rev 0) +++ csw/mgar/pkg/lang-python/flask/Makefile 2016-06-07 14:49:34 UTC (rev 25767) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/lang-python/flask/trunk =================================================================== --- csw/mgar/pkg/lang-python/flask/trunk 2016-06-07 14:37:38 UTC (rev 25766) +++ csw/mgar/pkg/lang-python/flask/trunk 2016-06-07 14:49:34 UTC (rev 25767) Property changes on: csw/mgar/pkg/lang-python/flask/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/lang-python/flask/trunk/Makefile =================================================================== --- csw/mgar/pkg/lang-python/flask/trunk/Makefile (rev 0) +++ csw/mgar/pkg/lang-python/flask/trunk/Makefile 2016-06-07 14:49:34 UTC (rev 25767) @@ -0,0 +1,31 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = Flask +VERSION = 0.11 +GARTYPE = v2 +CATEGORIES = python + +DESCRIPTION = Python WEB framwork +define BLURB + Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. +endef + +MASTER_SITES = https://pypi.python.org/packages/dc/ca/c0ed9cc90c079085c698e284b672edbc1ffd6866b1830574095cbc5b7752/ +DISTFILES = $(DISTNAME).tar.gz + +PACKAGES += CSWpy-flask +ARCHALL_CSWpy-flask = 1 + +RUNTIME_DEP_PKGS += CSWpy-click +RUNTIME_DEP_PKGS += CSWpy-werkzeug +RUNTIME_DEP_PKGS += CSWpy-jinja2 +RUNTIME_DEP_PKGS += CSWpy-itsdangerous + +# requirements not fulfilled on buildfarm in the moment +SKIPTEST = 1 + +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk + Property changes on: csw/mgar/pkg/lang-python/flask/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/lang-python/flask/trunk/checksums =================================================================== --- csw/mgar/pkg/lang-python/flask/trunk/checksums (rev 0) +++ csw/mgar/pkg/lang-python/flask/trunk/checksums 2016-06-07 14:49:34 UTC (rev 25767) @@ -0,0 +1 @@ +89fbdcb04b7b96c5b24625ae299cf48b Flask-0.11.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.