From dddca7bb4713c93c9a6a08b2e1223612fe096ff8 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 13 Mar 2017 21:00:48 +0100 Subject: [PATCH] dev-python/oauth2client: initial import Preparation for voip/blink-3.0.0 bump. --- .../oauth2client/oauth2client-4.0.0.exheres-0 | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 packages/dev-python/oauth2client/oauth2client-4.0.0.exheres-0 diff --git a/packages/dev-python/oauth2client/oauth2client-4.0.0.exheres-0 b/packages/dev-python/oauth2client/oauth2client-4.0.0.exheres-0 new file mode 100644 index 00000000..8ffa493f --- /dev/null +++ b/packages/dev-python/oauth2client/oauth2client-4.0.0.exheres-0 @@ -0,0 +1,22 @@ +# Copyright 2017 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +require pypi setup-py [ import=distutils ] + +SUMMARY="OAuth 2.0 client library" + +LICENCES="Apache-2.0" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" + build+run: + dev-python/httplib2[>=0.9.1][python_abis:*(-)?] + dev-python/pyasn1-modules[>=0.0.5][python_abis:*(-)?] + dev-python/pyasn1[>=0.1.7][python_abis:*(-)?] + dev-python/rsa[>=3.1.4][python_abis:*(-)?] + dev-python/six[>=1.6.1][python_abis:*(-)?] +" + +