# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ EAPI=3 inherit distutils eutils #MY_PN="${PN/python-}" MP_PN="dual75-yenc-ee6b73a5b14f" DESCRIPTION="A fast C based Python implementation of the yEnc format." HOMEPAGE="http://www.golug.it/yenc.html" SRC_URI="https://bitbucket.org/dual75/yenc/get/0.4.0.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND="" DEPEND="" RESTRICT="nomirror" DOCS="CHANGES PKG-INFO README TODO" S="${WORKDIR}/dual75-yenc-ee6b73a5b14f" #src_prepare() { #epatch "${FILESDIR}/${PN}-0.4.0-cflags.patch" #} pkg_postinst() { python_mod_optimize yenc.py }