diff options
| author | root <root@alpha.trunkmasters.com> | 2026-07-09 03:04:33 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-07-09 03:04:33 -0500 |
| commit | a96a971c845e2cd3ffad3b8f63558c6408897f0a (patch) | |
| tree | 9431452ee7738105e3d34fdaa7a4ac405c646c8b /dev-python/libcst | |
| parent | 897a58deb079b5691d4424cc15517aea6e422808 (diff) | |
| download | baldeagleos-repo-a96a971c845e2cd3ffad3b8f63558c6408897f0a.tar.gz baldeagleos-repo-a96a971c845e2cd3ffad3b8f63558c6408897f0a.tar.xz baldeagleos-repo-a96a971c845e2cd3ffad3b8f63558c6408897f0a.zip | |
Adding metadata
Diffstat (limited to 'dev-python/libcst')
| -rw-r--r-- | dev-python/libcst/libcst-1.8.6.ebuild | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/dev-python/libcst/libcst-1.8.6.ebuild b/dev-python/libcst/libcst-1.8.6.ebuild index 29dc3c88680f..e80e56e8d151 100644 --- a/dev-python/libcst/libcst-1.8.6.ebuild +++ b/dev-python/libcst/libcst-1.8.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024-2025 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -142,6 +142,8 @@ distutils_enable_tests pytest QA_FLAGS_IGNORED="usr/lib/py.*/site-packages/libcst/native.*" +export PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 + src_unpack() { pypi_src_unpack cargo_src_unpack @@ -170,15 +172,6 @@ python_test() { libcst/codegen/tests/test_codegen_clean.py ) - case ${EPYTHON} in - pypy3*) - EPYTEST_DESELECT+=( - # https://github.com/Instagram/LibCST/issues/1278 - libcst/codemod/commands/tests/test_rename_typing_generic_aliases.py::TestRenameCommand::test_rename_typing_generic_alias - ) - ;; - esac - cd "${BUILD_DIR}/install$(python_get_sitedir)" || die # fixtures ln -s "${S}/native" . || die |
