public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/manhole/
Date: Sat, 14 Aug 2021 02:00:02 +0000 (UTC)	[thread overview]
Message-ID: <1628906055.8a394a3fa8cd59d30225c414bc1f4f23cf96c898.cybertailor@gentoo> (raw)

commit:     8a394a3fa8cd59d30225c414bc1f4f23cf96c898
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Aug 13 20:23:03 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Aug 14 01:54:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a394a3f

dev-python/manhole: bump EAPI and PYTHON_COMPAT

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/manhole/manhole-1.8.0.ebuild | 54 ++++++++++++++++-----------------
 1 file changed, 26 insertions(+), 28 deletions(-)

diff --git a/dev-python/manhole/manhole-1.8.0.ebuild b/dev-python/manhole/manhole-1.8.0.ebuild
index e6edae08f..eae6b4e6c 100644
--- a/dev-python/manhole/manhole-1.8.0.ebuild
+++ b/dev-python/manhole/manhole-1.8.0.ebuild
@@ -1,51 +1,49 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
-
 inherit distutils-r1
 
-MY_PN="python-${PN}"
-
 DESCRIPTION="Debugging manhole for python application"
 HOMEPAGE="
 	https://github.com/ionelmc/python-manhole
 	https://pypi.org/project/manhole
 "
-SRC_URI="https://github.com/ionelmc/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/ionelmc/python-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/python-${PN}-${PV}"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-	test? (
-		dev-python/eventlet[${PYTHON_USEDEP}]
-		dev-python/gevent[${PYTHON_USEDEP}]
-		dev-python/process-tests[${PYTHON_USEDEP}]
-		dev-python/requests[${PYTHON_USEDEP}]
-	)
-"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
-S="${WORKDIR}/${MY_PN}-${PV}"
+BDEPEND="test? (
+	dev-python/gevent[${PYTHON_USEDEP}]
+	dev-python/process-tests[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep \
+		'dev-python/eventlet[${PYTHON_USEDEP}]' python3.8 python3.9)
+)"
 
-distutils_enable_tests --install pytest
+DOCS=( AUTHORS.rst CHANGELOG.rst README.rst )
 
+distutils_enable_tests --install pytest
 distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme
 
 python_test() {
-	epytest \
-			--deselect tests/test_manhole.py::test_non_daemon_connection \
-			--deselect tests/test_manhole.py::test_daemon_connection \
-			--deselect tests/test_manhole.py::test_uwsgi \
-			--deselect tests/test_manhole.py::test_fork_exec \
-			--deselect tests/test_manhole.py::test_connection_handler_exec[str] \
-			--deselect tests/test_manhole.py::test_connection_handler_exec[func] \
-			--deselect tests/test_manhole.py::test_environ_variable_activation \
-			--deselect tests/test_manhole.py::test_stderr_doesnt_deadlock \
-			--deselect tests/test_manhole_cli.py::test_help
+	epytest_args=(
+		--deselect tests/test_manhole.py::test_non_daemon_connection
+		--deselect tests/test_manhole.py::test_daemon_connection
+		--deselect tests/test_manhole.py::test_uwsgi
+		--deselect tests/test_manhole.py::test_fork_exec
+		--deselect tests/test_manhole.py::test_connection_handler_exec[str]
+		--deselect tests/test_manhole.py::test_connection_handler_exec[func]
+		--deselect tests/test_manhole.py::test_environ_variable_activation
+		--deselect tests/test_manhole.py::test_stderr_doesnt_deadlock
+		--deselect tests/test_manhole_cli.py
+	)
 
+	epytest "${epytest_args[@]}"
 }


             reply	other threads:[~2021-08-14  2:00 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-14  2:00 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-25 12:41 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/manhole/ Julien Roy
2022-11-17 21:22 Anna Vyalkova
2022-10-23 21:04 Anna Vyalkova
2022-10-17 12:12 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-10-17 12:12 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-06-05  6:16 Anna Vyalkova
2021-12-06 16:10 Anna Vyalkova
2021-11-29 10:37 Anna Vyalkova
2021-10-23 14:04 Anna Vyalkova
2021-10-18 12:07 Anna Vyalkova
2021-10-03 22:55 Alessandro Barbieri
2021-05-26 12:03 Anna Vyalkova
2021-05-25 10:37 Anna Vyalkova
2021-05-03 23:33 Anna Vyalkova
2020-09-24 12:17 Andrew Ammerlaan
2020-06-09 14:00 Andrew Ammerlaan
2020-06-09 14:00 Andrew Ammerlaan
2020-04-03 10:40 Andrew Ammerlaan
2020-04-02 23:04 Alessandro Barbieri
2020-04-01 20:55 Alessandro Barbieri
2020-03-29 13:21 Andrew Ammerlaan
2020-03-29  9:29 Alessandro Barbieri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1628906055.8a394a3fa8cd59d30225c414bc1f4f23cf96c898.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox