SF.net SVN: gar:[22916] csw/mgar/pkg/lang-python

opk at users.sourceforge.net opk at users.sourceforge.net
Thu Jan 30 10:51:43 CET 2014


Revision: 22916
          http://sourceforge.net/p/gar/code/22916
Author:   opk
Date:     2014-01-30 09:51:42 +0000 (Thu, 30 Jan 2014)
Log Message:
-----------
lang-python/pyparsing: package pyparsing module needed by matplotlib

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/matplotlib/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/lang-python/pyparsing/
    csw/mgar/pkg/lang-python/pyparsing/Makefile
    csw/mgar/pkg/lang-python/pyparsing/branches/
    csw/mgar/pkg/lang-python/pyparsing/tags/
    csw/mgar/pkg/lang-python/pyparsing/trunk/
    csw/mgar/pkg/lang-python/pyparsing/trunk/Makefile
    csw/mgar/pkg/lang-python/pyparsing/trunk/checksums
    csw/mgar/pkg/lang-python/pyparsing/trunk/files/

Modified: csw/mgar/pkg/lang-python/matplotlib/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/matplotlib/trunk/Makefile	2014-01-29 21:23:23 UTC (rev 22915)
+++ csw/mgar/pkg/lang-python/matplotlib/trunk/Makefile	2014-01-30 09:51:42 UTC (rev 22916)
@@ -34,6 +34,7 @@
 RUNTIME_DEP_PKGS += CSWlibpng15-15
 RUNTIME_DEP_PKGS += CSWlibgcc-s1
 RUNTIME_DEP_PKGS += CSWlibfreetype6
+RUNTIME_DEP_PKGS += CSWpy-pyparsing
 
 CHECKPKG_OVERRIDES_CSWpy-matplotlib += python-package-missing-py26-files
 CHECKPKG_OVERRIDES_CSWpy-matplotlib += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.7/site-packages/matplotlib/dviread.py

Added: csw/mgar/pkg/lang-python/pyparsing/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/pyparsing/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/pyparsing/Makefile	2014-01-30 09:51:42 UTC (rev 22916)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*

Index: csw/mgar/pkg/lang-python/pyparsing/trunk
===================================================================
--- csw/mgar/pkg/lang-python/pyparsing/trunk	2014-01-29 21:23:23 UTC (rev 22915)
+++ csw/mgar/pkg/lang-python/pyparsing/trunk	2014-01-30 09:51:42 UTC (rev 22916)

Property changes on: csw/mgar/pkg/lang-python/pyparsing/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/lang-python/pyparsing/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/pyparsing/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/pyparsing/trunk/Makefile	2014-01-30 09:51:42 UTC (rev 22916)
@@ -0,0 +1,24 @@
+# $Id$
+
+NAME = pyparsing
+VERSION = 2.0.1
+CATEGORIES = python
+GARTYPE = v2
+
+DESCRIPTION = Python parsing module
+define BLURB
+  The pyparsing module is an alternative approach to creating and executing
+  simple grammars, vs. the traditional lex/yacc approach, or the use of regular
+  expressions. The pyparsing module provides a library of classes that client
+  code uses to construct the grammar directly in Python code.
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES  = $(DISTNAME).tar.gz
+LICENSE = LICENSE
+TEST_SCRIPTS =
+
+ARCHALL = 1
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/lang-python/pyparsing/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/lang-python/pyparsing/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/pyparsing/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/pyparsing/trunk/checksums	2014-01-30 09:51:42 UTC (rev 22916)
@@ -0,0 +1 @@
+37adec94104b98591507218bc82e7c31  pyparsing-2.0.1.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