remove google-api-python-client

This commit is contained in:
Florian Tham
2015-09-16 09:49:36 +02:00
parent d9005d4228
commit a853ad7b6e
2 changed files with 0 additions and 39 deletions

View File

@@ -1,2 +0,0 @@
DIST google-api-python-client-1.4.2.tar.gz 2289731 SHA256 dfb7feab9733ae99952545927b5d87dda24cea308b2040fba2c505e7f0c57696 SHA512 ab5ce56142d96ed9b38d00294133e188dfeaf70aac78054f093f03fce7c4aee5b7b99f18ee27190aaef14b7fbe2bc8d0a4e2526ff6f166e41eb0b4b050e7c6b5 WHIRLPOOL 006e24d1a4e5d2bfabcbf2503fa163d6b0a3a28a839396014bf0a91a463454f02140f38dd179a141010a03e268711c2d22c9aa3158b594e5b465d9032997e7b9
EBUILD google-api-python-client-1.4.2.ebuild 943 SHA256 c097cd95f2dd0807b04e1147139934549c625ccb573579d99f446bb8903995f4 SHA512 ae56ffa96c4e03603565f63c37ef6ba56edbef0770570a32147949765cbff6f860c3bef957f689b0d73a6d4400bb04e6819959554b12a9fe61e923e6683d5a1b WHIRLPOOL bed6c401ad69f188a5d9d7a9e1c46bac4467df71053ce84cf9ad185c0fb5b68c840569e6b28a8a1a6cf1f48d8ba5157ab67966409feeac6e50aeed5ca994ece2

View File

@@ -1,37 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1
DESCRIPTION="Google API Client for Python"
HOMEPAGE="https://code.google.com/p/google-api-python-client/ https://github.com/google/google-api-python-client"
SRC_URI="https://github.com/google/google-api-python-client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
DEPEND="
dev-python/python-gflags[${PYTHON_USEDEP}]
>=dev-python/httplib2-0.8[${PYTHON_USEDEP}]
dev-python/oauth2client[${PYTHON_USEDEP}]
dev-python/simplejson[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/uritemplate[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"
python_prepare_all(){
export SKIP_GOOGLEAPICLIENT_COMPAT_CHECK=true
distutils-r1_python_prepare_all
}
python_test() {
nosetests --verbosity=3 || die
}