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

opk at users.sourceforge.net opk at users.sourceforge.net
Mon Oct 18 11:15:45 CEST 2010


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

Log Message:
-----------
add package for pytz python module

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


Property changes on: csw/mgar/pkg/lang-python/pytz/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/pytz/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/pytz/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/pytz/trunk/Makefile	2010-10-18 09:15:45 UTC (rev 11318)
@@ -0,0 +1,28 @@
+# $Id$
+GARNAME = pytz
+GARVERSION = 2010l
+CATEGORIES = python
+
+DESCRIPTION = Pytz brings the Olson timezone database into Python.
+define BLURB
+  pytz brings the Olson tz database into Python. This library allows
+  accurate and cross platform timezone calculations using Python 2.3
+  or higher. It also solves the issue of ambiguous times at the end
+  of daylight savings, which you can read more about in the Python
+  Library Reference (datetime.tzinfo).
+endef
+
+MASTER_SITES = http://pypi.python.org/packages/source/p/pytz/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
+SPKG_SOURCEURL = http://$(GARNAME).sourceforge.net/
+PACKAGES = CSWpy-tz
+CATALOGNAME = py_tz
+
+EXTRA_MERGE_EXCLUDE_FILES += .*\.pyo .*\.pyc
+
+UFILES_REGEX = $(GARNAME)-(\d+[a-z]).tar.bz2
+
+LICENSE = LICENSE.txt
+ARCHALL = 1
+
+include gar/category.mk


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

Added: csw/mgar/pkg/lang-python/pytz/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/pytz/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/pytz/trunk/checksums	2010-10-18 09:15:45 UTC (rev 11318)
@@ -0,0 +1 @@
+8ea38ffd627f2169b597442928ea5967  pytz-2010l.tar.bz2


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