[csw-devel] SF.net SVN: gar:[17436] csw/mgar/pkg/lang-python
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sat Mar 17 13:01:51 CET 2012
Revision: 17436
http://gar.svn.sourceforge.net/gar/?rev=17436&view=rev
Author: wahwah
Date: 2012-03-17 12:01:50 +0000 (Sat, 17 Mar 2012)
Log Message:
-----------
google-apputils: Initial commit
Modified Paths:
--------------
csw/mgar/pkg/lang-python/google-apputils/trunk/Makefile
csw/mgar/pkg/lang-python/google-apputils/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/lang-python/google-apputils/
Modified: csw/mgar/pkg/lang-python/google-apputils/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/google-apputils/trunk/Makefile 2012-03-17 12:01:50 UTC (rev 17436)
@@ -2,24 +2,14 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-NAME = python-gflags
-VERSION = 1.3
+NAME = google-apputils
+VERSION = 0.3.0
CATEGORIES = python
GARTYPE = v2
-DESCRIPTION = python equivalent of google-gflags, a Google commandline flag implementation
+DESCRIPTION = Google Application Utilities for Python
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
+DISTFILES = $(DISTNAME).tar.gz
+PACKAGES = CSWpy-google-apputils
+ARCHALL_CSWpy-google-apputils = 1
include gar/category.mk
Modified: csw/mgar/pkg/lang-python/google-apputils/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/google-apputils/trunk/checksums 2012-03-17 12:01:50 UTC (rev 17436)
@@ -1 +1 @@
-791a93cfbcea94e35576865c9c1e8ee3 python-gflags-1.3.tar.gz
+235ab202502b850f8dd9bed28d772704 google-apputils-0.3.0.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