From 623ee73d661e5ed8475cb264511f683407d87365 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 12 Apr 2020 03:41:30 +0100 Subject: gentoo Easter resync : 12.04.2020 --- dev-python/uncompyle6/Manifest | 3 -- dev-python/uncompyle6/metadata.xml | 16 ---------- dev-python/uncompyle6/uncompyle6-2.10.1.ebuild | 43 -------------------------- 3 files changed, 62 deletions(-) delete mode 100644 dev-python/uncompyle6/Manifest delete mode 100644 dev-python/uncompyle6/metadata.xml delete mode 100644 dev-python/uncompyle6/uncompyle6-2.10.1.ebuild (limited to 'dev-python/uncompyle6') diff --git a/dev-python/uncompyle6/Manifest b/dev-python/uncompyle6/Manifest deleted file mode 100644 index d314276e5d46..000000000000 --- a/dev-python/uncompyle6/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST uncompyle6-2.10.1.tar.gz 831835 BLAKE2B dbde4d8414804d55871d846ad42f9a4859913ee057dcea5f6f19e8104e39d3274e13c86538f3364e6829d2ca9ecd16929143e266a828558e870d0f78d3cdff1b SHA512 5be7c33749f3a2a02494aceebeeb2cb79bf71c39784dbe4e96cf9a5c6f02af89874bc25ba911308f01414e4ae4d9ac445864505c629d41a2c6f8b2eae2197b2b -EBUILD uncompyle6-2.10.1.ebuild 976 BLAKE2B 397ae4f8bbf6c444522243dbe75297dac6c4fecf1eabf93faf41450f91761cac62d82201613544dd3c5149586ae6208e5924942b558d32eda164bc25046c155e SHA512 1ed5c35ad7da2c7222380ce3a3255ed014db9e6dd8099024076c755db06ed9615eae0a7cc2db602056f56bc50b137a3bf05241e37a80832a7204e53f455bab6a -MISC metadata.xml 474 BLAKE2B a7dd20c02fba9d0f93c153a0a99533d723070da34a59e914a9552560b061358a6ef9c44c8226797b7777d3d4357e7f9a2845d8d239bf7e5c52a3988c296e0c95 SHA512 3d3068d7aee678259cd7927a1fc64ec2d8e09f116ae71b225d81e99018d857d4b117057f88b43174e8a9312db1cace10751bae9f861818bd64671404d4c78f54 diff --git a/dev-python/uncompyle6/metadata.xml b/dev-python/uncompyle6/metadata.xml deleted file mode 100644 index bdb695e40e84..000000000000 --- 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 ee56d1ee0b03..000000000000 --- 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 -