From 0f69c8dc1bb25dc5a2d108cf2d0c9fbbbd9270f4 Mon Sep 17 00:00:00 2001 From: Nico Suhl Date: Mon, 2 Sep 2013 16:22:43 +0200 Subject: add uncompyle --- app-forensics/uncompyle/Manifest | 2 ++ app-forensics/uncompyle/uncompyle-0.0.2.ebuild | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 app-forensics/uncompyle/Manifest create mode 100644 app-forensics/uncompyle/uncompyle-0.0.2.ebuild diff --git a/app-forensics/uncompyle/Manifest b/app-forensics/uncompyle/Manifest new file mode 100644 index 0000000..aecfb40 --- /dev/null +++ b/app-forensics/uncompyle/Manifest @@ -0,0 +1,2 @@ +DIST uncompyle-0.0.2.tar.gz 357680 SHA256 f6b64ef08eaf621c59bcf603226cf34235f591299efc63baf8e0c9caf404aa5f SHA512 8f6a5286d165a30e6dd3b83f6185e49ad74b06c8f70df4dbaf43293babdcca1ed0b66e04147c6b48011fbd57704a173c4d32db516712b1641f846b4b8caebad6 WHIRLPOOL b9fbfd3c40bfb66e47d59e5dcb08fa624d63ae126250306c81a67de19e3dee7a022b116fc0221ec73a183404f5891ed3725eaadf472dc18d263b6d875da75c1d +EBUILD uncompyle-0.0.2.ebuild 455 SHA256 a149a6cbf4814d4effebb429f0ef96dc8183f94ba603b09ff6dc82bdb4c88ba9 SHA512 f06f841e5768cf8f3495d14cb253c579c2df177352408cfb593aee34eda51e8256aeb833feab39a4e0b090666003507dd7ecd11e724ea68285b24d3d1895717d WHIRLPOOL 70453c29a21b016c2f471aac9d845a01d9527b747dcc7a3a76cdb0b4e66e33546c684c8fb4bdddeb0d9acefbaa504c626795242730057069340b70d0245260a1 diff --git a/app-forensics/uncompyle/uncompyle-0.0.2.ebuild b/app-forensics/uncompyle/uncompyle-0.0.2.ebuild new file mode 100644 index 0000000..1a49fdf --- /dev/null +++ b/app-forensics/uncompyle/uncompyle-0.0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="A Python 2.7 byte-code decompiler" +HOMEPAGE="https://github.com/gstarnberger/uncompyle" +SRC_URI="https://github.com/gstarnberger/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad