Skip to content

Commit

Permalink
Updated py-google-api-python-client to 1.5.5.
Browse files Browse the repository at this point in the history
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. (TritonDataCenter#165)
  - Refresh all discovery docs, not just the preferred ones. (TritonDataCenter#298)
  - Update minimum httplib2 dependency to >=0.9.2.
  • Loading branch information
wiz committed Nov 7, 2016
1 parent 0785ca7 commit 4ee59bd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 33 deletions.
18 changes: 7 additions & 11 deletions www/py-google-api-python-client/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand All @@ -12,16 +12,12 @@ HOMEPAGE= https://github.com/google/google-api-python-client
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"
11 changes: 5 additions & 6 deletions www/py-google-api-python-client/distinfo
Original file line number Diff line number Diff line change
@@ -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

This file was deleted.

0 comments on commit 4ee59bd

Please sign in to comment.