SF.net SVN: gar:[23811] csw/mgar/pkg/lang-python
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Wed Jun 18 12:43:10 CEST 2014
Revision: 23811
http://sourceforge.net/p/gar/code/23811
Author: cgrzemba
Date: 2014-06-18 10:43:06 +0000 (Wed, 18 Jun 2014)
Log Message:
-----------
lang-python/sqlparse/trunk: Initial commit
Added Paths:
-----------
csw/mgar/pkg/lang-python/sqlparse/
csw/mgar/pkg/lang-python/sqlparse/Makefile
csw/mgar/pkg/lang-python/sqlparse/branches/
csw/mgar/pkg/lang-python/sqlparse/tags/
csw/mgar/pkg/lang-python/sqlparse/trunk/
csw/mgar/pkg/lang-python/sqlparse/trunk/Makefile
csw/mgar/pkg/lang-python/sqlparse/trunk/checksums
csw/mgar/pkg/lang-python/sqlparse/trunk/files/
Added: csw/mgar/pkg/lang-python/sqlparse/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/sqlparse/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/sqlparse/Makefile 2014-06-18 10:43:06 UTC (rev 23811)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Index: csw/mgar/pkg/lang-python/sqlparse/trunk
===================================================================
--- csw/mgar/pkg/lang-python/sqlparse/trunk 2014-06-18 10:23:03 UTC (rev 23810)
+++ csw/mgar/pkg/lang-python/sqlparse/trunk 2014-06-18 10:43:06 UTC (rev 23811)
Property changes on: csw/mgar/pkg/lang-python/sqlparse/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/lang-python/sqlparse/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/sqlparse/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/sqlparse/trunk/Makefile 2014-06-18 10:43:06 UTC (rev 23811)
@@ -0,0 +1,22 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = sqlparse
+VERSION = 0.1.11
+GARTYPE = v2
+CATEGORIES = python
+
+DESCRIPTION = Non-validating SQL parser module
+define BLURB
+ Long description
+endef
+
+MASTER_SITES = https://pypi.python.org/packages/source/s/sqlparse/
+DISTFILES = $(DISTNAME).tar.gz
+
+ARCHALL_CSWpy-sqlparse = 1
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/lang-python/sqlparse/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/lang-python/sqlparse/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/sqlparse/trunk/checksums (rev 0)
+++ csw/mgar/pkg/lang-python/sqlparse/trunk/checksums 2014-06-18 10:43:06 UTC (rev 23811)
@@ -0,0 +1 @@
+abc3315f4970e7ff0f6758d693dc8a45 sqlparse-0.1.11.tar.gz
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