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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1EA3158091 for ; Sun, 5 Jun 2022 06:16:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4445E0919; Sun, 5 Jun 2022 06:16:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C980BE0919 for ; Sun, 5 Jun 2022 06:16:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8FC6341A33 for ; Sun, 5 Jun 2022 06:16:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 025354F2 for ; Sun, 5 Jun 2022 06:16:23 +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: <1654409535.c27c4e59f67a9751d838dd97d40b2c4f02c2680e.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/manhole/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/manhole/Manifest dev-python/manhole/manhole-1.8.0-r1.ebuild X-VCS-Directories: dev-python/manhole/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: c27c4e59f67a9751d838dd97d40b2c4f02c2680e X-VCS-Branch: dev Date: Sun, 5 Jun 2022 06:16:23 +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: 0a3dcacd-41f0-41fd-88ec-aaf8ed1acfdb X-Archives-Hash: a0ec1679e592c3219d816e1b4951944f commit: c27c4e59f67a9751d838dd97d40b2c4f02c2680e Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Jun 5 00:20:41 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Jun 5 06:12:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c27c4e59 dev-python/manhole: PEP517 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/manhole/Manifest | 2 +- dev-python/manhole/manhole-1.8.0-r1.ebuild | 14 ++++---------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/dev-python/manhole/Manifest b/dev-python/manhole/Manifest index 940de3533..b710026eb 100644 --- a/dev-python/manhole/Manifest +++ b/dev-python/manhole/Manifest @@ -1 +1 @@ -DIST manhole-1.8.0.tar.gz 30823 BLAKE2B 7de4966faaa5a386097d9e3015318f3df5422f9f4525347ea93bc1b3cc988236e2db9dcdf7c5e4f058ad816c74beebab210af65fd331e2347da9c05035a22128 SHA512 041452d602895f7ceaafc74ac50713acd470120b022a942946de83f90d2d839ee15b333dfc329f88597b13e0b3fee436af526beae95a3ff94e51376fd2cc27e6 +DIST manhole-1.8.0.gh.tar.gz 30823 BLAKE2B 7de4966faaa5a386097d9e3015318f3df5422f9f4525347ea93bc1b3cc988236e2db9dcdf7c5e4f058ad816c74beebab210af65fd331e2347da9c05035a22128 SHA512 041452d602895f7ceaafc74ac50713acd470120b022a942946de83f90d2d839ee15b333dfc329f88597b13e0b3fee436af526beae95a3ff94e51376fd2cc27e6 diff --git a/dev-python/manhole/manhole-1.8.0-r1.ebuild b/dev-python/manhole/manhole-1.8.0-r1.ebuild index 94e34d898..c16056549 100644 --- a/dev-python/manhole/manhole-1.8.0-r1.ebuild +++ b/dev-python/manhole/manhole-1.8.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} pypy3 ) - +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Debugging manhole for python application" @@ -12,7 +12,7 @@ HOMEPAGE=" https://github.com/ionelmc/python-manhole https://pypi.org/project/manhole/ " -SRC_URI="https://github.com/ionelmc/python-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/ionelmc/python-${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" S="${WORKDIR}/python-${P}" LICENSE="BSD-2" @@ -35,8 +35,6 @@ distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme distutils_enable_tests pytest python_test() { - distutils_install_for_testing - local -x PYTHONPATH="${S}/src:${PYTHONPATH}" local EPYTEST_DESELECT=( tests/test_manhole.py::test_connection_handler_exec @@ -51,11 +49,7 @@ python_test() { tests/test_manhole.py::test_stderr_doesnt_deadlock ) - if [[ ${EPYTHON} == pypy3 ]]; then - EPYTEST_DESELECT+=( - tests/test_manhole.py::test_log_fh - ) - fi + [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=( tests/test_manhole.py::test_log_fh ) - epytest + distutils-r1_python_test }