From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id iDTTECSoL2UNSgEAauVa8A:P1 (envelope-from ) for ; Wed, 18 Oct 2023 11:40:52 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id iDTTECSoL2UNSgEAauVa8A (envelope-from ) for ; Wed, 18 Oct 2023 11:40:52 +0200 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 220DE34B60 for ; Wed, 18 Oct 2023 11:40:52 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=wmeyer.eu header.s=mail header.b=AJ9xDl3D; 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=1697622052; 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=ROl4xxRUmdWW4UbRwu6e32AdYHJc54qUb0gUfqbYtS8=; b=NK7T/o9WbCfU4jLSxliHgtMJLBAlgSF5hy8kzRWrPv390fUw8SJoIixrnXlIfWzgQPY8hG I+t62SpQ66FpG0nG/65gmSrcchtM5+ce9F855IgJ/1eFdsBR3SNNSKmuQAoKffxmGq3HKa TwZTy4PMFMYGFdx3l7kVB4K+u0Vf7jBar/gWS8cql+PqinMklkR85v/h5pnTxqJRTeHrMi MTk9wVm0Gl1SFevHEgUC8PxwoqAfLgCEHxcjHuqPH2nxE8gMsu1GAnPXiexIRhMrsWkm8H FJnv1AgDUoun8ARtMdRQBtebddyYFqTFfaSiwiNiLWh1P32p1BwWYQLW6qfDBg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=wmeyer.eu header.s=mail header.b=AJ9xDl3D; 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-Seal: i=1; s=key1; d=yhetil.org; t=1697622052; a=rsa-sha256; cv=none; b=lBnNwF60tyiBOGcJNwPS4gZtXSpqksYFlMon4vwelQR23DmRY7I3NDS/eyG48pmPIMsuwT 2wEUra72yAnuTz8p/VUhgtcDMwj/wLYtU9w0RE8O7OFFUKGUSrfodUqmQ/Sv9zkDqm5pUX IQR+SwhEojyWueKXWFO2DZEmXuFUEyxBntAyEj6p6UxREZoqElq6ilNqVkXDaEOI8GBQUB o4j+HUUo5lxoB7RT9Hq5uo7EXYawJADYsL5GSheMw+u6ZffLsiEej3S1SjBS1H5ISv1aUg nTqQe7upgqKJQ9BRPYrht0+v72FhnzVo96cbJ3S0vuCV6zPx5ERuutaZFZrqaQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qt32Z-0000WZ-Sn; Wed, 18 Oct 2023 05:40:35 -0400 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 1qt31l-00083q-Rg for guix-patches@gnu.org; Wed, 18 Oct 2023 05:39:47 -0400 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 1qt31k-0001sa-T1 for guix-patches@gnu.org; Wed, 18 Oct 2023 05:39:45 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qt32A-0003po-Oj for guix-patches@gnu.org; Wed, 18 Oct 2023 05:40:10 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66603] [PATCH 24/29] gnu: Add go-github-com-kballard-go-shellquote. Resent-From: Wilko Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 18 Oct 2023 09:40:10 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66603 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66603@debbugs.gnu.org Cc: Wilko Meyer Received: via spool by 66603-submit@debbugs.gnu.org id=B66603.169762199514513 (code B ref 66603); Wed, 18 Oct 2023 09:40:10 +0000 Received: (at 66603) by debbugs.gnu.org; 18 Oct 2023 09:39:55 +0000 Received: from localhost ([127.0.0.1]:33254 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qt31u-0003lv-J0 for submit@debbugs.gnu.org; Wed, 18 Oct 2023 05:39:54 -0400 Received: from mail.wmeyer.eu ([95.216.196.112]:43784) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qt31U-0003gk-OO for 66603@debbugs.gnu.org; Wed, 18 Oct 2023 05:39:31 -0400 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1697621935; bh=ROl4xxRUmdWW4UbRwu6e32AdYHJc54qUb0gUfqbYtS8=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=AJ9xDl3D1gzVA0j4+Paw56WSzETyxuULMvnmfXvsX2iC3gxmeTMlDYMuElYIhGUcW hc2K13KojUuxSdP5tcJYXCaq0iscJHx46DyRygc37lJd+rSIeiheRp1510EUQOcKdR n0n7vXyFzNe2ca0XoSFeeldL76XyoUCwEyikvYL8= Date: Wed, 18 Oct 2023 11:38:22 +0200 Message-ID: <20231018093836.2056-24-w@wmeyer.eu> In-Reply-To: <20231018093836.2056-1-w@wmeyer.eu> References: <20231018093836.2056-1-w@wmeyer.eu> 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-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: 4.37 X-Spam-Score: 4.37 X-Migadu-Queue-Id: 220DE34B60 X-Migadu-Scanner: mx2.migadu.com X-TUID: 9y9h2tM8rg9d * gnu/packages/golang.scm (go-github-com-kballard-go-shellquote): New variable. --- gnu/packages/golang.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index bf5caf9c2c..166270d201 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -8766,6 +8766,29 @@ (define-public go-github-com-shirou-gopsutil (home-page "https://github.com/shirou/gopsutil") (license license:bsd-3)))) +(define-public go-github-com-kballard-go-shellquote + (package + (name "go-github-com-kballard-go-shellquote") + (version "0.0.0-20180428030007-95032a82bc51") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/kballard/go-shellquote") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rspvmnsikdq95jmx3dykxd4k1rmgl98ryjrysvl0cf18hl1vq80")))) + (build-system go-build-system) + (arguments + '(#:import-path "github.com/kballard/go-shellquote")) + (home-page "https://github.com/kballard/go-shellquote") + (synopsis #f) + (description + "Shellquote provides utilities for joining/splitting strings using sh's +word-splitting rules.") + (license license:expat))) + (define-public go-github-com-danwakefield-fnmatch (let ((commit "cbb64ac3d964b81592e64f957ad53df015803288") (revision "0")) -- 2.41.0