From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1401475-garchives=archives.gentoo.org@lists.gentoo.org> 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 6C5AC158090 for <garchives@archives.gentoo.org>; Fri, 27 May 2022 19:46:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A3ADE077C; Fri, 27 May 2022 19:45:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7EE9AE077C for <gentoo-commits@lists.gentoo.org>; Fri, 27 May 2022 19:45:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 946D3341241 for <gentoo-commits@lists.gentoo.org>; Fri, 27 May 2022 19:45:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB853430 for <gentoo-commits@lists.gentoo.org>; Fri, 27 May 2022 19:45:56 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1653680622.6ddf34c22b55fed9a5db710dc3e98ee1a5db1a9f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/astor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/astor/astor-0.8.1.ebuild X-VCS-Directories: dev-python/astor/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6ddf34c22b55fed9a5db710dc3e98ee1a5db1a9f X-VCS-Branch: master Date: Fri, 27 May 2022 19:45:56 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0ddec25d-d3b1-423d-9966-c09797f6dd9d X-Archives-Hash: 4eee0964c1f7c49ca32c23b1d4ed80f2 commit: 6ddf34c22b55fed9a5db710dc3e98ee1a5db1a9f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 27 19:43:42 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 27 19:43:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ddf34c2 dev-python/astor: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/astor/astor-0.8.1.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-python/astor/astor-0.8.1.ebuild b/dev-python/astor/astor-0.8.1.ebuild deleted file mode 100644 index 7d8443b2ac12..000000000000 --- a/dev-python/astor/astor-0.8.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Read/rewrite/write Python ASTs" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -HOMEPAGE="https://pypi.org/project/astor/" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86" - -distutils_enable_tests pytest - -EPYTEST_IGNORE=( - tests/test_rtrip.py -)