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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B6C9158086 for ; Sun, 17 Oct 2021 08:23:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BC14E0923; Sun, 17 Oct 2021 08:23:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FF85E0923 for ; Sun, 17 Oct 2021 08:23:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58981343300 for ; Sun, 17 Oct 2021 08:23:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAF2C18B for ; Sun, 17 Oct 2021 08:23:34 +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: <1634459007.f548ccd37754eba46537f1c392318b464b5f7b32.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-pasta/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/google-pasta/google-pasta-0.2.0.ebuild X-VCS-Directories: dev-python/google-pasta/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f548ccd37754eba46537f1c392318b464b5f7b32 X-VCS-Branch: master Date: Sun, 17 Oct 2021 08:23:34 +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: 7a452bc2-713a-460e-8876-5556a29202a8 X-Archives-Hash: 0b1ca2ea2d7d771e76d4291ebf09aae6 commit: f548ccd37754eba46537f1c392318b464b5f7b32 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 17 08:19:43 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 17 08:23:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f548ccd3 dev-python/google-pasta: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/google-pasta/google-pasta-0.2.0.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/dev-python/google-pasta/google-pasta-0.2.0.ebuild b/dev-python/google-pasta/google-pasta-0.2.0.ebuild deleted file mode 100644 index 821881b20bd..00000000000 --- a/dev-python/google-pasta/google-pasta-0.2.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python{3_7,3_8} ) -inherit distutils-r1 - -DESCRIPTION="AST-based Python refactoring library" -HOMEPAGE="https://pypi.org/project/google-pasta/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -BDEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]"