diff options
Diffstat (limited to 'dev-python/uncompyle/uncompyle-0.0.2.ebuild')
| -rw-r--r-- | dev-python/uncompyle/uncompyle-0.0.2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/uncompyle/uncompyle-0.0.2.ebuild b/dev-python/uncompyle/uncompyle-0.0.2.ebuild new file mode 100644 index 00000000..2a8c32e3 --- /dev/null +++ b/dev-python/uncompyle/uncompyle-0.0.2.ebuild @@ -0,0 +1,23 @@ +# By eroen, 2013 +# Distributed under the terms of the ISC licence +# $Header: $ + +EAPI=5 +PYTHON_COMPAT="python2_7" + +inherit eutils distutils-r1 + +DESCRIPTION="converts Python byte-code back into equivalent Python source" +HOMEPAGE="https://github.com/gstarnberger/uncompyle" +SRC_URI="https://github.com/gstarnberger/uncompyle/archive/v0.0.2.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +HDEPEND="" +LIBDEPEND="" +DEPEND="${LIBDEPEND}" +RDEPEND="${LIBDEPEND}" +[[ ${EAPI} == *-hdepend ]] || DEPEND+=" ${HDEPEND}" |
