Files
gentoo/dev-python/adblock/files/adblock-0.6.0-maturin-0.14.13.patch
Ionen Wolkens 6b195c4181 dev-python/adblock: fix with maturin-0.14.13
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2023-02-12 03:03:46 -05:00

17 lines
451 B
Diff

These are unused by maturin since 0.14.0 (non-issue for us),
and still having them is now fatal rather than a warning.
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,11 +11,2 @@
-[package.metadata.maturin]
-classifier = [
- "Programming Language :: Python",
- "Programming Language :: Rust",
- "License :: OSI Approved :: MIT License",
- "License :: OSI Approved :: Apache Software License",
-]
-requires-python = ">=3.7"
-
[profile.release]