commit:     9536890828af224831189683ab2600297d4c1c71
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 18:36:35 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 18:36:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95368908

dev-python/bcrypt: Modernize cargo.eclass usage

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

 dev-python/bcrypt/bcrypt-4.0.1.ebuild | 106 +++++++++++++++++-----------------
 1 file changed, 53 insertions(+), 53 deletions(-)

diff --git a/dev-python/bcrypt/bcrypt-4.0.1.ebuild 
b/dev-python/bcrypt/bcrypt-4.0.1.ebuild
index f8fe0d49660f..48887c76156f 100644
--- a/dev-python/bcrypt/bcrypt-4.0.1.ebuild
+++ b/dev-python/bcrypt/bcrypt-4.0.1.ebuild
@@ -8,55 +8,55 @@ DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 CRATES="
-       autocfg-1.1.0
-       base64-0.13.0
-       bcrypt-0.13.0
-       bcrypt-pbkdf-0.8.1
-       bitflags-1.3.2
-       block-buffer-0.10.3
-       blowfish-0.9.1
-       byteorder-1.4.3
-       cfg-if-1.0.0
-       cipher-0.4.3
-       cpufeatures-0.2.5
-       crypto-common-0.1.6
-       digest-0.10.5
-       generic-array-0.14.6
-       getrandom-0.2.7
-       indoc-0.3.6
-       indoc-impl-0.3.6
-       inout-0.1.3
-       instant-0.1.12
-       libc-0.2.134
-       lock_api-0.4.9
-       once_cell-1.15.0
-       parking_lot-0.11.2
-       parking_lot_core-0.8.5
-       paste-0.1.18
-       paste-impl-0.1.18
-       pbkdf2-0.10.1
-       proc-macro-hack-0.5.19
-       proc-macro2-1.0.46
-       pyo3-0.15.2
-       pyo3-build-config-0.15.2
-       pyo3-macros-0.15.2
-       pyo3-macros-backend-0.15.2
-       quote-1.0.21
-       redox_syscall-0.2.16
-       scopeguard-1.1.0
-       sha2-0.10.6
-       smallvec-1.10.0
-       subtle-2.4.1
-       syn-1.0.102
-       typenum-1.15.0
-       unicode-ident-1.0.4
-       unindent-0.1.10
-       version_check-0.9.4
-       wasi-0.11.0+wasi-snapshot-preview1
-       winapi-0.3.9
-       winapi-i686-pc-windows-gnu-0.4.0
-       winapi-x86_64-pc-windows-gnu-0.4.0
-       zeroize-1.5.7
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]+wasi-snapshot-preview1
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
 "
 
 inherit cargo distutils-r1 pypi
@@ -67,13 +67,13 @@ HOMEPAGE="
        https://pypi.org/project/bcrypt/
 "
 SRC_URI+="
-       $(cargo_crate_uris)
+       ${CARGO_CRATE_URIS}
 "
 
-SLOT="0"
 LICENSE="Apache-2.0"
-LICENSE+=" Apache-2.0-with-LLVM-exceptions BSD MIT Unicode-DFS-2016"
-LICENSE+=" Unlicense"
+# Dependent crate licenses
+LICENSE+=" Apache-2.0 BSD MIT Unicode-DFS-2016"
+SLOT="0"
 KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 BDEPEND="

Reply via email to