pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-httplib2 Updated to latest release, 0.9. Nothin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc43457925a4
branches:  trunk
changeset: 635568:cc43457925a4
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sun Jun 08 23:26:35 2014 +0000

description:
Updated to latest release, 0.9. Nothing seems changed except the version,
dubbed "The heartbleed release." NFI. MASTER_SITES and HOMEPAGE were
updated. Package no longer includes README.

diffstat:

 www/py-httplib2/Makefile |  17 ++++-------------
 www/py-httplib2/PLIST    |   3 +--
 www/py-httplib2/distinfo |   8 ++++----
 3 files changed, 9 insertions(+), 19 deletions(-)

diffs (58 lines):

diff -r 887789b8d94b -r cc43457925a4 www/py-httplib2/Makefile
--- a/www/py-httplib2/Makefile  Sun Jun 08 23:17:49 2014 +0000
+++ b/www/py-httplib2/Makefile  Sun Jun 08 23:26:35 2014 +0000
@@ -1,23 +1,14 @@
-# $NetBSD: Makefile,v 1.4 2014/01/18 17:53:18 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2014/06/08 23:26:35 rodent Exp $
 
-DISTNAME=      httplib2-0.8
+DISTNAME=      httplib2-0.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
-MASTER_SITES=  http://httplib2.googlecode.com/files/
+MASTER_SITES=  https://pypi.python.org/packages/source/h/httplib2/
 
 MAINTAINER=    mj%mjturner.net@localhost
-HOMEPAGE=      http://code.google.com/p/httplib2/
+HOMEPAGE=      https://github.com/jcgregorio/httplib2
 COMMENT=       Comprehensive http client library for Python
 LICENSE=       mit
 
-# Install README manually
-DOCDIR=                ${PREFIX}/share/doc/py-httplib2
-
-INSTALLATION_DIRS=     ${DOCDIR}
-
-post-install:
-       ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
-       ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR}
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 887789b8d94b -r cc43457925a4 www/py-httplib2/PLIST
--- a/www/py-httplib2/PLIST     Sun Jun 08 23:17:49 2014 +0000
+++ b/www/py-httplib2/PLIST     Sun Jun 08 23:26:35 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/01/18 17:53:18 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2014/06/08 23:26:35 rodent Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -13,4 +13,3 @@
 ${PLIST.py2x}${PYSITELIB}/httplib2/socks.py
 ${PLIST.py2x}${PYSITELIB}/httplib2/socks.pyc
 ${PLIST.py2x}${PYSITELIB}/httplib2/socks.pyo
-share/doc/py-httplib2/README
diff -r 887789b8d94b -r cc43457925a4 www/py-httplib2/distinfo
--- a/www/py-httplib2/distinfo  Sun Jun 08 23:17:49 2014 +0000
+++ b/www/py-httplib2/distinfo  Sun Jun 08 23:26:35 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2014/01/18 07:43:44 wiz Exp $
+$NetBSD: distinfo,v 1.4 2014/06/08 23:26:35 rodent Exp $
 
-SHA1 (httplib2-0.8.tar.gz) = 169815e9417bfe0fdbb74644a3d3b892c0647612
-RMD160 (httplib2-0.8.tar.gz) = c5f812da928fbd5bd80c3134ba29a5e7654e3673
-Size (httplib2-0.8.tar.gz) = 148284 bytes
+SHA1 (httplib2-0.9.tar.gz) = 1b9774a81136a222f02e711d81efb775dc87b70e
+RMD160 (httplib2-0.9.tar.gz) = ab053adac7cf5bb1a1aad32f91ef3a4c4408fe94
+Size (httplib2-0.9.tar.gz) = 204584 bytes



Home | Main Index | Thread Index | Old Index