public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/adblock/
Date: Sun, 18 Jun 2023 18:47:35 +0000 (UTC)	[thread overview]
Message-ID: <1687112973.e87832fd8f2880df1a93a30b6da40e10994953b1.mgorny@gentoo> (raw)

commit:     e87832fd8f2880df1a93a30b6da40e10994953b1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 18:29:33 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 18:29:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e87832fd

dev-python/adblock: Modernize cargo.eclass usage

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/adblock/adblock-0.6.0.ebuild | 141 +++++++++++++++++---------------
 1 file changed, 75 insertions(+), 66 deletions(-)

diff --git a/dev-python/adblock/adblock-0.6.0.ebuild b/dev-python/adblock/adblock-0.6.0.ebuild
index f47476143c35..5d279ff79974 100644
--- a/dev-python/adblock/adblock-0.6.0.ebuild
+++ b/dev-python/adblock/adblock-0.6.0.ebuild
@@ -4,83 +4,92 @@
 EAPI=8
 
 CRATES="
-	adblock-0.5.6
-	addr-0.14.0
-	adler-1.0.2
-	aho-corasick-0.7.18
-	autocfg-1.1.0
-	base64-0.13.0
-	bitflags-1.3.2
-	byteorder-1.4.3
-	cfg-if-1.0.0
-	crc32fast-1.3.2
-	either-1.7.0
-	flate2-1.0.24
-	form_urlencoded-1.0.1
-	idna-0.2.3
-	indoc-1.0.6
-	itertools-0.10.3
-	libc-0.2.126
-	lock_api-0.4.7
-	matches-0.1.9
-	memchr-2.5.0
-	miniz_oxide-0.5.3
-	num-traits-0.2.15
-	once_cell-1.13.0
-	parking_lot-0.12.1
-	parking_lot_core-0.9.3
-	paste-1.0.7
-	percent-encoding-2.1.0
-	proc-macro2-1.0.40
-	psl-2.0.90
-	psl-types-2.0.10
-	pyo3-0.16.5
-	pyo3-build-config-0.16.5
-	pyo3-ffi-0.16.5
-	pyo3-macros-0.16.5
-	pyo3-macros-backend-0.16.5
-	quote-1.0.20
-	redox_syscall-0.2.13
-	regex-1.6.0
-	regex-syntax-0.6.27
-	rmp-0.8.11
-	rmp-serde-0.13.7
-	rmp-serde-0.15.5
-	scopeguard-1.1.0
-	seahash-3.0.7
-	serde-1.0.139
-	serde_derive-1.0.139
-	smallvec-1.9.0
-	syn-1.0.98
-	target-lexicon-0.12.4
-	tinyvec-1.6.0
-	tinyvec_macros-0.1.0
-	twoway-0.2.2
-	unchecked-index-0.2.2
-	unicode-bidi-0.3.8
-	unicode-ident-1.0.2
-	unicode-normalization-0.1.21
-	unindent-0.1.9
-	url-2.2.2
-	windows-sys-0.36.1
-	windows_aarch64_msvc-0.36.1
-	windows_i686_gnu-0.36.1
-	windows_i686_msvc-0.36.1
-	windows_x86_64_gnu-0.36.1
-	windows_x86_64_msvc-0.36.1"
+	adblock@0.5.6
+	addr@0.14.0
+	adler@1.0.2
+	aho-corasick@0.7.18
+	autocfg@1.1.0
+	base64@0.13.0
+	bitflags@1.3.2
+	byteorder@1.4.3
+	cfg-if@1.0.0
+	crc32fast@1.3.2
+	either@1.7.0
+	flate2@1.0.24
+	form_urlencoded@1.0.1
+	idna@0.2.3
+	indoc@1.0.6
+	itertools@0.10.3
+	libc@0.2.126
+	lock_api@0.4.7
+	matches@0.1.9
+	memchr@2.5.0
+	miniz_oxide@0.5.3
+	num-traits@0.2.15
+	once_cell@1.13.0
+	parking_lot@0.12.1
+	parking_lot_core@0.9.3
+	paste@1.0.7
+	percent-encoding@2.1.0
+	proc-macro2@1.0.40
+	psl-types@2.0.10
+	psl@2.0.90
+	pyo3-build-config@0.16.5
+	pyo3-ffi@0.16.5
+	pyo3-macros-backend@0.16.5
+	pyo3-macros@0.16.5
+	pyo3@0.16.5
+	quote@1.0.20
+	redox_syscall@0.2.13
+	regex-syntax@0.6.27
+	regex@1.6.0
+	rmp-serde@0.13.7
+	rmp-serde@0.15.5
+	rmp@0.8.11
+	scopeguard@1.1.0
+	seahash@3.0.7
+	serde@1.0.139
+	serde_derive@1.0.139
+	smallvec@1.9.0
+	syn@1.0.98
+	target-lexicon@0.12.4
+	tinyvec@1.6.0
+	tinyvec_macros@0.1.0
+	twoway@0.2.2
+	unchecked-index@0.2.2
+	unicode-bidi@0.3.8
+	unicode-ident@1.0.2
+	unicode-normalization@0.1.21
+	unindent@0.1.9
+	url@2.2.2
+	windows-sys@0.36.1
+	windows_aarch64_msvc@0.36.1
+	windows_i686_gnu@0.36.1
+	windows_i686_msvc@0.36.1
+	windows_x86_64_gnu@0.36.1
+	windows_x86_64_msvc@0.36.1
+"
+
 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)"
