diff options
author | 2010-12-13 13:46:19 +0000 | |
---|---|---|
committer | 2010-12-13 13:46:19 +0000 | |
commit | c3bec331c336a4c3e064a5ef9c2764f87844c6b1 (patch) | |
tree | 78650f11fa1303ecee588272e86e0c466f9d7caf /dev-python/pytest | |
parent | Add wrapper 1.3 ebuild, which doesn't install anything and allows transition ... (diff) | |
download | gentoo-2-c3bec331c336a4c3e064a5ef9c2764f87844c6b1.tar.gz gentoo-2-c3bec331c336a4c3e064a5ef9c2764f87844c6b1.tar.bz2 gentoo-2-c3bec331c336a4c3e064a5ef9c2764f87844c6b1.zip |
Delete needless code.
(Portage version: 2.2.0_alpha8/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pytest')
-rw-r--r-- | dev-python/pytest/pytest-1.3.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/pytest/pytest-1.3.ebuild b/dev-python/pytest/pytest-1.3.ebuild index d5a3e08f3488..817a78ea3cde 100644 --- a/dev-python/pytest/pytest-1.3.ebuild +++ b/dev-python/pytest/pytest-1.3.ebuild @@ -1,11 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-1.3.ebuild,v 1.1 2010/12/13 13:43:32 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-1.3.ebuild,v 1.2 2010/12/13 13:46:19 arfrever Exp $ EAPI="3" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils DESCRIPTION="py.test: simple powerful testing with Python" HOMEPAGE="http://pytest.org/ http://pypi.python.org/pypi/pytest" |