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 13CB4138350 for ; Mon, 6 Apr 2020 05:46:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A3C4E0B40; Mon, 6 Apr 2020 05:46:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D00AE0B40 for ; Mon, 6 Apr 2020 05:46:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11EDE34F020 for ; Mon, 6 Apr 2020 05:46:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3170918F for ; Mon, 6 Apr 2020 05:46:10 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1586151913.f15a526591bfd4870dfa71ccc12869606d0ffda9.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uncompyle6/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/uncompyle6/Manifest dev-python/uncompyle6/metadata.xml dev-python/uncompyle6/uncompyle6-2.10.1.ebuild X-VCS-Directories: dev-python/uncompyle6/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: f15a526591bfd4870dfa71ccc12869606d0ffda9 X-VCS-Branch: master Date: Mon, 6 Apr 2020 05:46:10 +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: 29ecb768-2075-4d6d-9906-275eb8e6adc6 X-Archives-Hash: e0b46ade99989de9f5f420cd2377afb5 commit: f15a526591bfd4870dfa71ccc12869606d0ffda9 Author: Mikle Kolyada gentoo org> AuthorDate: Mon Apr 6 05:45:13 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Apr 6 05:45:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f15a5265 dev-python/uncompyle6: remove last-rited pkg Closes: https://bugs.gentoo.org/711808 Signed-off-by: Mikle Kolyada gentoo.org> dev-python/uncompyle6/Manifest | 1 - dev-python/uncompyle6/metadata.xml | 16 ---------- dev-python/uncompyle6/uncompyle6-2.10.1.ebuild | 43 -------------------------- 3 files changed, 60 deletions(-) diff --git a/dev-python/uncompyle6/Manifest b/dev-python/uncompyle6/Manifest deleted file mode 100644 index 6ee251a7560..00000000000 --- a/dev-python/uncompyle6/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST uncompyle6-2.10.1.tar.gz 831835 BLAKE2B dbde4d8414804d55871d846ad42f9a4859913ee057dcea5f6f19e8104e39d3274e13c86538f3364e6829d2ca9ecd16929143e266a828558e870d0f78d3cdff1b SHA512 5be7c33749f3a2a02494aceebeeb2cb79bf71c39784dbe4e96cf9a5c6f02af89874bc25ba911308f01414e4ae4d9ac445864505c629d41a2c6f8b2eae2197b2b diff --git a/dev-python/uncompyle6/metadata.xml b/dev-python/uncompyle6/metadata.xml deleted file mode 100644 index bdb695e40e8..00000000000 --- a/dev-python/uncompyle6/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - python@gentoo.org - Python - - - - rb@dustyfeet.com - Rocky Bernstein - - uncompyle6 - rocky/python-uncompyle6 - - diff --git a/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild b/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild deleted file mode 100644 index ee56d1ee0b0..00000000000 --- a/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Python cross-version byte-code deparser" -HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.org/project/uncompyle6/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/xdis-3.3.1 - =dev-python/spark-parser-1.6.1 -