From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B257E13835C for ; Tue, 25 May 2021 23:08:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 471AAE07AE; Tue, 25 May 2021 23:08:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E76BE077F for ; Tue, 25 May 2021 23:08:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E8A9340E2C for ; Tue, 25 May 2021 23:08:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F38937A3 for ; Tue, 25 May 2021 23:07:58 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1621939054.e11925b21b5bcc849e5d095f93d8fb40d39bf76b.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/hunter/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/hunter/Manifest dev-python/hunter/hunter-3.3.2.ebuild dev-python/hunter/hunter-3.3.3.ebuild X-VCS-Directories: dev-python/hunter/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: e11925b21b5bcc849e5d095f93d8fb40d39bf76b X-VCS-Branch: master Date: Tue, 25 May 2021 23:07:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4aafb802-79b2-474b-bfd0-8369745324ae X-Archives-Hash: 9934f3f106014dcbc85d9e4e0a7bca17 commit: e11925b21b5bcc849e5d095f93d8fb40d39bf76b Author: Anna Vyalkova sysrq in> AuthorDate: Tue May 25 08:41:29 2021 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Tue May 25 10:37:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e11925b2 dev-python/hunter: support python 3.9, drop 3.3.2 Signed-off-by: Anna Vyalkova sysrq.in> dev-python/hunter/Manifest | 1 - dev-python/hunter/hunter-3.3.2.ebuild | 70 ----------------------------------- dev-python/hunter/hunter-3.3.3.ebuild | 2 +- 3 files changed, 1 insertion(+), 72 deletions(-) diff --git a/dev-python/hunter/Manifest b/dev-python/hunter/Manifest index c07b8acdf..35e192ec6 100644 --- a/dev-python/hunter/Manifest +++ b/dev-python/hunter/Manifest @@ -1,2 +1 @@ -DIST hunter-3.3.2.tar.gz 535119 BLAKE2B 25551f04d0b2dafa6875c5c5660d2c57417bdc113960ec2b8d224c88a6b9d08b38bfbbb2deb516e7a36704164318137f5675409850c2eeff2c486a819731c756 SHA512 e3b5e7a3729074cf52a7a209e6f54a1319b3e94ff50abe4e6d8f00f3953720e3c2380de066c2a0a4e56c7a348fdd947425ae19c8907bd420d10ffb271bc07516 DIST hunter-3.3.3.tar.gz 535662 BLAKE2B f2aa247eec34de982ab56430a0517c483609edc72d3d366a725dabf28ff6621a49411dd41a7ae16846960bb22ec4a7dc1cdb2b528a620e9eac9dc26dabec6213 SHA512 661b0f33653a6175f2172e45386c822552464a06129e2f5c8d4b88f6142a4aecc69bd657dc98ef7ffbb3d93cde537aa3a2e5f68bbced6f03b6514d39cfb99df4 diff --git a/dev-python/hunter/hunter-3.3.2.ebuild b/dev-python/hunter/hunter-3.3.2.ebuild deleted file mode 100644 index 51a71d901..000000000 --- a/dev-python/hunter/hunter-3.3.2.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} ) - -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="Hunter is a flexible code tracing toolkit" -HOMEPAGE=" - https://github.com/ionelmc/python-hunter - https://pypi.org/project/hunter -" -SRC_URI="https://github.com/ionelmc/python-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/colorama[${PYTHON_USEDEP}]" -DEPEND=" - ${RDEPEND} - test? ( - dev-python/aspectlib[${PYTHON_USEDEP}] - dev-python/manhole[${PYTHON_USEDEP}] - dev-python/pytest-benchmark[${PYTHON_USEDEP}] - dev-python/process-tests[${PYTHON_USEDEP}] - ) -" -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] - >=dev-python/setuptools_scm-3.3.1[${PYTHON_USEDEP}] -" - -S="${WORKDIR}/python-${P}" - -distutils_enable_tests pytest -distutils_enable_sphinx docs ">=dev-python/sphinx-py3doc-enhanced-theme-2.3.2" - -python_prepare_all() { - # all tests in this file fail - rm tests/test_remote.py || die - - sed 's/setuptools_scm>=3.3.1,!=4.0.0,<6.0/setuptools_scm>=3.3.1/' \ - -i setup.py || die - - distutils-r1_python_prepare_all -} - -python_compile() { - distutils-r1_python_compile - - if use test; then - "${EPYTHON}" tests/setup.py build_ext --force --inplace || die - fi -} - -python_test() { - local -x PYTHONPATH="${S}/tests:${BUILD_DIR}/lib:${PYTHONPATH}" - epytest --ignore=src \ - --deselect tests/test_integration.py::test_pth_activation \ - --deselect tests/test_integration.py::test_pth_sample4 \ - --deselect tests/test_integration.py::test_pth_sample2 \ - --deselect tests/test_integration.py::test_depth_limit_subprocess[depth_lt=2] \ - --deselect tests/test_integration.py::test_depth_limit_subprocess[depth_lt=3] \ - --deselect tests/test_integration.py::test_depth_limit_subprocess[depth_lt=4] -} diff --git a/dev-python/hunter/hunter-3.3.3.ebuild b/dev-python/hunter/hunter-3.3.3.ebuild index 66200e1ea..3e6eef36f 100644 --- a/dev-python/hunter/hunter-3.3.3.ebuild +++ b/dev-python/hunter/hunter-3.3.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend