summaryrefslogtreecommitdiff
path: root/dev-python/libcst
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-08-17 19:04:18 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-08-17 19:04:18 +0000
commit0258209713eef21f0d82c607393bf5360fc94bcc (patch)
tree1c61773a44f90087517d41209736fd4f425f934e /dev-python/libcst
parent3bef6eb2ae865ff8fc46c6f4005eea74c0cd4d35 (diff)
downloadbaldeagleos-repo-0258209713eef21f0d82c607393bf5360fc94bcc.tar.gz
baldeagleos-repo-0258209713eef21f0d82c607393bf5360fc94bcc.tar.xz
baldeagleos-repo-0258209713eef21f0d82c607393bf5360fc94bcc.zip
Adding metadata
Diffstat (limited to 'dev-python/libcst')
-rw-r--r--dev-python/libcst/libcst-1.8.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/libcst/libcst-1.8.2.ebuild b/dev-python/libcst/libcst-1.8.2.ebuild
index 4b2c15e47476..e8c6bf6bd596 100644
--- a/dev-python/libcst/libcst-1.8.2.ebuild
+++ b/dev-python/libcst/libcst-1.8.2.ebuild
@@ -7,6 +7,7 @@ DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
+RUST_MIN_VER="1.80.0"
CRATES="
aho-corasick@1.0.4
anes@0.1.6
@@ -133,6 +134,7 @@ BDEPEND="
)
"
+EPYTEST_PLUGINS=()
EPYTEST_XDIST=1
distutils_enable_tests pytest
@@ -170,7 +172,6 @@ python_test() {
;;
esac
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
# fixtures
ln -s "${S}/native" . || die