From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E924158091 for ; Thu, 16 Jun 2022 08:05:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F5D0E08D3; Thu, 16 Jun 2022 08:05:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46913E08D3 for ; Thu, 16 Jun 2022 08:05:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4209B341542 for ; Thu, 16 Jun 2022 08:05:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E704350E for ; Thu, 16 Jun 2022 08:05:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1655366698.c8545413ab6b4d397255fbb588d273e90f08345e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-apitools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/google-apitools/Manifest dev-python/google-apitools/google-apitools-0.5.32.ebuild X-VCS-Directories: dev-python/google-apitools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c8545413ab6b4d397255fbb588d273e90f08345e X-VCS-Branch: master Date: Thu, 16 Jun 2022 08:05:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b25738e2-eb34-4b0d-b077-b74769cd0da2 X-Archives-Hash: f48f3c51ef07dab45ebf9ac1f0ee2644 commit: c8545413ab6b4d397255fbb588d273e90f08345e Author: Michał Górny gentoo org> AuthorDate: Thu Jun 16 08:04:58 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 16 08:04:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8545413 dev-python/google-apitools: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/google-apitools/Manifest | 1 - .../google-apitools/google-apitools-0.5.32.ebuild | 35 ---------------------- 2 files changed, 36 deletions(-) diff --git a/dev-python/google-apitools/Manifest b/dev-python/google-apitools/Manifest index 081a9661236d..58af2535eda9 100644 --- a/dev-python/google-apitools/Manifest +++ b/dev-python/google-apitools/Manifest @@ -1,2 +1 @@ DIST google-apitools-0.5.32.gh.tar.gz 365913 BLAKE2B e43b21e6ce8491c89955bd6c194a1f4076988be2f67280c1bfb8184e1b83a01c307077080d182877d1306814bc38aa0541d9d417cfb93afdd766ddb3c83e0ef5 SHA512 5996d80cb08fd7de3b2df5fbdbe56c885af5d85276a44f174762ac71407227e454d338007035ba2b3deef09384e7bd389f121ea5e19e5e302a054f1033c19b6f -DIST google-apitools-0.5.32.tar.gz 365913 BLAKE2B e43b21e6ce8491c89955bd6c194a1f4076988be2f67280c1bfb8184e1b83a01c307077080d182877d1306814bc38aa0541d9d417cfb93afdd766ddb3c83e0ef5 SHA512 5996d80cb08fd7de3b2df5fbdbe56c885af5d85276a44f174762ac71407227e454d338007035ba2b3deef09384e7bd389f121ea5e19e5e302a054f1033c19b6f diff --git a/dev-python/google-apitools/google-apitools-0.5.32.ebuild b/dev-python/google-apitools/google-apitools-0.5.32.ebuild deleted file mode 100644 index 10bf2fec7dc6..000000000000 --- a/dev-python/google-apitools/google-apitools-0.5.32.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -inherit distutils-r1 - -COMMIT_HASH="7975c0cdbae1b9fc106553ce46e4a59cf0bea1e1" -DESCRIPTION="Python library to manipulate Google APIs" -HOMEPAGE="https://github.com/google/apitools" -SRC_URI=" - https://github.com/google/apitools/archive/v${PV}.tar.gz - -> ${P}.tar.gz" -S="${WORKDIR}/${P#google-}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" - -RDEPEND=" - >=dev-python/httplib2-0.8[${PYTHON_USEDEP}] - >=dev-python/fasteners-0.14[${PYTHON_USEDEP}] - >=dev-python/oauth2client-1.5.2[${PYTHON_USEDEP}] - >=dev-python/six-1.12.0[${PYTHON_USEDEP}] - >=dev-python/python-gflags-3.1.2[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( >=dev-python/mock-1.0.1[${PYTHON_USEDEP}] )" - -PATCHES=( - "${FILESDIR}/google-apitools-0.5.30-py37.patch" -) - -distutils_enable_tests nose