diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-30 02:30:16 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-30 02:30:16 +0000 |
commit | c81657423745b47ff2bca4a518dfd68dc13271b0 (patch) | |
tree | a0bc71b3ed3bb25d2dcafe7dd9b43fc9d153988f /dev-python/odfpy | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | historical-c81657423745b47ff2bca4a518dfd68dc13271b0.tar.gz historical-c81657423745b47ff2bca4a518dfd68dc13271b0.tar.bz2 historical-c81657423745b47ff2bca4a518dfd68dc13271b0.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/odfpy')
-rw-r--r-- | dev-python/odfpy/odfpy-0.9.1.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-python/odfpy/odfpy-0.9.1.ebuild b/dev-python/odfpy/odfpy-0.9.1.ebuild deleted file mode 100644 index 437aa4cee50a..000000000000 --- a/dev-python/odfpy/odfpy-0.9.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/odfpy/odfpy-0.9.1.ebuild,v 1.1 2009/08/31 23:04:34 arfrever Exp $ - -EAPI="2" - -NEED_PYTHON="2.4" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Python interface to Open Document Format" -HOMEPAGE="http://opendocumentfellowship.com/development/projects/odfpy" -SRC_URI="http://pypi.python.org/packages/source/o/odfpy/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -RESTRICT_PYTHON_ABIS="3*" - -PYTHON_MODNAME="odf" - -src_test() { - testing() { - pushd tests > /dev/null || die - local test - for test in test*.py; do - echo -e "\e[1;31mRunning ${test}...\e[0m" - PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" "${test}" || die "${test} failed with Python ${PYTHON_ABI}" - done - popd > /dev/null || die - } - python_execute_function testing -} |