diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-05-14 18:26:16 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-05-14 18:26:16 +0000 |
commit | 196af088c46ae1a8e017f9fb546b7ed0a4d61ce6 (patch) | |
tree | f928f7b6944ba83c778991ba3d6d6088aa0f8373 /dev-python/pyro | |
parent | Fixed bogus USE flag handling for static-libs (closes bug 366727). (diff) | |
download | gentoo-2-196af088c46ae1a8e017f9fb546b7ed0a4d61ce6.tar.gz gentoo-2-196af088c46ae1a8e017f9fb546b7ed0a4d61ce6.tar.bz2 gentoo-2-196af088c46ae1a8e017f9fb546b7ed0a4d61ce6.zip |
*.pyc files are absent in new Pyro-3.13.tar.gz.
(Portage version: 2.2.0_alpha33_p1/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyro')
-rw-r--r-- | dev-python/pyro/pyro-3.13.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-python/pyro/pyro-3.13.ebuild b/dev-python/pyro/pyro-3.13.ebuild index a1b78683bd9b..f2f37fdebb47 100644 --- a/dev-python/pyro/pyro-3.13.ebuild +++ b/dev-python/pyro/pyro-3.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/pyro-3.13.ebuild,v 1.1 2011/05/09 22:18:39 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/pyro-3.13.ebuild,v 1.2 2011/05/14 18:26:16 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -28,11 +28,6 @@ S="${WORKDIR}/${MY_P}" PYTHON_MODNAME="Pyro" -src_prepare() { - distutils_src_prepare - find examples -name "*.pyc" -print0 | xargs -0 rm -f -} - src_install() { distutils_src_install |