From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- .../files/cryptography-46.0.5-stray-files.patch | 48 ---------------------- 1 file changed, 48 deletions(-) delete mode 100644 dev-python/cryptography/files/cryptography-46.0.5-stray-files.patch (limited to 'dev-python/cryptography/files') diff --git a/dev-python/cryptography/files/cryptography-46.0.5-stray-files.patch b/dev-python/cryptography/files/cryptography-46.0.5-stray-files.patch deleted file mode 100644 index e13bb4f560c4..000000000000 --- a/dev-python/cryptography/files/cryptography-46.0.5-stray-files.patch +++ /dev/null @@ -1,48 +0,0 @@ -From b89a7737e3f135333125b0984e75ea553a485203 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= -Date: Sun, 15 Feb 2026 17:47:48 +0100 -Subject: [PATCH] Fix installing stray files into site-packages -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Fix the `include` pattern in `pyproject.toml` not to install stray files -such as `CHANGELOG.rst`, `CONTRIBUTING.rst`, `docs` and `tests` straight -into site-packages. Apparently Maturin did not install them before due -to a bug, but it was fixed in maturin 1.12.0, leading to the files being -suddenly installed. - -Originally reported as https://bugs.gentoo.org/970090. - -Signed-off-by: Michał Górny ---- - pyproject.toml | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -diff --git a/pyproject.toml b/pyproject.toml -index e26b38628..8640cb6e5 100644 ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -106,10 +106,10 @@ module-name = "cryptography.hazmat.bindings._rust" - locked = true - sdist-generator = "git" - include = [ -- "CHANGELOG.rst", -- "CONTRIBUTING.rst", -+ { path = "CHANGELOG.rst", format = "sdist" }, -+ { path = "CONTRIBUTING.rst", format = "sdist" }, - -- "docs/**/*", -+ { path = "docs/**/*", format = "sdist" }, - - { path = "src/_cffi_src/**/*.py", format = "sdist" }, - { path = "src/_cffi_src/**/*.c", format = "sdist" }, -@@ -121,7 +121,7 @@ include = [ - { path = "src/rust/**/Cargo.lock", format = "sdist" }, - { path = "src/rust/**/*.rs", format = "sdist" }, - -- "tests/**/*.py", -+ { path = "tests/**/*.py", format = "sdist" }, - ] - exclude = [ - "vectors/**/*", -- cgit v1.3