summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-21 20:22:07 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-21 20:27:48 +0100
commit9da94bf70bec0188e695bfc4156b1811851304ae (patch)
treee73c0b3b03d64f2953ecc97719b7eafd2d2f1354 /dev-python/gdata/gdata-2.0.18.ebuild
parentdev-python/flask-xml-rpc: Remove last-rited package (diff)
downloadgentoo-9da94bf70bec0188e695bfc4156b1811851304ae.tar.gz
gentoo-9da94bf70bec0188e695bfc4156b1811851304ae.tar.bz2
gentoo-9da94bf70bec0188e695bfc4156b1811851304ae.zip
dev-python/gdata: Remove last-rited package
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/gdata/gdata-2.0.18.ebuild')
-rw-r--r--dev-python/gdata/gdata-2.0.18.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/gdata/gdata-2.0.18.ebuild b/dev-python/gdata/gdata-2.0.18.ebuild
deleted file mode 100644
index 310cc571087c..000000000000
--- a/dev-python/gdata/gdata-2.0.18.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="ssl(+),xml(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Python client library for Google data APIs"
-HOMEPAGE="https://github.com/google/gdata-python-client https://pypi.org/project/gdata/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="examples"
-
-python_test() {
- # run_service_tests.py requires interaction (and a valid Google account), so skip it.
- "${PYTHON}" tests/run_data_tests.py -v || die "Test failed under ${EPYTHON}"
-}
-
-python_install_all() {
- use examples && local EXAMPLES=( samples/. )
- distutils-r1_python_install_all
-}