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 E63E0139360 for ; Sat, 14 Aug 2021 02:00:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53C7CE09E9; Sat, 14 Aug 2021 02:00:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 34C80E09E9 for ; Sat, 14 Aug 2021 02:00:07 +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 AE2EF340E2A for ; Sat, 14 Aug 2021 02:00:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA0638B0 for ; Sat, 14 Aug 2021 02:00:02 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1628906030.8a1819e778795b1b3ba55b1e360ccb5becac688d.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/hunter/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/hunter/Manifest dev-python/hunter/hunter-3.3.5.ebuild X-VCS-Directories: dev-python/hunter/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 8a1819e778795b1b3ba55b1e360ccb5becac688d X-VCS-Branch: dev Date: Sat, 14 Aug 2021 02:00:02 +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: cdb2c18e-ff20-43c9-86b8-15b7af0ac108 X-Archives-Hash: 7e3249dcfb813a1f338f5a486e7d28f6 commit: 8a1819e778795b1b3ba55b1e360ccb5becac688d Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Aug 13 20:02:24 2021 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sat Aug 14 01:53:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a1819e7 dev-python/hunter: drop 3.3.5 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/hunter/Manifest | 1 - dev-python/hunter/hunter-3.3.5.ebuild | 63 ----------------------------------- 2 files changed, 64 deletions(-) diff --git a/dev-python/hunter/Manifest b/dev-python/hunter/Manifest index 8fff7a232..8d0386983 100644 --- a/dev-python/hunter/Manifest +++ b/dev-python/hunter/Manifest @@ -1,2 +1 @@ -DIST hunter-3.3.5.tar.gz 536004 BLAKE2B 2851449ab6c9e3b71a546f5464eda272053060bdc6fb2d75f3e746c4d103b25c2ecfbfd0449521a98fe12851d62044bb0f3bc9d083e1496f861679eff827eafc SHA512 7c8700ae010bc58c4fefb1f6a343ee4bb375e55c2ddf3ab6a7d9f94102f1bafa50d3723985031a7633be2928a8b47a2bad2c3a7676df6d6a1dee2e38dbf6c02d DIST hunter-3.3.8.tar.gz 536260 BLAKE2B cdb048798dd831229f3c3ff784b16f94ee45c54bc35eb29e9b228f2736c103dbc39357df82476a2b25310501d33be67474f85c2f5a97a61baca20c8dfc5a725f SHA512 4d715893c805afb5ca709f8c8ce20fbf5ec8540a06c7536862d941a5a4f45b0721f8cd3aa2eeb79c072152d243f4d0ce949431defbdc8c17831f744c3f7ff58a diff --git a/dev-python/hunter/hunter-3.3.5.ebuild b/dev-python/hunter/hunter-3.3.5.ebuild deleted file mode 100644 index fea16decc..000000000 --- a/dev-python/hunter/hunter-3.3.5.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..9} ) -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" -S="${WORKDIR}/python-${P}" -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/colorama[${PYTHON_USEDEP}]" -DEPEND=" - ${RDEPEND} - test? ( - dev-python/aspectlib[${PYTHON_USEDEP}] - dev-python/ipdb[${PYTHON_USEDEP}] - dev-python/manhole[${PYTHON_USEDEP}] - dev-python/process-tests[${PYTHON_USEDEP}] - dev-python/pytest-benchmark[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - ) -" -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] - >=dev-python/setuptools_scm-3.3.1[${PYTHON_USEDEP}] -" - -PATCHES=( "${FILESDIR}/remove-setuptools_scm-upper-constraint.patch" ) - -distutils_enable_tests pytest -distutils_enable_sphinx docs ">=dev-python/sphinx-py3doc-enhanced-theme-2.3.2" - -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 -vv \ - --deselect tests/test_integration.py::test_pid_prefix[True-CodePrinter] \ - --deselect tests/test_integration.py::test_pid_prefix[False-CodePrinter] \ - --deselect tests/test_integration.py::test_pid_prefix[True-CallPrinter] \ - --deselect tests/test_integration.py::test_pid_prefix[False-CallPrinter] \ - --deselect tests/test_remote.py::test_manhole \ - --deselect tests/test_remote.py::test_manhole_clean_exit \ - --deselect tests/test_tracer.py::test_perf_stdlib[cython] \ - || die -}