summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/adblock: modernize, update pytest handlingIonen Wolkens2023-08-061-14/+19
| | | | | | | | | | | | | | | | | 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>
* dev-python/adblock: adjust styleIonen Wolkens2023-06-191-10/+5
| | | | | | | 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>
* dev-python/adblock: Modernize cargo.eclass usageMichał Górny2023-06-181-66/+75
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/adblock: enable py3.12Ionen Wolkens2023-05-271-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/adblock: set DISTUTILS_EXT=1Ionen Wolkens2023-04-221-0/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/adblock: fix with maturin-0.14.13Ionen Wolkens2023-02-122-0/+20
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-141-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/adblock: skip test using dev-python/tomlIonen Wolkens2022-10-141-4/+8
| | | | | | | 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>
* dev-python/adblock: drop vulnerable 0.5.2-r1Ionen Wolkens2022-08-072-140/+0
| | | | | Bug: https://bugs.gentoo.org/864046 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/adblock: stabilize 0.6.0 for amd64Ionen Wolkens2022-08-071-1/+1
| | | | | | | Uses regex-1.6.0 wrt bug #864046 Bug: https://bugs.gentoo.org/864046 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/adblock: add 0.6.0Ionen Wolkens2022-07-172-0/+142
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/adblock: set self as primary maintainerIonen Wolkens2022-06-161-4/+4
| | | | | | Been mostly handling this lately, makes more sense to assign to me. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/adblock: use .gh distfile suffixIonen Wolkens2022-06-022-2/+2
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/adblock: enable py3.11Ionen Wolkens2022-05-161-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/adblock: drop 0.5.2Ionen Wolkens2022-05-161-112/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/adblock: stabilize 0.5.2-r1 for amd64Ionen Wolkens2022-05-161-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/adblock: migrate to distutils-r1 with PEP517=maturinIonen Wolkens2022-04-251-0/+99
| | | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/adblock: drop 0.5.1Ionen Wolkens2022-03-142-142/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/adblock: stabilize 0.5.2 for amd64Ionen Wolkens2022-03-141-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/adblock: add 0.5.2Ionen Wolkens2022-03-012-0/+144
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/adblock: fix copyright yearIonen Wolkens2022-01-171-1/+1
| | | | | | | 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>
* dev-python/adblock: pass --skip-auditwheel to maturinIonen Wolkens2022-01-141-2/+2
| | | | | | | | | | | | | | 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>
* dev-python/adblock: drop 0.5.0Ionen Wolkens2021-12-162-129/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/adblock: stabilize 0.5.1 for amd64Ionen Wolkens2021-12-161-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/adblock: add 0.5.1Ionen Wolkens2021-12-032-0/+117
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/adblock: amd64 stable wrt bug #818031Agostino Sarubbo2021-10-221-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/adblock: Keyword 0.5.0 arm64, #818274Sam James2021-10-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/adblock: keyword 0.5.0 for ~x86Ionen Wolkens2021-10-151-1/+1
| | | | | | Was tested with qutebrowser on x86 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/adblock: drop 0.4.4Ionen Wolkens2021-10-152-119/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/adblock: EAPI7->8, tidy, add python3_10Ionen Wolkens2021-10-151-86/+93
| | | | | | | | | | | | 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>
* dev-python/adblock: add myself as a maintainerIonen Wolkens2021-10-151-0/+4
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-python/adblock: Add remote-idMichał Górny2021-08-141-0/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/adblock: fix regular expression in QA_FLAGS_IGNOREDStefan Strogin2021-07-201-1/+1
| | | | | | Closes: https://bugs.gentoo.org/802798 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Stefan Strogin <steils@gentoo.org>
* dev-python/adblock: upgrade to 0.5.0Stefan Strogin2021-07-182-0/+120
| | | | | | Closes: https://bugs.gentoo.org/797724 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Stefan Strogin <steils@gentoo.org>
* dev-python/adblock: add new packageStefan Strogin2021-06-223-0/+186
Closes: https://bugs.gentoo.org/761849 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Stefan Strogin <steils@gentoo.org>