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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Tue Mar 13 23:23:58 CET 2012


Revision: 17399
          http://gar.svn.sourceforge.net/gar/?rev=17399&view=rev
Author:   wahwah
Date:     2012-03-13 22:23:58 +0000 (Tue, 13 Mar 2012)
Log Message:
-----------
mongodb: Initial commit

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

Added Paths:
-----------
    csw/mgar/pkg/lang-python/pymongo/

Modified: csw/mgar/pkg/lang-python/pymongo/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/python-gflags/trunk/Makefile	2012-03-10 23:42:53 UTC (rev 17354)
+++ csw/mgar/pkg/lang-python/pymongo/trunk/Makefile	2012-03-13 22:23:58 UTC (rev 17399)
@@ -2,24 +2,14 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-NAME = python-gflags
-VERSION = 1.3
+NAME = pymongo
+VERSION = 2.1.1
 CATEGORIES = python
 GARTYPE = v2
-DESCRIPTION = python equivalent of google-gflags, a Google commandline flag implementation
+DESCRIPTION = Python driver for MongoDB
 define BLURB
-	This project is the python equivalent of google-gflags, a Google commandline
-	flag implementation for C++. It is intended to be used in situations where a
-	project wants to mimic the command-line flag handling of a C++ app that uses
-	google-gflags, or for a Python app that, via swig or some other means, is
-	linked with a C++ app that uses google-gflags.
 endef
-SPKG_SOURCEURL = http://code.google.com/p/python-gflags/
-MASTER_SITES = $(GOOGLE_MIRROR)
-DISTNAME = $(NAME)-$(VERSION)
-DISTFILES  = $(DISTNAME).tar.gz
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-PACKAGES = CSWpy-gflags
-CATALOGNAME = py_gflags
-ARCHALL_CSWpy-gflags = 1
+TEST_SCRIPTS =
+DISTFILES = $(DISTNAME).tar.gz
+PACKAGES = CSWpy-mongo
 include gar/category.mk

Modified: csw/mgar/pkg/lang-python/pymongo/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/python-gflags/trunk/checksums	2012-03-10 23:42:53 UTC (rev 17354)
+++ csw/mgar/pkg/lang-python/pymongo/trunk/checksums	2012-03-13 22:23:58 UTC (rev 17399)
@@ -1 +1 @@
-791a93cfbcea94e35576865c9c1e8ee3  python-gflags-1.3.tar.gz
+fa0e171cf2538b77215ccff4f4126edd  pymongo-2.1.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