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/jellyfish/
Date: Sun, 18 Jun 2023 18:47:35 +0000 (UTC)	[thread overview]
Message-ID: <1687113598.0e0a59b931d9d079aca1347015c122bdc2fb7f58.mgorny@gentoo> (raw)

commit:     0e0a59b931d9d079aca1347015c122bdc2fb7f58
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 18:39:58 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 18:39:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0a59b9

dev-python/jellyfish: Modernize cargo.eclass usage

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

 dev-python/jellyfish/jellyfish-0.11.2-r1.ebuild | 96 ++++++++++++-------------
 1 file changed, 48 insertions(+), 48 deletions(-)

diff --git a/dev-python/jellyfish/jellyfish-0.11.2-r1.ebuild b/dev-python/jellyfish/jellyfish-0.11.2-r1.ebuild
index fc2b77d4027e..8a3ccdf5b05b 100644
--- a/dev-python/jellyfish/jellyfish-0.11.2-r1.ebuild
+++ b/dev-python/jellyfish/jellyfish-0.11.2-r1.ebuild
@@ -8,53 +8,53 @@ DISTUTILS_USE_PEP517=maturin
 PYTHON_COMPAT=( python3_{10..12} )
 
 CRATES="
-	ahash-0.8.3
-	autocfg-1.1.0
-	bitflags-1.3.2
-	cfg-if-1.0.0
-	csv-1.2.1
-	csv-core-0.1.10
-	getrandom-0.2.8
-	indoc-1.0.9
-	itoa-1.0.6
-	libc-0.2.140
-	lock_api-0.4.9
-	memchr-2.5.0
-	memoffset-0.8.0
-	once_cell-1.17.1
-	parking_lot-0.12.1
-	parking_lot_core-0.9.7
-	proc-macro2-1.0.55
-	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
-	ryu-1.0.13
-	scopeguard-1.1.0
-	serde-1.0.159
-	smallvec-1.10.0
-	syn-1.0.109
-	target-lexicon-0.12.6
-	tinyvec-1.6.0
-	tinyvec_macros-0.1.1
-	unicode-ident-1.0.8
-	unicode-normalization-0.1.22
-	unicode-segmentation-1.10.1
-	unindent-0.1.11
-	version_check-0.9.4
-	wasi-0.11.0+wasi-snapshot-preview1
-	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
+	ahash@0.8.3
+	autocfg@1.1.0
+	bitflags@1.3.2
+	cfg-if@1.0.0
+	csv-core@0.1.10
+	csv@1.2.1
+	getrandom@0.2.8
+	indoc@1.0.9
+	itoa@1.0.6
+	libc@0.2.140
+	lock_api@0.4.9
+	memchr@2.5.0
+	memoffset@0.8.0
+	once_cell@1.17.1
+	parking_lot@0.12.1
+	parking_lot_core@0.9.7
+	proc-macro2@1.0.55
+	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.26
+	redox_syscall@0.2.16
+	ryu@1.0.13
+	scopeguard@1.1.0
+	serde@1.0.159
+	smallvec@1.10.0
+	syn@1.0.109
+	target-lexicon@0.12.6
+	tinyvec@1.6.0
+	tinyvec_macros@0.1.1
+	unicode-ident@1.0.8
+	unicode-normalization@0.1.22
+	unicode-segmentation@1.10.1
+	unindent@0.1.11
+	version_check@0.9.4
+	wasi@0.11.0+wasi-snapshot-preview1
+	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
 "
 
 inherit cargo distutils-r1 pypi
@@ -65,7 +65,7 @@ HOMEPAGE="
 	https://pypi.org/project/jellyfish/
 "
 SRC_URI+="
-	$(cargo_crate_uris)
+	${CARGO_CRATE_URIS}
 "
 
 LICENSE="MIT"


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

