blob: 0813fb3cf1db82a57690895ccad06ee52649ada6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-runner/pytest-runner-1.1.ebuild,v 1.2 2012/12/28 06:06:22 prometheanfire Exp $
# Ebuild generated by g-pypi 0.2.2 (rev. 214)
EAPI=4
#RESTRICT_PYTHON_ABIS="3.*"
inherit distutils eutils
MY_PN=${PN#python-}
S="${WORKDIR}/${MY_PN}-${PV}"
DESCRIPTION="Adds support for tests durring installation of setup.py files."
HOMEPAGE="http://pypi.python.org/pypi/pytest-runner"
SRC_URI="mirror://pypi/p/${MY_PN}/${MY_PN}-${PV}.zip"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
DEPEND="dev-python/hgtools
dev-python/setuptools"
RDEPEND="dev-python/pytest"
src_prepare() {
epatch "${FILESDIR}/pytest-runner.patch"
}
src_install() {
distutils_src_install
}
|