diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-13 13:43:32 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-13 13:43:32 +0000 |
commit | a8e666089139c467b5b2945b4ccbd6b050a60e2a (patch) | |
tree | ab1f745efa4111266ac31358b8ed37fad9baa387 /dev-python/pytest/pytest-1.3.ebuild | |
parent | Use generic shared object extension. (diff) | |
download | historical-a8e666089139c467b5b2945b4ccbd6b050a60e2a.tar.gz historical-a8e666089139c467b5b2945b4ccbd6b050a60e2a.tar.bz2 historical-a8e666089139c467b5b2945b4ccbd6b050a60e2a.zip |
Add wrapper 1.3 ebuild, which doesn't install anything and allows transition from dev-python/py to dev-python/pytest.
Package-Manager: portage-2.2.0_alpha8/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pytest/pytest-1.3.ebuild')
-rw-r--r-- | dev-python/pytest/pytest-1.3.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/pytest/pytest-1.3.ebuild b/dev-python/pytest/pytest-1.3.ebuild new file mode 100644 index 000000000000..d5a3e08f3488 --- /dev/null +++ b/dev-python/pytest/pytest-1.3.ebuild @@ -0,0 +1,20 @@ +# 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 $ + +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" +SRC_URI="" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +DEPEND="=dev-python/py-1.3*" +RDEPEND="${DEPEND}" |