From cafb932c2ad8c7a099c667ec67353a54e0b98b55 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Wed, 31 Jan 2024 08:04:47 +0000 Subject: Adding metadata --- dev-python/pythonnet/pythonnet-3.0.3.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'dev-python/pythonnet/pythonnet-3.0.3.ebuild') diff --git a/dev-python/pythonnet/pythonnet-3.0.3.ebuild b/dev-python/pythonnet/pythonnet-3.0.3.ebuild index 103f106ad651..5f24ea889cbc 100644 --- a/dev-python/pythonnet/pythonnet-3.0.3.ebuild +++ b/dev-python/pythonnet/pythonnet-3.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -230,9 +230,8 @@ BDEPEND=" " CHECKREQS_DISK_BUILD="1500M" -PATCHES=( "${FILESDIR}/${PN}-3.0.3-no-sourcelink.patch" ) - EPYTEST_DESELECT=( + 'tests/test_codec.py::test_sequence' 'tests/test_engine.py::test_import_module' 'tests/test_engine.py::test_run_string' 'tests/test_method.py::test_getting_method_overloads_binding_does_not_leak_memory' @@ -240,6 +239,9 @@ EPYTEST_DESELECT=( 'tests/test_module.py::test_assembly_load_recursion_bug' 'tests/test_module.py::test_implicit_assembly_load' ) +PATCHES=( + "${FILESDIR}/${PN}-3.0.3-no-sourcelink.patch" +) DOCS=( AUTHORS.md CHANGELOG.md README.rst ) DOC_CONTENTS="Python.NET defaults to the mono runtime, not .NET SDK's coreclr. -- cgit v1.3.1