SF.net SVN: gar:[24992] csw/mgar/pkg/lang-python/httplib2/trunk
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Tue May 19 10:34:01 CEST 2015
Revision: 24992
http://sourceforge.net/p/gar/code/24992
Author: cgrzemba
Date: 2015-05-19 08:34:00 +0000 (Tue, 19 May 2015)
Log Message:
-----------
lang-python/httplib2/trunk: update minor version, make cacerts.txt readable
Modified Paths:
--------------
csw/mgar/pkg/lang-python/httplib2/trunk/Makefile
csw/mgar/pkg/lang-python/httplib2/trunk/checksums
Modified: csw/mgar/pkg/lang-python/httplib2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/httplib2/trunk/Makefile 2015-05-18 17:30:41 UTC (rev 24991)
+++ csw/mgar/pkg/lang-python/httplib2/trunk/Makefile 2015-05-19 08:34:00 UTC (rev 24992)
@@ -1,6 +1,6 @@
# $Id$
NAME = httplib2
-VERSION = 0.9
+VERSION = 0.9.1
CATEGORIES = python
GARTYPE = v2
@@ -20,3 +20,7 @@
TEST_SCRIPTS =
include gar/category.mk
+
+post-install:
+ (cd $(DESTDIR)/$(SITE_PACKAGES)/$(NAME) && chmod +r cacerts.txt)
+ $(MAKECOOKIE)
Modified: csw/mgar/pkg/lang-python/httplib2/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/httplib2/trunk/checksums 2015-05-18 17:30:41 UTC (rev 24991)
+++ csw/mgar/pkg/lang-python/httplib2/trunk/checksums 2015-05-19 08:34:00 UTC (rev 24992)
@@ -1 +1 @@
-09d8e8016911fc40e2e4c58f1aa3ec24 httplib2-0.9.tar.gz
+c49590437e4c5729505d034cd34a8528 httplib2-0.9.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