diff options
| author | Michał Górny <mgorny@gentoo.org> | 2017-05-03 14:05:03 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2017-05-03 14:18:17 +0200 |
| commit | 4b5df8a699a2ecd38aec84a1af5e77af8e30cba9 (patch) | |
| tree | 48ecabb0da15d4497b29c1caebd3a169dc6594b9 /dev-python/coverage/coverage-4.0.3.ebuild | |
| parent | fa8e98c13e3c62ab5c4e61d2f14cc25111f554cb (diff) | |
| download | gentoo-4b5df8a699a2ecd38aec84a1af5e77af8e30cba9.tar.gz gentoo-4b5df8a699a2ecd38aec84a1af5e77af8e30cba9.tar.bz2 gentoo-4b5df8a699a2ecd38aec84a1af5e77af8e30cba9.zip | |
dev-python/coverage: Clean old versions up
Diffstat (limited to 'dev-python/coverage/coverage-4.0.3.ebuild')
| -rw-r--r-- | dev-python/coverage/coverage-4.0.3.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/coverage/coverage-4.0.3.ebuild b/dev-python/coverage/coverage-4.0.3.ebuild deleted file mode 100644 index 5c26a2d32d7d..000000000000 --- a/dev-python/coverage/coverage-4.0.3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 - -DESCRIPTION="Code coverage measurement for Python" -HOMEPAGE="http://nedbatchelder.com/code/coverage/ https://pypi.python.org/pypi/coverage" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" - -RDEPEND="" -DEPEND=" - >=dev-python/setuptools-18.4[${PYTHON_USEDEP}] - test? ( - dev-python/PyContracts[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - ) -" - -python_compile() { - if [[ ${EPYTHON} == python2.7 ]]; then - local CFLAGS="${CFLAGS} -fno-strict-aliasing" - export CFLAGS - fi - - distutils-r1_python_compile -} - -python_test() { - cd "${BUILD_DIR}"/lib || die - [[ "${PYTHON}" =~ pypy ]] && export COVERAGE_NO_EXTENSION=no - ${PYTHON} "${S}"/igor.py test_with_tracer py || die - ${PYTHON} "${S}"/igor.py test_with_tracer c || die -} |
