pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-google-api-python-client



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov  7 11:03:11 UTC 2016

Modified Files:
        pkgsrc/www/py-google-api-python-client: Makefile distinfo
Removed Files:
        pkgsrc/www/py-google-api-python-client/patches:
            patch-googleapiclient_____init____.py

Log Message:
Updated py-google-api-python-client to 1.5.5.

Allow python-3.x.

v1.5.5
  Version 1.5.5

  Bugfix release

  - Allow explicit MIME type specification with media_mime_type keyword argument.
  - Fix unprintable representation of BatchError with default constructor. (#165)
  - Refresh all discovery docs, not just the preferred ones. (#298)
  - Update minimum httplib2 dependency to >=0.9.2.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-google-api-python-client/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-google-api-python-client/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/www/py-google-api-python-client/patches/patch-googleapiclient_____init____.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-google-api-python-client/Makefile
diff -u pkgsrc/www/py-google-api-python-client/Makefile:1.11 pkgsrc/www/py-google-api-python-client/Makefile:1.12
--- pkgsrc/www/py-google-api-python-client/Makefile:1.11        Wed Oct 19 12:58:32 2016
+++ pkgsrc/www/py-google-api-python-client/Makefile     Mon Nov  7 11:03:11 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2016/10/19 12:58:32 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2016/11/07 11:03:11 wiz Exp $
 
-DISTNAME=      google-api-python-client-1.5.4
+DISTNAME=      google-api-python-client-1.5.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
@@ -12,16 +12,12 @@ HOMEPAGE=   https://github.com/google/goog
 COMMENT=       Python client library for Google's discovery based APIs
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2
+DEPENDS+=      ${PYPKGPREFIX}-httplib2>=0.9.2:../../www/py-httplib2
 DEPENDS+=      ${PYPKGPREFIX}-oauth2client>=1.4.6:../../security/py-oauth2client
-DEPENDS+=      ${PYPKGPREFIX}-uritemplate-[0-9]*:../../textproc/py-uritemplate
-
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 # as of 1.3.1
-
-# doesn't work, but doesn't matter
-# see also https://github.com/google/google-api-python-client/issues/40
-REPLACE_PYTHON+=       googleapiclient/errors.py
-REPLACE_PYTHON+=       googleapiclient/model.py
+DEPENDS+=      ${PYPKGPREFIX}-uritemplate>=3:../../textproc/py-uritemplate
+# TEST_DEPENDS
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-google-api-python-client/distinfo
diff -u pkgsrc/www/py-google-api-python-client/distinfo:1.7 pkgsrc/www/py-google-api-python-client/distinfo:1.8
--- pkgsrc/www/py-google-api-python-client/distinfo:1.7 Wed Oct 19 12:58:32 2016
+++ pkgsrc/www/py-google-api-python-client/distinfo     Mon Nov  7 11:03:11 2016
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.7 2016/10/19 12:58:32 wiz Exp $
+$NetBSD: distinfo,v 1.8 2016/11/07 11:03:11 wiz Exp $
 
-SHA1 (google-api-python-client-1.5.4.tar.gz) = 61cefc36222fb15f8388dc5b491af1e783b6cf71
-RMD160 (google-api-python-client-1.5.4.tar.gz) = 7cac11d7d6e31847af7e74cb06c3331939947ab1
-SHA512 (google-api-python-client-1.5.4.tar.gz) = 0b41346c14724142a954aef483b16791d2e72cc5f5f3980e3cbe124d7c87c647a208eec6a07146e737d4b9768a983f3519c1f2e1a6ca761895b4d4628ed575a3
-Size (google-api-python-client-1.5.4.tar.gz) = 3676762 bytes
-SHA1 (patch-googleapiclient_____init____.py) = 6dadda8a72c40080fd7bd9572461c0f95d78f6ad
+SHA1 (google-api-python-client-1.5.5.tar.gz) = 6d2e73d5dbb9ae01acc1351275027a76927ac1a7
+RMD160 (google-api-python-client-1.5.5.tar.gz) = 2a5e18b76276306a33ab4553564e7f3d7d677e72
+SHA512 (google-api-python-client-1.5.5.tar.gz) = c9a3e0095cb875c20b54889ddf6467053a20a9a106c475810412fe5107dd02d509c266cdbc292969767909bae85dc43fd853c2d904b2bb325ccdb050a82eab31
+Size (google-api-python-client-1.5.5.tar.gz) = 3680225 bytes



Home | Main Index | Thread Index | Old Index