+	${CARGO_CRATE_URIS}
+"
 S="${WORKDIR}/python-${P}"
 
-LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions MIT MPL-2.0"
+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
+"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 ~x86"
 


             reply	other threads:[~2023-06-18 18:47 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-18 18:47 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-30 15:27 [gentoo-commits] repo/gentoo:master commit in: dev-python/adblock/ Ionen Wolkens
2025-06-30 15:27 Ionen Wolkens
2025-05-12  1:46 Ionen Wolkens
2024-05-14 20:29 Ionen Wolkens
2024-05-11 11:35 Ionen Wolkens
2023-08-06  7:53 Ionen Wolkens
2023-06-20  3:11 Ionen Wolkens
2023-05-27 15:55 Ionen Wolkens
2023-04-22  6:53 Ionen Wolkens
2022-10-14 11:57 Ionen Wolkens
2022-08-07 13:59 Ionen Wolkens
2022-08-07 13:59 Ionen Wolkens
2022-07-18  0:22 Ionen Wolkens
2022-06-16 13:59 Ionen Wolkens
2022-06-02 15:07 Ionen Wolkens
2022-05-16 18:40 Ionen Wolkens
2022-05-16 18:40 Ionen Wolkens
2022-05-16  6:45 Ionen Wolkens
2022-04-25 12:11 Michał Górny
2022-03-14 11:43 Ionen Wolkens
2022-03-14 11:43 Ionen Wolkens
2022-03-01 13:57 Ionen Wolkens
2022-01-17 10:18 Ionen Wolkens
2022-01-14  9:58 Ionen Wolkens
2021-12-16 19:11 Ionen Wolkens
2021-12-16 19:11 Ionen Wolkens
2021-12-04  0:44 Ionen Wolkens
2021-10-22 14:35 Agostino Sarubbo
2021-10-19  0:12 Sam James
2021-10-15 15:53 Ionen Wolkens
2021-10-15 15:53 Ionen Wolkens
2021-10-15 15:53 Ionen Wolkens
2021-10-15 15:53 Ionen Wolkens
2021-08-14 21:01 Michał Górny
2021-07-20 16:01 Stefan Strogin
2021-07-18 15:08 Stefan Strogin
2021-06-22 21:37 Stefan Strogin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1687112973.e87832fd8f2880df1a93a30b6da40e10994953b1.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox