commit: e91534a2cbe275805c1d7b25e384caa48af1c4de
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 20:51:59 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 02:44:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91534a2
dev-python/adblock: adjust style
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 <AT> gentoo.org>
dev-python/adblock/adblock-0.6.0.ebuild | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/dev-python/adblock/adblock-0.6.0.ebuild
b/dev-python/adblock/adblock-0.6.0.ebuild
index 5d279ff79974..b25860323125 100644
--- a/dev-python/adblock/adblock-0.6.0.ebuild
+++ b/dev-python/adblock/adblock-0.6.0.ebuild
@@ -67,29 +67,24 @@ CRATES="
[email protected]
[email protected]
[email protected]
- [email protected]
-"
-
+ [email protected]"
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=maturin
PYTHON_COMPAT=( python3_{10..12} )
-
inherit cargo distutils-r1
DESCRIPTION="Python wrapper for Brave's adblocking library, which is written
in Rust"
HOMEPAGE="https://github.com/ArniDagur/python-adblock"
SRC_URI="
-
https://github.com/ArniDagur/python-adblock/archive/refs/tags/${PV}.tar.gz ->
${P}.gh.tar.gz
- ${CARGO_CRATE_URIS}
-"
+
https://github.com/ArniDagur/python-adblock/archive/refs/tags/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+ ${CARGO_CRATE_URIS}"
S="${WORKDIR}/python-${P}"
LICENSE="|| ( MIT Apache-2.0 )"
-# Dependent crate licenses
LICENSE+="
Apache-2.0 Apache-2.0-with-LLVM-exceptions MIT MPL-2.0
- Unicode-DFS-2016
-"
+ Unicode-DFS-2016" # crates
SLOT="0"
KEYWORDS="amd64 ~arm64 ~x86"