summaryrefslogtreecommitdiff
path: root/dev-python/adblock
AgeCommit message (Collapse)Author
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>