diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-01-31 08:04:47 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-01-31 08:04:47 +0000 |
| commit | cafb932c2ad8c7a099c667ec67353a54e0b98b55 (patch) | |
| tree | 7b89422feec27e96671a9494f715d5dc0290929a /dev-python/pythonnet | |
| parent | ab07f7507f68e0549e23686ae0176a834e8cc13b (diff) | |
| download | baldeagleos-repo-cafb932c2ad8c7a099c667ec67353a54e0b98b55.tar.gz baldeagleos-repo-cafb932c2ad8c7a099c667ec67353a54e0b98b55.tar.xz baldeagleos-repo-cafb932c2ad8c7a099c667ec67353a54e0b98b55.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pythonnet')
| -rw-r--r-- | dev-python/pythonnet/pythonnet-3.0.3.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
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. |
