From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B170158009 for ; Sun, 18 Jun 2023 18:47:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06C07E08D6; Sun, 18 Jun 2023 18:47:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DABAEE08DA for ; Sun, 18 Jun 2023 18:47:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD27D341013 for ; Sun, 18 Jun 2023 18:47:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B15CAA9E for ; Sun, 18 Jun 2023 18:47:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1687114009.c5c89017e412229a6bccdc7c184d528f236de239.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/orjson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/orjson/orjson-3.9.1.ebuild X-VCS-Directories: dev-python/orjson/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c5c89017e412229a6bccdc7c184d528f236de239 X-VCS-Branch: master Date: Sun, 18 Jun 2023 18:47:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f7784a85-e856-45f5-a95c-0244a8581f1e X-Archives-Hash: 7f3a3ef32cda9b6295f4830d3c6802b1 commit: c5c89017e412229a6bccdc7c184d528f236de239 Author: Michał Górny gentoo org> AuthorDate: Sun Jun 18 18:45:39 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 18 18:46:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c89017 dev-python/orjson: Modernize cargo.eclass usage Signed-off-by: Michał Górny gentoo.org> dev-python/orjson/orjson-3.9.1.ebuild | 64 +++++++++++++++++------------------ 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/dev-python/orjson/orjson-3.9.1.ebuild b/dev-python/orjson/orjson-3.9.1.ebuild index b3c4b5401080..e246d4e8a49f 100644 --- a/dev-python/orjson/orjson-3.9.1.ebuild +++ b/dev-python/orjson/orjson-3.9.1.ebuild @@ -10,37 +10,37 @@ DISTUTILS_USE_PEP517=maturin PYTHON_COMPAT=( python3_{10..11} ) CRATES=" - ahash-0.8.3 - android-tzdata-0.1.1 - arrayvec-0.7.2 - associative-cache-1.0.1 - autocfg-1.1.0 - beef-0.5.2 - bytecount-0.6.3 - castaway-0.2.2 - cc-1.0.79 - cfg-if-1.0.0 - chrono-0.4.26 - compact_str-0.7.0 - encoding_rs-0.8.32 - itoa-1.0.6 - itoap-1.0.1 - libc-0.2.144 - libm-0.1.4 - num-traits-0.2.15 - once_cell-1.17.2 - packed_simd_2-0.3.8 - pyo3-build-config-0.19.0 - pyo3-ffi-0.19.0 - rustversion-1.0.12 - ryu-1.0.13 - serde-1.0.163 - serde_json-1.0.96 - simdutf8-0.1.4 - smallvec-1.10.0 - static_assertions-1.1.0 - target-lexicon-0.12.7 - version_check-0.9.4 + ahash@0.8.3 + android-tzdata@0.1.1 + arrayvec@0.7.2 + associative-cache@1.0.1 + autocfg@1.1.0 + beef@0.5.2 + bytecount@0.6.3 + castaway@0.2.2 + cc@1.0.79 + cfg-if@1.0.0 + chrono@0.4.26 + compact_str@0.7.0 + encoding_rs@0.8.32 + itoa@1.0.6 + itoap@1.0.1 + libc@0.2.144 + libm@0.1.4 + num-traits@0.2.15 + once_cell@1.17.2 + packed_simd_2@0.3.8 + pyo3-build-config@0.19.0 + pyo3-ffi@0.19.0 + rustversion@1.0.12 + ryu@1.0.13 + serde@1.0.163 + serde_json@1.0.96 + simdutf8@0.1.4 + smallvec@1.10.0 + static_assertions@1.1.0 + target-lexicon@0.12.7 + version_check@0.9.4 " inherit cargo distutils-r1 pypi @@ -51,7 +51,7 @@ HOMEPAGE=" https://pypi.org/project/orjson/ " SRC_URI+=" - $(cargo_crate_uris) + ${CARGO_CRATE_URIS} " LICENSE="|| ( Apache-2.0 MIT )"