commit: cd9d61262c40a276d7d38854e979b7b989f1a48b Author: layman <layman <AT> localhost> AuthorDate: Mon Jul 18 19:04:16 2016 +0000 Commit: Mike Auty <ikelos <AT> gentoo <DOT> org> CommitDate: Mon Jul 18 19:04:16 2016 +0000 URL: https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=cd9d6126
Add in a more recent implementation of uncompyle. dev-python/uncompyle/Manifest | 1 - dev-python/uncompyle/uncompyle-9999.ebuild | 24 ------------------------ dev-python/uncompyle2/Manifest | 1 - dev-python/uncompyle2/uncompyle2-9999.ebuild | 24 ------------------------ dev-python/uncompyle6/uncompyle6-2.7.0.ebuild | 25 +++++++++++++++++++++++++ 5 files changed, 25 insertions(+), 50 deletions(-) diff --git a/dev-python/uncompyle/Manifest b/dev-python/uncompyle/Manifest deleted file mode 100644 index 55379ec..0000000 --- a/dev-python/uncompyle/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD uncompyle-9999.ebuild 438 SHA256 090ca6391c3ada0e67e70973ca9b24b869f2df094b529a15a2fca7153deb032a SHA512 54d8c3c28f4ef8eeb83d827e3b263c2b019e29ade87cc081d9d39142b30925c5c61b96349d2866b598d4fe80ff2580c850ba395c5bed8d53d5cd2d4281679b94 WHIRLPOOL 750a1659923abef7920cc113ebbbad8d7ed1cd9bb67afc0c9139a1b4b94a9cf0ab995e9fe558069185a52187a14cbf21672648d3e889799bb1d60b50bc8af2e4 diff --git a/dev-python/uncompyle/uncompyle-9999.ebuild b/dev-python/uncompyle/uncompyle-9999.ebuild deleted file mode 100644 index 5b759a1..0000000 --- a/dev-python/uncompyle/uncompyle-9999.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit git-r3 distutils - -DESCRIPTION="A Python 2.7 byte-code decompiler" -HOMEPAGE="https://github.com/gstarnberger/uncompyle" -SRC_URI="" - -EGIT_REPO_URI="https://github.com/gstarnberger/uncompyle.git" - -LICENSE="" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - diff --git a/dev-python/uncompyle2/Manifest b/dev-python/uncompyle2/Manifest deleted file mode 100644 index e1e7d38..0000000 --- a/dev-python/uncompyle2/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD uncompyle2-9999.ebuild 427 SHA256 3340fe2acf201bb1528cd159cf7b001ba30015d79ab150b0910e9372bb4522ce SHA512 6cc256454661b9bbec2a79a1542b8b2156225a225b55c730ab238ebe7594116b7e25fd8e185b5433bc87bc68e9c30ace0cdd212a6c01d27177b4eed5178a1303 WHIRLPOOL 3d8dbd7b6fdc5dd0f0788c3e45f62b3c39a613647fd12189b8775fbca8eafd38edec249507750c48c11ce667c85e27405ec1d8fd9c50fd0c100e2d97e8b3d220 diff --git a/dev-python/uncompyle2/uncompyle2-9999.ebuild b/dev-python/uncompyle2/uncompyle2-9999.ebuild deleted file mode 100644 index 1f77317..0000000 --- a/dev-python/uncompyle2/uncompyle2-9999.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit git-r3 distutils - -DESCRIPTION="A Python 2.7 byte-code decompiler" -HOMEPAGE="https://github.com/wibiti/uncompyle2" -SRC_URI="" - -EGIT_REPO_URI="http://github.com/wibiti/uncompyle2.git" - -LICENSE="" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - diff --git a/dev-python/uncompyle6/uncompyle6-2.7.0.ebuild b/dev-python/uncompyle6/uncompyle6-2.7.0.ebuild new file mode 100644 index 0000000..03a561c --- /dev/null +++ b/dev-python/uncompyle6/uncompyle6-2.7.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python3_4 python3_2 python3_3 python2_7 python3_5 ) + +inherit git-r3 distutils-r1 + +DESCRIPTION="A python byte-code decompiler" +HOMEPAGE="https://github.com/rocky/python-uncompyle6" +SRC_URI="" + +EGIT_REPO_URI="http://github.com/rocky/python-uncompyle6.git" +EGIT_TAG="v${PN}" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-python/nose" +RDEPEND="${DEPEND}" +
