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

khabermann at users.sourceforge.net khabermann at users.sourceforge.net
Mon Oct 25 11:45:19 CEST 2010


Revision: 11390
          http://gar.svn.sourceforge.net/gar/?rev=11390&view=rev
Author:   khabermann
Date:     2010-10-25 09:45:18 +0000 (Mon, 25 Oct 2010)

Log Message:
-----------
added python module xlrd

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


Property changes on: csw/mgar/pkg/lang-python/xlrd/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/lang-python/xlrd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/xlrd/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/xlrd/trunk/Makefile	2010-10-25 09:45:18 UTC (rev 11390)
@@ -0,0 +1,24 @@
+GARNAME = xlrd
+GARVERSION = 0.7.1
+CATEGORIES = python
+PACKAGES = CSWpy-xlrd
+CATALOGNAME = py_xlrd
+LICENSE = xlrd/licences.py
+ARCHALL_CSWpy-xlrd = 1
+
+DESCRIPTION = Library for developers to extract data from Microsoft Excel (tm) spreadsheet files
+define BLURB
+  Extract data from new and old Excel spreadsheets on any platform.
+  Pure Python (2.1 to 2.6). Strong support for Excel dates. Unicode-aware.
+endef
+
+# 1st char of GARNAME is the directory name
+MASTER_SITE_DIR = $(echo GARNAME | cut -c 1)
+MASTER_SITES = http://pypi.python.org/packages/source/$(MASTER_SITE_DIR)/$(GARNAME)
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+TEST_SCRIPTS =
+
+include gar/category.mk


Property changes on: csw/mgar/pkg/lang-python/xlrd/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/lang-python/xlrd/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/xlrd/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/xlrd/trunk/checksums	2010-10-25 09:45:18 UTC (rev 11390)
@@ -0,0 +1 @@
+d0439a7ad1ae583a6ba3942efd0189c8  xlrd-0.7.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