summaryrefslogtreecommitdiff
path: root/dev-python/adblock/adblock-0.6.0.ebuild
AgeCommit message (Collapse)Author
2024-11-09*/*: update for slotted RustMatt Jolly
Tidyups: - $(cargo_crate_uris) - Rust BDEPENDS come from the eclass except in very rare circumstances (RUST_OPTIONAL=1) - RUST_M{AX,IN}_VER where required. - Suboptimal crate separator (`-` -> `@`) Signed-off-by: Matt Jolly <kangie@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/39218 Signed-off-by: Matt Jolly <kangie@gentoo.org>
2024-05-14dev-python/adblock: skip test_serde_fileIonen Wolkens
Closes: https://bugs.gentoo.org/931898 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2024-05-11dev-python/adblock: enable py3.13Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2023-08-06dev-python/adblock: modernize, update pytest handlingIonen Wolkens
Matches the (new) recommendation from the gentoo python guide and does not needlessly cause issues with the new experimental QA check from python-utils-r1. Considered just fixing how the test looks for adblock.pyi but I do not believe this test makes much sense downstream, so may as well just skip it. Ideal would be for adblock upstream to update to use the (new) directory layout that maturin recommends. Also bit of style reverting while here, changed my mind on that. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2023-06-19dev-python/adblock: adjust styleIonen Wolkens
To match other ebuilds I maintain. Meant to update it like other packages for cargo.eclass but someone else already did. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2023-06-18dev-python/adblock: Modernize cargo.eclass usageMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-05-27dev-python/adblock: enable py3.12Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2023-04-22dev-python/adblock: set DISTUTILS_EXT=1Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2023-02-12dev-python/adblock: fix with maturin-0.14.13Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2023-01-14*/*: remove py3.8 from PYTHON_COMPATDavid Seifert
Signed-off-by: David Seifert <soap@gentoo.org>
2022-10-14dev-python/adblock: skip test using dev-python/tomlIonen Wolkens
Deprecated and test is intended for upstream, checking that the changelog's version matches Cargo.toml doesn't mean much here. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-08-07dev-python/adblock: stabilize 0.6.0 for amd64Ionen Wolkens
Uses regex-1.6.0 wrt bug #864046 Bug: https://bugs.gentoo.org/864046 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-07-17dev-python/adblock: add 0.6.0Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>