diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-25 14:00:33 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-25 14:00:33 +0000 |
commit | e45714c4d084278e041bb18d3948db0b21efabdc (patch) | |
tree | e5028a358c9b8ad843acdf8a93927f1d188c2fb4 /dev-python/pychecker/pychecker-0.8.18.ebuild | |
parent | Remove now in-kernel drivers gspca, spca5xx and gspcav1 wrt #159176. (diff) | |
download | historical-e45714c4d084278e041bb18d3948db0b21efabdc.tar.gz historical-e45714c4d084278e041bb18d3948db0b21efabdc.tar.bz2 historical-e45714c4d084278e041bb18d3948db0b21efabdc.zip |
Set SUPPORT_PYTHON_ABIS.
Package-Manager: portage-14724-svn/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pychecker/pychecker-0.8.18.ebuild')
-rw-r--r-- | dev-python/pychecker/pychecker-0.8.18.ebuild | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/dev-python/pychecker/pychecker-0.8.18.ebuild b/dev-python/pychecker/pychecker-0.8.18.ebuild index 2eb885d22415..9c2397369032 100644 --- a/dev-python/pychecker/pychecker-0.8.18.ebuild +++ b/dev-python/pychecker/pychecker-0.8.18.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pychecker/pychecker-0.8.18.ebuild,v 1.8 2009/10/11 09:39:08 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pychecker/pychecker-0.8.18.ebuild,v 1.9 2009/10/25 14:00:33 arfrever Exp $ EAPI="2" +SUPPORT_PYTHON_ABIS="1" inherit distutils eutils @@ -15,9 +16,11 @@ SLOT="0" KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" -DEPEND="virtual/python" -RDEPEND="${DEPEND}" +DEPEND="" +RDEPEND="" +RESTRICT_PYTHON_ABIS="3.*" +PYTHON_MODNAME="pychecker pychecker2" DOCS="pycheckrc" src_prepare() { @@ -26,11 +29,3 @@ src_prepare() { epatch "${FILESDIR}"/pychecker-0.8.18-pychecker2.patch sed -e 's:root = self\.distribution\.get_command_obj("install")\.root:&\.rstrip("/"):' -i setup.py || die "sed setup.py failed" } - -pkg_postinst() { - python_mod_optimize "$(python_get_sitedir)" -} - -pkg_postrm() { - python_mod_cleanup "$(python_get_sitedir)" -} |