From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:700:3204::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id gAb3Cc1km2UVZQEAkFu2QA (envelope-from ) for ; Mon, 08 Jan 2024 03:58:21 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id YFBtAM1km2XrAAEAe85BDQ (envelope-from ) for ; Mon, 08 Jan 2024 03:58:21 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=wmeyer.eu header.s=mail header.b=U7Ti6ukj; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=wmeyer.eu (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1704682700; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=m6Hlk7wpv4os7IIjhap6UMLw5ZGoPqAjeVowlec9kXE=; b=qrnVI5cDMbjT1PrMOc7QIjSzWEIM1HbS6zq1ns5mo6sLTzCMRg7cbKw6VOaDof8enRZD0S 99XJnwkus4kqqCkIcXOMb9LCIQTweNiwcb24mHtevYviDmOfIRyHYOK58jdFeYfBRHtDY6 N85qLnEZUbceXcjlglJgBa0TG8b7dILXGXqfmUXV85tnhmG693aQhiSs3Z5IwmUKnOhTzb mxIssCqH5D2X8FRhAva3tAUiHjBFHo8pA8+eL3dxkZIieziV60kWvsyyQ5snYxCcjr6rZ+ yo5NYknwojCrobz63PbVmKimOXrJcd+xsqkeXIE61sWxi1FkYFq7HBgTyCOvXA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1704682700; a=rsa-sha256; cv=none; b=LJbVUpVKkZA3vosaGwKUD7DmPlsGIyECvYQVtJ+vD70r+rGEU+8EPekmKp7pYYnGOjkcRV uZ6XYRTYsBKRuKGSSe4jIHqi8hF9iaFPfwudBohW3UxOyjh8/fYT4Hk29FDmbZZ3urzblW I1SR98MzIiJOUYAASJC5u58c0xsPAgnI5IJ+vcZ2kXCSA1rwzq1d6/IYmdZnwvQ1AOZiPz CEH67iwT0orX4A6y7FtPkhvOus9ev27vmcEVYA5W5nRHQJs4HVrH0xwATTsC9lLpX5umfy noaftviNwSFP0FoYdnEu+whiDOy7aofujBr29cRurSN05inonQy2OBz1jvVEzA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=wmeyer.eu header.s=mail header.b=U7Ti6ukj; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=wmeyer.eu (policy=none) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C518969BB5 for ; Mon, 8 Jan 2024 03:58:20 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rMf0A-0006vi-FT; Sun, 07 Jan 2024 21:04:30 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rMezo-0006I4-9Y for guix-patches@gnu.org; Sun, 07 Jan 2024 21:04:09 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rMezk-0001Kt-As for guix-patches@gnu.org; Sun, 07 Jan 2024 21:04:07 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rMezq-0003MS-72 for guix-patches@gnu.org; Sun, 07 Jan 2024 21:04:10 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#68312] [PATCH 120/156] gnu: Add rust-sqlx-core-0.7. Resent-From: Wilko Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 08 Jan 2024 02:04:10 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68312 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 68312@debbugs.gnu.org Cc: Wilko Meyer Received: via spool by 68312-submit@debbugs.gnu.org id=B68312.170467944012704 (code B ref 68312); Mon, 08 Jan 2024 02:04:10 +0000 Received: (at 68312) by debbugs.gnu.org; 8 Jan 2024 02:04:00 +0000 Received: from localhost ([127.0.0.1]:34687 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rMezg-0003Ij-5j for submit@debbugs.gnu.org; Sun, 07 Jan 2024 21:04:00 -0500 Received: from mail.wmeyer.eu ([95.216.196.112]:59630) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rMezW-0003Ej-AL for 68312@debbugs.gnu.org; Sun, 07 Jan 2024 21:03:52 -0500 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1704678905; bh=m6Hlk7wpv4os7IIjhap6UMLw5ZGoPqAjeVowlec9kXE=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=U7Ti6ukjOzfUezCGSXvi1TzFGT7o3WD1fQAauxOYJ/7nXdckycoqp/WQVZjDl5Ayh jLkO0zKdalzx3vUGf/zRfacaVq1VjJqIUBPG7I9l4/4S8l4z8QpztyF4F8fACAqu++ BwCv0svkm/k2Dyjm1KOdvCAeSP7sGV+dl9asEa3I= Date: Mon, 8 Jan 2024 02:53:37 +0100 Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Queue-Id: C518969BB5 X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -3.70 X-Spam-Score: -3.70 X-TUID: ybHnZGJmIen6 * gnu/packages/crates-io.scm (rust-sqlx-core-0.7): New variable. Change-Id: Ia3a614ba9036cf5418eed72974f797f1cf7a8188 --- gnu/packages/crates-io.scm | 72 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 849b031669c..877f5c08e6e 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -70442,6 +70442,78 @@ (define-public rust-sqlformat-0.2 "Formats whitespace in a SQL string to make it easier to read") (license (list license:expat license:asl2.0)))) +(define-public rust-sqlx-core-0.7 + (package + (name "rust-sqlx-core") + (version "0.7.3") + (source + (origin + (method url-fetch) + (uri (crate-uri "sqlx-core" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1gdz44yb9qwxv4xl4hv6w4vbqx0zzdlzsf9j9gcj1qir6wy0ljyq")))) + (build-system cargo-build-system) + (arguments + `(#:skip-build? #t + #:cargo-inputs (("rust-ahash" ,rust-ahash-0.8) + ("rust-async-io" ,rust-async-io-1) + ("rust-async-std" ,rust-async-std-1) + ("rust-atoi" ,rust-atoi-2) + ("rust-bigdecimal" ,rust-bigdecimal-0.3) + ("rust-bit-vec" ,rust-bit-vec-0.6) + ("rust-bstr" ,rust-bstr-1) + ("rust-byteorder" ,rust-byteorder-1) + ("rust-bytes" ,rust-bytes-1) + ("rust-chrono" ,rust-chrono-0.4) + ("rust-crc" ,rust-crc-3) + ("rust-crossbeam-queue" ,rust-crossbeam-queue-0.3) + ("rust-digest" ,rust-digest-0.10) + ("rust-dotenvy" ,rust-dotenvy-0.15) + ("rust-either" ,rust-either-1) + ("rust-encoding-rs" ,rust-encoding-rs-0.8) + ("rust-event-listener" ,rust-event-listener-2) + ("rust-futures-channel" ,rust-futures-channel-0.3) + ("rust-futures-core" ,rust-futures-core-0.3) + ("rust-futures-intrusive" ,rust-futures-intrusive-0.5) + ("rust-futures-io" ,rust-futures-io-0.3) + ("rust-futures-util" ,rust-futures-util-0.3) + ("rust-hashlink" ,rust-hashlink-0.8) + ("rust-hex" ,rust-hex-0.4) + ("rust-indexmap" ,rust-indexmap-2) + ("rust-ipnetwork" ,rust-ipnetwork-0.20) + ("rust-log" ,rust-log-0.4) + ("rust-mac-address" ,rust-mac-address-1) + ("rust-memchr" ,rust-memchr-2) + ("rust-native-tls" ,rust-native-tls-0.2) + ("rust-num-bigint" ,rust-num-bigint-0.4) + ("rust-once-cell" ,rust-once-cell-1) + ("rust-paste" ,rust-paste-1) + ("rust-percent-encoding" ,rust-percent-encoding-2) + ("rust-regex" ,rust-regex-1) + ("rust-rust-decimal" ,rust-rust-decimal-1) + ("rust-rustls" ,rust-rustls-0.21) + ("rust-rustls-pemfile" ,rust-rustls-pemfile-1) + ("rust-serde" ,rust-serde-1) + ("rust-serde-json" ,rust-serde-json-1) + ("rust-sha1" ,rust-sha1-0.10) + ("rust-sha2" ,rust-sha2-0.10) + ("rust-smallvec" ,rust-smallvec-1) + ("rust-sqlformat" ,rust-sqlformat-0.2) + ("rust-thiserror" ,rust-thiserror-1) + ("rust-time" ,rust-time-0.3) + ("rust-tokio" ,rust-tokio-1) + ("rust-tokio-stream" ,rust-tokio-stream-0.1) + ("rust-tracing" ,rust-tracing-0.1) + ("rust-url" ,rust-url-2) + ("rust-uuid" ,rust-uuid-1) + ("rust-webpki-roots" ,rust-webpki-roots-0.25)))) + (home-page "https://github.com/launchbadge/sqlx") + (synopsis + "Core of SQLx, the rust SQL toolkit. Not intended to be used directly.") + (description + "Core of SQLx, the rust SQL toolkit. Not intended to be used directly.") + (license (list license:expat license:asl2.0)))) (define-public rust-sqlite-0.30 (package (name "rust-sqlite") -- 2.41.0