summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/rpds-py/rpds-py-0.27.0.ebuild')
-rw-r--r--dev-python/rpds-py/rpds-py-0.27.0.ebuild61
1 files changed, 0 insertions, 61 deletions
diff --git a/dev-python/rpds-py/rpds-py-0.27.0.ebuild b/dev-python/rpds-py/rpds-py-0.27.0.ebuild
deleted file mode 100644
index 5a1d30d0e4be..000000000000
--- a/dev-python/rpds-py/rpds-py-0.27.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=maturin
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
-
-CRATES="
-"
-
-RUST_MIN_VER="1.85.0"
-
-inherit cargo distutils-r1 pypi
-
-DESCRIPTION="Python bindings to Rust's persistent data structures (rpds)"
-HOMEPAGE="
- https://github.com/crate-py/rpds/
- https://pypi.org/project/rpds-py/
-"
-SRC_URI+="
- ${CARGO_CRATE_URIS}
-"
-
-LICENSE="MIT"
-# Dependent crate licenses
-LICENSE+=" Apache-2.0-with-LLVM-exceptions MIT MPL-2.0 Unicode-3.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-
-QA_FLAGS_IGNORED="usr/lib.*/py.*/site-packages/rpds/rpds.*.so"
-
-export PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest