commit: 72246f30356bc115506d326af75454c80a324b97
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 18:57:08 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 19:01:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72246f30
dev-python/watchfiles: Modernize cargo.eclass usage
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/watchfiles/watchfiles-0.19.0.ebuild | 106 ++++++++++++-------------
1 file changed, 53 insertions(+), 53 deletions(-)
diff --git a/dev-python/watchfiles/watchfiles-0.19.0.ebuild
b/dev-python/watchfiles/watchfiles-0.19.0.ebuild
index 207d6507fe8d..3f09db842f23 100644
--- a/dev-python/watchfiles/watchfiles-0.19.0.ebuild
+++ b/dev-python/watchfiles/watchfiles-0.19.0.ebuild
@@ -8,58 +8,58 @@ DISTUTILS_USE_PEP517=maturin
PYTHON_COMPAT=( python3_{10..12} pypy3 )
CRATES="
- autocfg-1.1.0
- bitflags-1.3.2
- cfg-if-1.0.0
- crossbeam-channel-0.5.7
- crossbeam-utils-0.8.15
- filetime-0.2.20
- fsevent-sys-4.1.0
- indoc-1.0.9
- inotify-0.9.6
- inotify-sys-0.1.5
- kqueue-1.0.7
- kqueue-sys-1.0.3
- libc-0.2.140
- lock_api-0.4.9
- log-0.4.17
- memoffset-0.8.0
- mio-0.8.6
- notify-5.1.0
- once_cell-1.17.1
- parking_lot-0.12.1
- parking_lot_core-0.9.7
- proc-macro2-1.0.53
- pyo3-0.18.2
- pyo3-build-config-0.18.2
- pyo3-ffi-0.18.2
- pyo3-macros-0.18.2
- pyo3-macros-backend-0.18.2
- quote-1.0.26
- redox_syscall-0.2.16
- same-file-1.0.6
- scopeguard-1.1.0
- smallvec-1.10.0
- syn-1.0.109
- target-lexicon-0.12.6
- unicode-ident-1.0.8
- unindent-0.1.11
- walkdir-2.3.3
- wasi-0.11.0+wasi-snapshot-preview1
- winapi-0.3.9
- winapi-i686-pc-windows-gnu-0.4.0
- winapi-util-0.1.5
- winapi-x86_64-pc-windows-gnu-0.4.0
- windows-sys-0.42.0
- windows-sys-0.45.0
- windows-targets-0.42.2
- windows_aarch64_gnullvm-0.42.2
- windows_aarch64_msvc-0.42.2
- windows_i686_gnu-0.42.2
- windows_i686_msvc-0.42.2
- windows_x86_64_gnu-0.42.2
- windows_x86_64_gnullvm-0.42.2
- windows_x86_64_msvc-0.42.2
+ [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]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
"
inherit cargo distutils-r1
@@ -72,7 +72,7 @@ HOMEPAGE="
SRC_URI="
https://github.com/samuelcolvin/watchfiles/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
- $(cargo_crate_uris ${CRATES})
+ ${CARGO_CRATE_URIS}
"
LICENSE="MIT"