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

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Mon Aug 18 16:02:27 CEST 2014


Revision: 24015
          http://sourceforge.net/p/gar/code/24015
Author:   cgrzemba
Date:     2014-08-18 14:02:26 +0000 (Mon, 18 Aug 2014)
Log Message:
-----------
lang-python/httplib2/trunk: Initial commit

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

Added: csw/mgar/pkg/lang-python/httplib2/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/httplib2/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/httplib2/Makefile	2014-08-18 14:02:26 UTC (rev 24015)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*

Index: csw/mgar/pkg/lang-python/httplib2/trunk
===================================================================
--- csw/mgar/pkg/lang-python/httplib2/trunk	2014-08-18 12:47:03 UTC (rev 24014)
+++ csw/mgar/pkg/lang-python/httplib2/trunk	2014-08-18 14:02:26 UTC (rev 24015)

Property changes on: csw/mgar/pkg/lang-python/httplib2/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/lang-python/httplib2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/httplib2/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/httplib2/trunk/Makefile	2014-08-18 14:02:26 UTC (rev 24015)
@@ -0,0 +1,22 @@
+# $Id$
+NAME = httplib2
+VERSION = 0.9
+CATEGORIES = python
+GARTYPE = v2
+
+DESCRIPTION = HTTP client library
+define BLURB
+endef
+
+# 1st char of NAME is the directory name
+MASTER_SITE_DIR = $(shell echo $(NAME) | cut -c 1)
+MASTER_SITES = http://pypi.python.org/packages/source/$(MASTER_SITE_DIR)/$(NAME)/
+DISTFILES  = $(NAME)-$(VERSION).tar.gz
+UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+
+ARCHALL_CSWpy-httplib2 = 1
+
+CONFIGURE_ARGS = $(DIRPATHS)
+TEST_SCRIPTS =
+
+include gar/category.mk


Property changes on: csw/mgar/pkg/lang-python/httplib2/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/lang-python/httplib2/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/httplib2/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/httplib2/trunk/checksums	2014-08-18 14:02:26 UTC (rev 24015)
@@ -0,0 +1 @@
+09d8e8016911fc40e2e4c58f1aa3ec24  httplib2-0.9.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