From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools-rust/
Date: Sun, 18 Jun 2023 19:01:33 +0000 (UTC) [thread overview]
Message-ID: <1687114887.21595fc8da27066eb90b11c2c6e24c7a43015641.mgorny@gentoo> (raw)
commit: 21595fc8da27066eb90b11c2c6e24c7a43015641
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 18:55:31 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 19:01:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21595fc8
dev-python/setuptools-rust: Modernize cargo.eclass usage
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../setuptools-rust/setuptools-rust-1.6.0.ebuild | 152 ++++++++++-----------
1 file changed, 76 insertions(+), 76 deletions(-)
diff --git a/dev-python/setuptools-rust/setuptools-rust-1.6.0.ebuild b/dev-python/setuptools-rust/setuptools-rust-1.6.0.ebuild
index 25805e47d8c3..d0a3d355acbf 100644
--- a/dev-python/setuptools-rust/setuptools-rust-1.6.0.ebuild
+++ b/dev-python/setuptools-rust/setuptools-rust-1.6.0.ebuild
@@ -8,81 +8,81 @@ DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} pypy3 )
CRATES="
- autocfg-1.1.0
- bitflags-1.3.2
- byteorder-1.4.3
- cfg-if-1.0.0
- convert_case-0.4.0
- cssparser-0.27.2
- cssparser-macros-0.6.0
- derive_more-0.99.17
- dtoa-0.4.8
- dtoa-short-0.3.3
- futf-0.1.5
- fxhash-0.2.1
- getrandom-0.1.16
- html5ever-0.25.1
- indoc-1.0.4
- instant-0.1.12
- itoa-0.4.8
- kuchiki-0.8.1
- lazy_static-1.4.0
- libc-0.2.121
- lock_api-0.4.6
- log-0.4.14
- mac-0.1.1
- markup5ever-0.10.1
- matches-0.1.9
- memoffset-0.8.0
- new_debug_unreachable-1.0.4
- nodrop-0.1.14
- once_cell-1.10.0
- parking_lot-0.11.2
- parking_lot_core-0.8.5
- phf-0.8.0
- phf_codegen-0.8.0
- phf_generator-0.8.0
- phf_macros-0.8.0
- phf_shared-0.10.0
- phf_shared-0.8.0
- ppv-lite86-0.2.16
- precomputed-hash-0.1.1
- proc-macro-hack-0.5.19
- proc-macro2-1.0.36
- 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.16
- rand-0.7.3
- rand_chacha-0.2.2
- rand_core-0.5.1
- rand_hc-0.2.0
- rand_pcg-0.2.1
- redox_syscall-0.2.11
- rustc_version-0.4.0
- scopeguard-1.1.0
- selectors-0.22.0
- semver-1.0.6
- serde-1.0.136
- servo_arc-0.1.1
- siphasher-0.3.10
- smallvec-1.8.0
- stable_deref_trait-1.2.0
- string_cache-0.8.3
- string_cache_codegen-0.5.1
- syn-1.0.89
- target-lexicon-0.12.3
- tendril-0.4.3
- thin-slice-0.1.1
- unicode-xid-0.2.2
- unindent-0.1.8
- utf-8-0.7.6
- wasi-0.9.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
+ autocfg@1.1.0
+ bitflags@1.3.2
+ byteorder@1.4.3
+ cfg-if@1.0.0
+ convert_case@0.4.0
+ cssparser-macros@0.6.0
+ cssparser@0.27.2
+ derive_more@0.99.17
+ dtoa-short@0.3.3
+ dtoa@0.4.8
+ futf@0.1.5
+ fxhash@0.2.1
+ getrandom@0.1.16
+ html5ever@0.25.1
+ indoc@1.0.4
+ instant@0.1.12
+ itoa@0.4.8
+ kuchiki@0.8.1
+ lazy_static@1.4.0
+ libc@0.2.121
+ lock_api@0.4.6
+ log@0.4.14
+ mac@0.1.1
+ markup5ever@0.10.1
+ matches@0.1.9
+ memoffset@0.8.0
+ new_debug_unreachable@1.0.4
+ nodrop@0.1.14
+ once_cell@1.10.0
+ parking_lot@0.11.2
+ parking_lot_core@0.8.5
+ phf@0.8.0
+ phf_codegen@0.8.0
+ phf_generator@0.8.0
+ phf_macros@0.8.0
+ phf_shared@0.10.0
+ phf_shared@0.8.0
+ ppv-lite86@0.2.16
+ precomputed-hash@0.1.1
+ proc-macro-hack@0.5.19
+ proc-macro2@1.0.36
+ pyo3-build-config@0.18.2
+ pyo3-ffi@0.18.2
+ pyo3-macros-backend@0.18.2
+ pyo3-macros@0.18.2
+ pyo3@0.18.2
+ quote@1.0.16
+ rand@0.7.3
+ rand_chacha@0.2.2
+ rand_core@0.5.1
+ rand_hc@0.2.0
+ rand_pcg@0.2.1
+ redox_syscall@0.2.11
+ rustc_version@0.4.0
+ scopeguard@1.1.0
+ selectors@0.22.0
+ semver@1.0.6
+ serde@1.0.136
+ servo_arc@0.1.1
+ siphasher@0.3.10
+ smallvec@1.8.0
+ stable_deref_trait@1.2.0
+ string_cache@0.8.3
+ string_cache_codegen@0.5.1
+ syn@1.0.89
+ target-lexicon@0.12.3
+ tendril@0.4.3
+ thin-slice@0.1.1
+ unicode-xid@0.2.2
+ unindent@0.1.8
+ utf-8@0.7.6
+ wasi@0.9.0+wasi-snapshot-preview1
+ winapi-i686-pc-windows-gnu@0.4.0
+ winapi-x86_64-pc-windows-gnu@0.4.0
+ winapi@0.3.9
"
inherit distutils-r1 cargo
@@ -95,7 +95,7 @@ HOMEPAGE="
SRC_URI="
https://github.com/PyO3/setuptools-rust/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
- test? ( $(cargo_crate_uris ${CRATES}) )
+ test? ( ${CARGO_CRATE_URIS} )
"
# crates are used at test time only, update via pycargoebuild -L -i ...
next reply other threads:[~2023-06-18 19:01 UTC|newest]
Thread overview: 116+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-18 19:01 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-19 9:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools-rust/ Michał Górny
2024-10-19 9:41 Arthur Zamarin
2024-10-19 9:41 Arthur Zamarin
2024-10-19 9:08 Sam James
2024-10-19 8:58 Arthur Zamarin
2024-10-19 8:52 Arthur Zamarin
2024-10-19 8:22 Arthur Zamarin
2024-10-19 8:02 Arthur Zamarin
2024-10-02 11:22 Michał Górny
2024-08-30 7:59 Sam James
2024-08-24 13:24 Arthur Zamarin
2024-08-24 11:08 Arthur Zamarin
2024-08-24 11:08 Arthur Zamarin
2024-08-24 10:01 Sam James
2024-08-24 9:05 Arthur Zamarin
2024-08-24 8:18 Sam James
2024-08-05 11:48 Michał Górny
2024-08-04 2:48 Michał Górny
2024-06-23 16:20 Michał Górny
2024-06-23 16:10 Arthur Zamarin
2024-06-15 10:54 Arthur Zamarin
2024-06-15 10:54 Arthur Zamarin
2024-06-15 10:54 Arthur Zamarin
2024-06-15 10:54 Arthur Zamarin
2024-06-15 10:54 Arthur Zamarin
2024-06-15 10:54 Arthur Zamarin
2024-05-11 6:54 Michał Górny
2024-03-14 11:25 Michał Górny
2024-03-14 5:59 Sam James
2024-03-13 23:57 Sam James
2024-03-13 15:14 Arthur Zamarin
2024-03-13 15:06 Arthur Zamarin
2024-03-13 15:03 Arthur Zamarin
2024-03-13 14:08 Arthur Zamarin
2024-03-13 13:58 Arthur Zamarin
2024-03-02 20:44 Michał Górny
2024-03-02 20:41 Sam James
2024-02-24 16:40 Michał Górny
2024-02-24 9:14 Michał Górny
2023-11-30 20:29 Michał Górny
2023-11-29 15:33 Arthur Zamarin
2023-11-29 14:05 Arthur Zamarin
2023-11-29 11:32 Michał Górny
2023-11-29 11:15 Michał Górny
2023-11-29 11:04 Michał Górny
2023-11-29 11:04 Michał Górny
2023-10-30 18:09 Michał Górny
2023-10-26 12:19 Michał Górny
2023-09-25 18:27 Arthur Zamarin
2023-09-25 18:27 Arthur Zamarin
2023-09-25 17:33 Arthur Zamarin
2023-09-25 17:12 Arthur Zamarin
2023-09-25 17:12 Arthur Zamarin
2023-09-25 17:00 Arthur Zamarin
2023-08-22 20:01 Michał Górny
2023-07-20 10:16 WANG Xuerui
2023-05-30 3:03 Michał Górny
2023-05-29 20:18 Sam James
2023-05-28 23:41 Sam James
2023-05-28 23:33 Sam James
2023-05-28 23:33 Sam James
2023-05-28 19:55 Arthur Zamarin
2023-05-28 19:55 Arthur Zamarin
2023-05-28 19:55 Arthur Zamarin
2023-05-27 13:21 Michał Górny
2023-04-28 5:56 Michał Górny
2022-10-28 8:17 Michał Górny
2022-10-28 3:37 Jakov Smolić
2022-10-25 9:49 Sam James
2022-10-22 16:39 Arthur Zamarin
2022-10-22 16:33 Arthur Zamarin
2022-10-22 16:31 Arthur Zamarin
2022-10-22 15:57 Arthur Zamarin
2022-10-22 15:49 Arthur Zamarin
2022-09-22 12:15 Michał Górny
2022-09-15 18:27 Michał Górny
2022-09-15 17:14 Arthur Zamarin
2022-09-14 19:21 Arthur Zamarin
2022-09-13 12:26 Sam James
2022-09-11 7:55 Agostino Sarubbo
2022-09-10 22:57 Jakov Smolić
2022-09-10 22:57 Jakov Smolić
2022-09-10 22:37 Jakov Smolić
2022-08-14 16:53 Arthur Zamarin
2022-08-12 14:09 Michał Górny
2022-08-12 10:49 Agostino Sarubbo
2022-08-11 9:59 Michał Górny
2022-08-10 10:56 Arthur Zamarin
2022-08-10 8:04 Arthur Zamarin
2022-08-09 7:43 Agostino Sarubbo
2022-08-09 4:00 Arthur Zamarin
2022-08-09 4:00 Arthur Zamarin
2022-08-09 4:00 Arthur Zamarin
2022-07-29 8:02 Agostino Sarubbo
2022-07-09 8:41 Michał Górny
2022-06-26 7:15 Sam James
2022-06-09 2:43 Sam James
2022-05-31 14:56 Jakov Smolić
2022-05-31 11:05 Jakov Smolić
2022-05-31 9:21 Jakov Smolić
2022-05-31 9:21 Jakov Smolić
2022-05-31 8:54 Agostino Sarubbo
2022-05-31 8:51 Agostino Sarubbo
2022-05-28 10:45 Michał Górny
2022-05-11 21:05 Michał Górny
2022-04-27 8:12 Michał Górny
2022-04-24 18:06 Arthur Zamarin
2022-04-24 18:06 Arthur Zamarin
2022-04-24 18:06 Arthur Zamarin
2022-04-22 17:31 Arthur Zamarin
2022-04-22 15:28 Michał Górny
2022-04-22 8:46 Jakov Smolić
2022-04-22 7:09 Michał Górny
2022-04-22 7:09 Michał Górny
2022-04-21 17:06 Michał Górny
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=1687114887.21595fc8da27066eb90b11c2c6e24c7a43015641.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