summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyparsing/pyparsing-1.5.2.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-python/pyparsing/pyparsing-1.5.2.ebuild b/dev-python/pyparsing/pyparsing-1.5.2.ebuild
index dade9e9fb236..c60a914dff4c 100644
--- a/dev-python/pyparsing/pyparsing-1.5.2.ebuild
+++ b/dev-python/pyparsing/pyparsing-1.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.2.ebuild,v 1.11 2009/11/14 16:56:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.2.ebuild,v 1.12 2009/12/30 00:59:22 arfrever Exp $
EAPI="2"
@@ -22,6 +22,8 @@ DEPEND=""
RDEPEND=""
RESTRICT_PYTHON_ABIS="2.4 2.5"
+PYTHON_MODNAME="pyparsing.py"
+
src_prepare() {
distutils_src_prepare
@@ -47,7 +49,3 @@ src_install() {
doins -r examples
fi
}
-
-pkg_postinst() {
- python_mod_optimize pyparsing.py
-}