diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-07-10 18:35:56 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-07-10 18:35:56 +0000 |
commit | 27be03a49b824ced0909d2a31906e70099c5cc8c (patch) | |
tree | 7eb8c2dd85e26631b6425b823d96f5286400ca85 /dev-python/psutil/psutil-0.3.0.ebuild | |
parent | version bump wrt #473254 (diff) | |
download | historical-27be03a49b824ced0909d2a31906e70099c5cc8c.tar.gz historical-27be03a49b824ced0909d2a31906e70099c5cc8c.tar.bz2 historical-27be03a49b824ced0909d2a31906e70099c5cc8c.zip |
Remove old.
Package-Manager: portage-2.2.0_alpha187/cvs/Linux x86_64
Manifest-Sign-Key: 0x4AB3E85B4F064CA3
Diffstat (limited to 'dev-python/psutil/psutil-0.3.0.ebuild')
-rw-r--r-- | dev-python/psutil/psutil-0.3.0.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/psutil/psutil-0.3.0.ebuild b/dev-python/psutil/psutil-0.3.0.ebuild deleted file mode 100644 index 94a6a277728e..000000000000 --- a/dev-python/psutil/psutil-0.3.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-0.3.0.ebuild,v 1.6 2012/03/12 19:15:15 marienz Exp $ - -EAPI="3" -PYTHON_DEPEND="*" -SUPPORT_PYTHON_ABIS="1" -PYTHON_TESTS_RESTRICTED_ABIS="3.*" -RESTRICT_PYTHON_ABIS="*-jython" - -inherit distutils - -DESCRIPTION="Retrieve information on running processes and system utilization" -HOMEPAGE="http://code.google.com/p/psutil/ http://pypi.python.org/pypi/psutil" -SRC_URI="http://psutil.googlecode.com/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -# A broken test -RESTRICT="test" - -src_test() { - testing() { - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" test/test_psutil.py - } - python_execute_function testing -} |