Thread overview: 92+ 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-01-05  2:55 [gentoo-commits] repo/gentoo:master commit in: dev-python/jellyfish/ Michał Górny
2025-01-04 12:03 Sam James
2024-12-21 12:31 Michał Górny
2024-12-21 12:28 Michał Górny
2024-12-21 12:27 Michał Górny
2024-12-21 12:27 Michał Górny
2024-12-15  2:53 Michał Górny
2024-12-04  7:46 Michał Górny
2024-11-11 13:00 Sam James
2024-08-17  8:48 Michał Górny
2024-08-17  8:33 Jakov Smolić
2024-08-17  8:33 Jakov Smolić
2024-08-17  7:39 Michał Górny
2024-07-29  3:26 Michał Górny
2024-06-12 13:06 Michał Górny
2024-06-12 10:45 Arthur Zamarin
2024-06-12 10:33 Arthur Zamarin
2024-06-12  7:05 Arthur Zamarin
2024-05-29  4:17 Michał Górny
2024-05-12 13:05 Michał Górny
2024-05-12 13:05 Michał Górny
2023-12-09 15:47 Michał Górny
2023-12-09 15:30 Michał Górny
2023-12-09 14:58 Michał Górny
2023-12-09 14:58 Michał Górny
2023-11-23 19:38 Michał Górny
2023-11-18 15:47 Michał Górny
2023-11-17 15:52 Andrew Ammerlaan
2023-10-24  5:46 Michał Górny
2023-10-23 18:50 Sam James
2023-10-23 18:50 Sam James
2023-09-19  3:16 Michał Górny
2023-07-24 16:49 Jakov Smolić
2023-07-24 14:46 Arthur Zamarin
2023-06-24  6:10 Michał Górny
2023-06-12 15:44 Michał Górny
2023-06-12 14:59 Michał Górny
2023-06-12 12:19 Arthur Zamarin
2023-06-12 12:19 Arthur Zamarin
2023-05-23 15:54 Michał Górny
2023-05-23 15:16 Arthur Zamarin
2023-05-23 15:16 Arthur Zamarin
2023-05-04 16:17 Michał Górny
2023-04-28 14:56 Arthur Zamarin
2023-04-28 14:54 Arthur Zamarin
2023-04-27  5:58 Sam James
2023-04-03  2:20 Michał Górny
2023-04-01  6:13 Michał Górny
2023-03-28  5:19 Michał Górny
2023-03-25 15:49 Michał Górny
2022-11-19 16:57 Arthur Zamarin
2022-05-19 12:34 Michał Górny
2022-05-19 12:34 Michał Górny
2022-04-24 11:06 Jakov Smolić
2022-03-30 22:27 Michał Górny
2022-03-30 20:09 Jakov Smolić
2022-03-30 11:09 Jakov Smolić
2022-02-26  7:49 Michał Górny
2022-02-08  9:58 Miroslav Šulc
2022-02-08  9:07 Jakov Smolić
2022-02-08  9:07 Jakov Smolić
2022-01-16 20:29 Arthur Zamarin
2022-01-08  8:57 Miroslav Šulc
2021-11-28 19:27 Michał Górny
2021-11-28  7:50 Arthur Zamarin
2021-11-27  6:33 Arthur Zamarin
2021-10-27  7:27 Miroslav Šulc
2021-09-18 19:43 Michał Górny
2021-09-18 17:29 Sam James
2021-09-18 17:18 Sam James
2021-09-06  6:36 Michał Górny
2021-09-06  5:40 Agostino Sarubbo
2021-09-05 20:01 Agostino Sarubbo
2021-08-18  6:25 Miroslav Šulc
2021-08-17  5:45 Miroslav Šulc
2021-08-05  7:29 Michał Górny
2021-05-18 13:02 Michał Górny
2021-04-02 10:33 Agostino Sarubbo
2021-04-01 12:11 Thomas Deutschmann
2021-03-02  8:40 Sam James
2020-05-22  4:46 Michał Górny
2019-07-15 18:07 Andreas Sturmlechner
2019-07-08  8:20 Michał Górny
2019-07-08  8:20 Michał Górny
2019-07-08  8:20 Michał Górny
2019-06-01 14:30 Andreas Sturmlechner
2019-06-01 14:26 Andreas Sturmlechner
2018-06-24 14:22 Pacho Ramos
2017-05-02 15:15 Michał Górny
2016-06-29 13:21 Patrick Lauer
2016-02-18 19:47 Patrick Lauer

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=1687113598.0e0a59b931d9d079aca1347015c122bdc2fb7f58.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