mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
dev-python/zope-testrunner: drop 6.1
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -1,2 +1 @@
|
|||||||
DIST zope.testrunner-6.1.tar.gz 154261 BLAKE2B e68c6449c1cccc059e5e07abb528fb39bc1409d6c56932299ffd3949c803d585bc432463f1e256a6fa47dc1c8b173c3f488220821a60c6e38c0191fa4af4f75d SHA512 6f23bcc7a27b0c5ab8b59ad0ea03a5482b4e7e924b8df41e5c78e86c402971761c875070c5b8553d3d90f772d04422a07bde675b8e2cb160fe5326031226fde3
|
|
||||||
DIST zope.testrunner-6.2.tar.gz 150192 BLAKE2B 4ce0a5ed134910a4fb8cbc68700fbcd3d6e7508654e1ac68d51f5671e797e886a28ef0b55126f5b359cb704ec4b1c4d6f1ed9e66d25d0f83dd62e4884a262358 SHA512 5fc559c497c9db67c81af692e83d60d5cb75ee4cdb28b25c23040eccdaf01d704b2897b385e35e09e916792f6bf7155eded67d4b5de3c1beb1a435590c249dfd
|
DIST zope.testrunner-6.2.tar.gz 150192 BLAKE2B 4ce0a5ed134910a4fb8cbc68700fbcd3d6e7508654e1ac68d51f5671e797e886a28ef0b55126f5b359cb704ec4b1c4d6f1ed9e66d25d0f83dd62e4884a262358 SHA512 5fc559c497c9db67c81af692e83d60d5cb75ee4cdb28b25c23040eccdaf01d704b2897b385e35e09e916792f6bf7155eded67d4b5de3c1beb1a435590c249dfd
|
||||||
|
|||||||
@@ -1,53 +0,0 @@
|
|||||||
# Copyright 2023 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
|
||||||
PYTHON_COMPAT=( python3_{10..11} )
|
|
||||||
|
|
||||||
PYPI_NO_NORMALIZE=1
|
|
||||||
PYPI_PN="${PN/-/\.}"
|
|
||||||
inherit distutils-r1 pypi
|
|
||||||
|
|
||||||
DESCRIPTION="This package provides a flexible test runner with layer support."
|
|
||||||
HOMEPAGE="https://github.com/zopefoundation/zope.testrunner"
|
|
||||||
|
|
||||||
LICENSE="ZPL"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
dev-python/six[${PYTHON_USEDEP}]
|
|
||||||
dev-python/zope-interface[${PYTHON_USEDEP}]
|
|
||||||
dev-python/zope-exceptions[${PYTHON_USEDEP}]
|
|
||||||
doc? ( dev-python/sphinxcontrib-programoutput[${PYTHON_USEDEP}] )
|
|
||||||
test? ( dev-python/zope-testing[${PYTHON_USEDEP}] )
|
|
||||||
"
|
|
||||||
DEPEND="${RDEPEND}"
|
|
||||||
|
|
||||||
distutils_enable_sphinx docs
|
|
||||||
distutils_enable_tests unittest
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
# strip rdep specific to namespaces
|
|
||||||
sed -i -e "/'setuptools'/d" setup.py || die
|
|
||||||
distutils-r1_src_prepare
|
|
||||||
}
|
|
||||||
|
|
||||||
python_compile() {
|
|
||||||
distutils-r1_python_compile
|
|
||||||
find "${BUILD_DIR}" -name '*.pth' -delete || die
|
|
||||||
}
|
|
||||||
|
|
||||||
python_test() {
|
|
||||||
cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
|
|
||||||
distutils_write_namespace zope
|
|
||||||
eunittest
|
|
||||||
}
|
|
||||||
|
|
||||||
python_install() {
|
|
||||||
# Do not install unit tests
|
|
||||||
rm -r "${BUILD_DIR}/install$(python_get_sitedir)/zope/testrunner/tests" || die
|
|
||||||
distutils-r1_python_install
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user