summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-15 13:27:30 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-15 13:55:05 +0100
commit878b51877e8bfd8b6d1d21cf10febf9418395f97 (patch)
tree72860866af43599837e10a2e8c26317e6bb3a9f6 /dev-python
parent9f9bc3d4e346350c11346d6c9613c482331b2548 (diff)
downloadgentoo-878b51877e8bfd8b6d1d21cf10febf9418395f97.tar.gz
gentoo-878b51877e8bfd8b6d1d21cf10febf9418395f97.tar.bz2
gentoo-878b51877e8bfd8b6d1d21cf10febf9418395f97.zip
dev-python/uv: Remove obsolete sed
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/uv/uv-0.5.2.ebuild6
1 files changed, 0 insertions, 6 deletions
diff --git a/dev-python/uv/uv-0.5.2.ebuild b/dev-python/uv/uv-0.5.2.ebuild
index e285fe268651..87f34119feb6 100644
--- a/dev-python/uv/uv-0.5.2.ebuild
+++ b/dev-python/uv/uv-0.5.2.ebuild
@@ -90,12 +90,6 @@ pkg_setup() {
src_prepare() {
default
- # remove patch.* that breaks GIT_CRATES
- local reqmw=${GIT_CRATES[reqwest-middleware]}
- reqmw=${reqmw#*;}
- reqmw=${reqmw%;*}
- sed -i -e "/^\[patch/,\$s@^\(reqwest-middleware = \).*@\1 { path = \"${WORKDIR}/reqwest-middleware-${reqmw}/reqwest-middleware\" }@" Cargo.toml || die
-
# enable system libraries where supported
export ZSTD_SYS_USE_PKG_CONFIG=1
# TODO: unbundle libz-ng-sys, tikv-jemalloc-sys?