summaryrefslogtreecommitdiff
path: root/dev-python/adblock
AgeCommit message (Collapse)Author
2025-06-30dev-python/adblock: switch to vendor tarballIonen Wolkens
Not that many crates but still been meaning to do this for a while "next bump" but it never happens for this package. It may eventually be a last-rite candidate if qutebrowser gets chromium extensions to work though (Qt is working on adding some degree of support to qtwebengine). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2025-06-30dev-python/adblock: use EPYTEST_PLUGINSIonen Wolkens
Would rather get rid of autoloading in my packages now and this is a good excuse to do so. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2025-05-11dev-python/adblock: enable py3.14Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
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: drop vulnerable 0.5.2-r1Ionen Wolkens
Bug: https://bugs.gentoo.org/864046 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>
2022-06-16dev-python/adblock: set self as primary maintainerIonen Wolkens
Been mostly handling this lately, makes more sense to assign to me. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-06-02dev-python/adblock: use .gh distfile suffixIonen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-05-16dev-python/adblock: enable py3.11Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-05-16dev-python/adblock: drop 0.5.2Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-05-16dev-python/adblock: stabilize 0.5.2-r1 for amd64Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-04-25dev-python/adblock: migrate to distutils-r1 with PEP517=maturinIonen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
2022-03-14dev-python/adblock: drop 0.5.1Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-03-14dev-python/adblock: stabilize 0.5.2 for amd64Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-03-01dev-python/adblock: add 0.5.2Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-01-17dev-python/adblock: fix copyright yearIonen Wolkens
pkgdev doesn't seem to like adding the 2021- when it's missing and just bumps the year Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-01-14dev-python/adblock: pass --skip-auditwheel to maturinIonen Wolkens
Without it maturin attempts to look at linked libraries and bundle them within the wheel (using patchelf to find them), and on musl it thinks it should bundle libgcc_s.so. This is also in a scenerio where we don't install using this wheel. May prevent future issues on glibc as well, so unconditionally pass. Option is valid for stable ~maturin-0.11.5 as well, albeit it doesn't do this nor use patchelf and wasn't necessary. Closes: https://bugs.gentoo.org/831171 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2021-12-16dev-python/adblock: drop 0.5.0Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2021-12-16dev-python/adblock: stabilize 0.5.1 for amd64Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2021-12-03dev-python/adblock: add 0.5.1Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2021-10-22dev-python/adblock: amd64 stable wrt bug #818031Agostino Sarubbo
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2021-10-19dev-python/adblock: Keyword 0.5.0 arm64, #818274Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-10-15dev-python/adblock: keyword 0.5.0 for ~x86Ionen Wolkens
Was tested with qutebrowser on x86 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2021-10-15dev-python/adblock: drop 0.4.4Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2021-10-15dev-python/adblock: EAPI7->8, tidy, add python3_10Ionen Wolkens
Also: * fix install with USE=debug (library is in target/debug/) * skip installing /usr/lib*/libadblock.so as it's the same file as adblock.abi3.so and is only needed in python's site dir * add missing dev-python/toml test dependency * add licenses for used crates (needs both former options at once removing the use for ||) Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2021-10-15dev-python/adblock: add myself as a maintainerIonen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2021-09-11**/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller
Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-08-14dev-python/adblock: Add remote-idMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-07-20dev-python/adblock: fix regular expression in QA_FLAGS_IGNOREDStefan Strogin
Closes: https://bugs.gentoo.org/802798 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Stefan Strogin <steils@gentoo.org>
2021-07-18dev-python/adblock: upgrade to 0.5.0Stefan Strogin
Closes: https://bugs.gentoo.org/797724 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Stefan Strogin <steils@gentoo.org>
2021-06-22dev-python/adblock: add new packageStefan Strogin
Closes: https://bugs.gentoo.org/761849 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Stefan Strogin <steils@gentoo.org>