From 8848e051c0a0c53d12d6a085b569a337fdb8393f Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Mon, 28 Jun 2021 15:19:09 +0200 Subject: [PATCH 1/6] dev-python/cattrs: use pyproject.toml Closes: https://bugs.gentoo.org/799032 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- dev-python/cattrs/cattrs-1.7.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/cattrs/cattrs-1.7.0.ebuild b/dev-python/cattrs/cattrs-1.7.0.ebuild index a6a19fc298..d8e1cf75e9 100644 --- a/dev-python/cattrs/cattrs-1.7.0.ebuild +++ b/dev-python/cattrs/cattrs-1.7.0.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_USE_SETUPTOOLS=pyproject.toml PYTHON_COMPAT=( python3_{8..9} pypy3 ) inherit distutils-r1 From 79cdf89ca7cb5cc6b52f93fdd71ed73ea52f3e53 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Mon, 28 Jun 2021 15:22:07 +0200 Subject: [PATCH 2/6] dev-python/fontMath: export version for setuptools_scm Closes: https://bugs.gentoo.org/799029 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- dev-python/fontMath/fontMath-0.8.1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/fontMath/fontMath-0.8.1.ebuild b/dev-python/fontMath/fontMath-0.8.1.ebuild index 3d2608c58e..7a21cddc0c 100644 --- a/dev-python/fontMath/fontMath-0.8.1.ebuild +++ b/dev-python/fontMath/fontMath-0.8.1.ebuild @@ -21,3 +21,7 @@ RDEPEND=" DEPEND="${RDEPEND}" distutils_enable_tests pytest + +pkg_setup() { + export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}" +} From 013b4b2f04d6f57ae1e0f603a70675ff7ec67918 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Mon, 28 Jun 2021 15:28:03 +0200 Subject: [PATCH 3/6] dev-python/hunter: deselect manhole tests Closes: https://bugs.gentoo.org/799026 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- dev-python/hunter/hunter-3.3.8.ebuild | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/dev-python/hunter/hunter-3.3.8.ebuild b/dev-python/hunter/hunter-3.3.8.ebuild index 54715337ca..99d13170ba 100644 --- a/dev-python/hunter/hunter-3.3.8.ebuild +++ b/dev-python/hunter/hunter-3.3.8.ebuild @@ -51,14 +51,8 @@ python_compile() { 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 - epytest -vv || die + epytest -vv \ + --deselect tests/test_remote.py::test_manhole \ + --deselect tests/test_remote.py::test_manhole_clean_exit \ + || die } From ec7c448b97416dc6971a17dc88042eeda4fb884e Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Mon, 28 Jun 2021 15:33:55 +0200 Subject: [PATCH 4/6] dev-python/sanic: deselect failing test Closes: https://bugs.gentoo.org/799023 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- dev-python/sanic/sanic-21.6.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/sanic/sanic-21.6.0.ebuild b/dev-python/sanic/sanic-21.6.0.ebuild index aea862df5f..d08cf16642 100644 --- a/dev-python/sanic/sanic-21.6.0.ebuild +++ b/dev-python/sanic/sanic-21.6.0.ebuild @@ -50,6 +50,6 @@ distutils_enable_sphinx docs \ dev-python/recommonmark \ www-servers/gunicorn -#python_test() { -# pytest -vv --deselect tests/test_unix_socket.py::test_zero_downtime tests/test_keep_alive_timeout.py::test_keep_alive_client_timeout || die -#} +python_test() { + pytest -vv --deselect tests/test_keep_alive_timeout.py::test_keep_alive_client_timeout || die +} From f34feecc106bbea61c2f0bdfd8dcb45a63082700 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Mon, 28 Jun 2021 15:54:28 +0200 Subject: [PATCH 5/6] dev-ruby/certified: declare RUBY_FAKEGEM_RECIPE_TEST="none" Closes: https://bugs.gentoo.org/799068 Signed-off-by: Florian Schmaus --- dev-ruby/certified/certified-1.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ruby/certified/certified-1.0.0.ebuild b/dev-ruby/certified/certified-1.0.0.ebuild index ee010f5ec8..6dcaf87bbb 100644 --- a/dev-ruby/certified/certified-1.0.0.ebuild +++ b/dev-ruby/certified/certified-1.0.0.ebuild @@ -5,6 +5,7 @@ EAPI=7 USE_RUBY="ruby26 ruby27" +RUBY_FAKEGEM_RECIPE_TEST="none" RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem From 7105457de21b6ef2683bb433f9f605185dbd1674 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Mon, 28 Jun 2021 15:54:52 +0200 Subject: [PATCH 6/6] dev-ruby/certified: do not declare empty IUSE Signed-off-by: Florian Schmaus --- dev-ruby/certified/certified-1.0.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-ruby/certified/certified-1.0.0.ebuild b/dev-ruby/certified/certified-1.0.0.ebuild index 6dcaf87bbb..54d83dad11 100644 --- a/dev-ruby/certified/certified-1.0.0.ebuild +++ b/dev-ruby/certified/certified-1.0.0.ebuild @@ -17,4 +17,3 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE=""