From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id GNdUIO5cMGUz/gAA9RJhRA:P1 (envelope-from ) for ; Thu, 19 Oct 2023 00:32:14 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id GNdUIO5cMGUz/gAA9RJhRA (envelope-from ) for ; Thu, 19 Oct 2023 00:32:14 +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 19DDA67E96 for ; Thu, 19 Oct 2023 00:32:14 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("body hash did not verify") header.d=gmail.com header.s=20230601 header.b=NpVYmGPj; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697668334; a=rsa-sha256; cv=none; b=A/jJ4j8TzrjLRRNLPPpeqlYDAqyykQelRc4CumiTcu60Kdytfyl3QSdOkaWUkAMeXBrX4d fPlkVerp/GQkrc5pETzCApqxRhcQfmW3cYexkiBiFEYxZnwkqHmCfgxXEYZ56a1egUbzIz o6YZ6OGmqnmOXiquJfmdTIZ9LEI/E5DFpuPPXN49f37bLCLzKHItWBEJGIRulFK8RuS0RU PdBt6YtTProUpVB0aX44uPfg186WtynE/R8ZbHjgPsYpwwq1tYk2naYIPfEmXyhKB73FEM N6X1HD/6Jmg94KKU+uymQjDQYznnJssbv1eLLycr1Bd0VeWGfn0JhsJwQ069VQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("body hash did not verify") header.d=gmail.com header.s=20230601 header.b=NpVYmGPj; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697668334; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: 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=EiN3waRnAiOBArhp7aL/HUlgdvNrbfOGaEXI45NMtXs=; b=U98FpPJ2+Fc9LFEcMiphR8TzTUnaXuUsJGrqIMFmQoh5E7YmqLMt6IA2lManUCQbD1c+vw fbge7NXPEeIoBuX3zmpBtBubc6Eiu1o6RrX4fa7X+tLt4dvteUtYkDJc2LpwSw8g0cGXP/ HOIU1+w+jOSIhgfS16B82OgrWS3g42CVlROFwuYHqB2g5vLelnd49Ve1pkAeGlte6VE7k4 J4qGL+iG0nvmUvQXUa1oDWnD36wLn413H2GptsyKdmxxDJpmAr6govnOE84VAMher0+7uh 2cdMPoWKz8ftPaBE1b9f2mU+BkW5QI9dNFnvftBDsdIG912CYTQH1czLn5x1Aw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qtF4I-0004Nx-HF; Wed, 18 Oct 2023 18:31:11 -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 1qtF3r-0003rO-PC for guix-patches@gnu.org; Wed, 18 Oct 2023 18:30:45 -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 1qtF3r-00036V-Ef for guix-patches@gnu.org; Wed, 18 Oct 2023 18:30:43 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qtF4H-0002I9-Iz; Wed, 18 Oct 2023 18:31:09 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66619] [PATCH 12/19] gnu: go-github-com-cheekybits-is: Move to (gnu packages golang-check). Resent-From: Sharlatan Hellseher Original-Sender: "Debbugs-submit" Resent-CC: cox.katherine.e+guix@gmail.com, guix-patches@gnu.org Resent-Date: Wed, 18 Oct 2023 22:31:09 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66619 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66619@debbugs.gnu.org Cc: Sharlatan Hellseher , Katherine Cox-Buday X-Debbugs-Original-Xcc: Katherine Cox-Buday Received: via spool by 66619-submit@debbugs.gnu.org id=B66619.16976682456666 (code B ref 66619); Wed, 18 Oct 2023 22:31:09 +0000 Received: (at 66619) by debbugs.gnu.org; 18 Oct 2023 22:30:45 +0000 Received: from localhost ([127.0.0.1]:34947 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtF3s-0001iH-4T for submit@debbugs.gnu.org; Wed, 18 Oct 2023 18:30:44 -0400 Received: from mail-wr1-x433.google.com ([2a00:1450:4864:20::433]:56581) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtF3i-0001Kg-1z for 66619@debbugs.gnu.org; Wed, 18 Oct 2023 18:30:35 -0400 Received: by mail-wr1-x433.google.com with SMTP id ffacd0b85a97d-32d849cc152so6521175f8f.1 for <66619@debbugs.gnu.org>; Wed, 18 Oct 2023 15:30:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697668202; x=1698273002; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=R3q8VZAGv8uekEM2KHOhMMDJq1O1+7nfeW9JkP+vWTY=; b=NpVYmGPjbCvIRJ8fd1Kv47WKBMcRLPC/r3C93BbzGBL4Dn8+wlLBb4dIhYtWqOMu7x iMROeqMfhpBS1eh5/9ycVfy1Q5Qw3hRcT6ND2U4uodO7OH6KwY4pikxOCngTNwwwXSam tlK8g8kRDNGP6DQ8xdEmg0ZDFbKnuk1bfSqel3ROdnDKSfJO7XHHKyyJfbMtvRuIclC4 KJT+Bz8u2yl/TVMFJrDAuHGRNisGuHjGPgMGS2tgUt5k2XLh3ut73hk+PLueh+aVsOhR VGAhfd5b8eDJuZ7dohOjo8LhMW6wRPDW+ND351y1CSf4YcmnVRfs4ne4PjexPpsCgZm3 8rdw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697668202; x=1698273002; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=R3q8VZAGv8uekEM2KHOhMMDJq1O1+7nfeW9JkP+vWTY=; b=apo5qPr3pQM1BdlfTEpjtDdmAcCWG6KWiVecxfD5CFv5UL4Ih0LeyPFwF0IeV53EVx aNbCMIfP9gphgrIj+TVcC8NATbW/ntnF/pYhNpIqEdyGPZnplEWwK/IBjkYqNG/sgLRw Tus64rQYLTyVzOeaAkwDvgAyqGjzi7y2esXSqA8EJFTbqyNTTRCl50kaOJuqspEc624Z nGJZJwlEa3g8QtKAzpabkcOrRdbrgN/8dhsxt3S0XxU9jQS3S3DbBKiCiTKNsxabExXX iCTcZ7fG4f/ImBH3WJdqobe/eBPJFAzJN2RXVak9HmgYU47AziBVn3uvUGF5pl1QCZR/ Onxg== X-Gm-Message-State: AOJu0Yz51ETnI5fZHIeO8IXpCnKMjlcgDCF8hq1/wyEJeN9DnP+4xJns 0a2ll9Ds8/US9AVShVGxry+h0MshMKWbZg== X-Google-Smtp-Source: AGHT+IGqqLAfrWvIbC1wlAYAB75TCPtgMhL8mIzHsUFjDav6cL9z5+GLM8d8F1po8TTL8ND6/NdL6w== X-Received: by 2002:a5d:5444:0:b0:32d:a405:b6b7 with SMTP id w4-20020a5d5444000000b0032da405b6b7mr259094wrv.32.1697668201973; Wed, 18 Oct 2023 15:30:01 -0700 (PDT) Received: from localhost.localdomain (cpc100856-bagu15-2-0-cust368.1-3.cable.virginm.net. [82.25.93.113]) by smtp.gmail.com with ESMTPSA id x6-20020a5d6506000000b0032d886039easm3032951wru.14.2023.10.18.15.30.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 18 Oct 2023 15:30:01 -0700 (PDT) From: Sharlatan Hellseher Date: Thu, 19 Oct 2023 02:29:05 +0100 Message-ID: <32f98288de65f7086dc63f7097bed954811320e7.1697678664.git.sharlatanus@gmail.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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-Scanner: mx1.migadu.com X-Migadu-Spam-Score: 7.83 X-Spam-Score: 7.83 X-Migadu-Queue-Id: 19DDA67E96 X-TUID: /VTESIMFRC42 * gnu/packages/golang-check.scm (go-github-com-cheekybits-is): Move from here... * gnu/packages/golang.scm: ... to here. --- gnu/packages/golang-check.scm | 33 +++++++++++++++++++++++++++++++++ gnu/packages/golang.scm | 32 -------------------------------- 2 files changed, 33 insertions(+), 32 deletions(-) diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index 9fdb5b0d9e..d10eced626 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -1,4 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2018 Pierre Neidhardt ;;; Copyright © 2018 Pierre-Antoine Rouby ;;; Copyright © 2019 Leo Famulari ;;; Copyright © 2020 Jakub Kądziołka @@ -41,6 +42,38 @@ (define-module (gnu packages golang-check) ;;; ;;; Code: +(define-public go-github-com-cheekybits-is + (let ((commit "68e9c0620927fb5427fda3708222d0edee89eae9") + (revision "0")) + (package + (name "go-github-com-cheekybits-is") + (version (git-version "0.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/cheekybits/is") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mkbyzhwq3rby832ikq00nxv3jnckxsm3949wkxd8ya9js2jmg4d")))) + (build-system go-build-system) + (arguments + '(#:import-path "github.com/cheekybits/is")) + (home-page "https://github.com/cheekybits/is") + (synopsis "Mini testing helper for Go") + (description "A mini testing helper for Go. + +@itemize +@item It has a simple interface (@command{is.OK} and @command{is.Equal}). +@item It plugs into existing Go toolchain (uses @command{testing.T}). +@item It's obvious for newcomers. +@item It also gives you @command{is.Panic} and @command{is.PanicWith} helpers +- because testing panics is ugly. +@end itemize\n") + (license license:expat)))) + (define-public go-github-com-google-gofuzz (let ((commit "fd52762d25a41827db7ef64c43756fd4b9f7e382") (revision "0")) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 1e78bfd5bd..d43b43f905 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -6806,38 +6806,6 @@ (define-public go-github-com-whyrusleeping-tar-utils (description "Tar utilities extracted from @command{go-ipfs} codebase.") (license license:expat)))) -(define-public go-github-com-cheekybits-is - (let ((commit "68e9c0620927fb5427fda3708222d0edee89eae9") - (revision "0")) - (package - (name "go-github-com-cheekybits-is") - (version (git-version "0.0.0" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cheekybits/is") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1mkbyzhwq3rby832ikq00nxv3jnckxsm3949wkxd8ya9js2jmg4d")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/cheekybits/is")) - (home-page "https://github.com/cheekybits/is") - (synopsis "Mini testing helper for Go") - (description "A mini testing helper for Go. - -@itemize -@item It has a simple interface (@command{is.OK} and @command{is.Equal}). -@item It plugs into existing Go toolchain (uses @command{testing.T}). -@item It's obvious for newcomers. -@item It also gives you @command{is.Panic} and @command{is.PanicWith} helpers -- because testing panics is ugly. -@end itemize\n") - (license license:expat)))) - (define-public go-github-com-sabhiram-go-gitignore (let ((commit "525f6e181f062064d83887ed2530e3b1ba0bc95a") (revision "1")) -- 2.41.0 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 MNbCGEzOMGX6EgAAauVa8A:P1 (envelope-from ) for ; Thu, 19 Oct 2023 08:35:56 +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 MNbCGEzOMGX6EgAAauVa8A (envelope-from ) for ; Thu, 19 Oct 2023 08:35:56 +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 0469E3FCFE for ; Thu, 19 Oct 2023 08:35:56 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("body hash did not verify") header.d=gmail.com header.s=20230601 header.b="jGPg/4ol"; 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=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697697356; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: 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=EiN3waRnAiOBArhp7aL/HUlgdvNrbfOGaEXI45NMtXs=; b=YYfnpN6B2X5ITNfMzQascp6aacIh1TIVnX3T3SWaY1a1M6DGwav3dy/7JFI17TE8H7LK5b Vz5X7gBKqaoYczR6r2wg1t6JDNJ4SARk2lNxEV3X277u6SGhbQ4NIuZtKzfShU+QIP/IfR hPIk9ICsElzxUJf6B/SERTP8nkWS8YzcHfR8niJky1UCKc+T6fLYrV4eYg9E2BnWm7TdUG n3/3EV+wdUQOGqzRzkx1lvH/58uJ6/a1MqQ4Vdl3v4buTVkmEH0l++JfMA9sYHibZZojQD 24ZL97qO3lO6NY7RQl2ZwGFlp/+T490D+fN/4rntGZZ5Ph9mzjiUo+SyXoB/0g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("body hash did not verify") header.d=gmail.com header.s=20230601 header.b="jGPg/4ol"; 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=gmail.com (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697697356; a=rsa-sha256; cv=none; b=nnl/GGC1arBqNUrwLqVz5jrOHwS9jf6ezsQelGGWevk7Fi0fXkrfgEq0wJ4z8Kf8bOASWw NPCwMxKdUM3dctwinD2KhAs574EaJ5xxas4D70LQVjUcGcK1wfCuuVeSWWXufNvPM4UdHE dfvNma46hegINNxI+c0DdtHf5Appd5+C9QSx0EAFJfImeUPXZ2prBk5YoPpy3kOMHkmcyv RtmvkFm42BvllsKrNRX+wA3M/DVeIp+0w28g8v8gB7xT0Ea+YVTvLMQdrXRyLORWQwCQgz N2yzoYhU6E5XRq3sMyB8gKZsdAF7ELl8QJkEpB4QwxjbdtoxsAr7AN2aXxyKeA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qtMdK-00055o-W6; Thu, 19 Oct 2023 02:35:51 -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 1qtMdA-0004yc-Ar for guix-patches@gnu.org; Thu, 19 Oct 2023 02:35:42 -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 1qtMdA-0002Sf-2z for guix-patches@gnu.org; Thu, 19 Oct 2023 02:35:40 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qtMda-0002So-F0; Thu, 19 Oct 2023 02:36:06 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66627] [PATCH 12/19] gnu: go-github-com-cheekybits-is: Move to (gnu packages golang-check). Resent-From: Sharlatan Hellseher Original-Sender: "Debbugs-submit" Resent-CC: cox.katherine.e+guix@gmail.com, guix-patches@gnu.org Resent-Date: Thu, 19 Oct 2023 06:36:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66627 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66627@debbugs.gnu.org Cc: Sharlatan Hellseher , Katherine Cox-Buday X-Debbugs-Original-Xcc: Katherine Cox-Buday Received: via spool by 66627-submit@debbugs.gnu.org id=B66627.16976973479364 (code B ref 66627); Thu, 19 Oct 2023 06:36:06 +0000 Received: (at 66627) by debbugs.gnu.org; 19 Oct 2023 06:35:47 +0000 Received: from localhost ([127.0.0.1]:35663 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtMdH-0002Qw-7L for submit@debbugs.gnu.org; Thu, 19 Oct 2023 02:35:47 -0400 Received: from mail-wm1-x331.google.com ([2a00:1450:4864:20::331]:56794) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtMcW-0002IY-32 for 66627@debbugs.gnu.org; Thu, 19 Oct 2023 02:35:00 -0400 Received: by mail-wm1-x331.google.com with SMTP id 5b1f17b1804b1-40572aeb6d0so69553025e9.1 for <66627@debbugs.gnu.org>; Wed, 18 Oct 2023 23:34:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697697268; x=1698302068; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=R3q8VZAGv8uekEM2KHOhMMDJq1O1+7nfeW9JkP+vWTY=; b=jGPg/4olkZFiLQsRcfaUKi3ZgxFzQA1axQyLtiaYK6/AzN17HJSvxfGuTu77kkTF31 jRbFqFoAvF00wdHPeGRwEnwuMqv17ZyKGySLXr4i69N+EEQJKkAbaZ9kmNRatIGJRFLi 4mXJmusIS6n3Rbrykb+51dZ1Ks1SVxkKvP0kQRsJux9QdjnLkM3AAFbB9tZeaXCqQ8vt +7UJHCBh8gfhKeZ6Z9cSisZAtWxe+oX/W4SQoMlwZJbQBs7zTg2Btz9+s4l7YGsuQjlW ttyjcapJxnrH7nbxeKbk0nlxlaLWxL29AE8YG19UZ10tNZyEl7bscVBNJdmFT78HVt6X yhqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697697268; x=1698302068; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=R3q8VZAGv8uekEM2KHOhMMDJq1O1+7nfeW9JkP+vWTY=; b=D7yDex18DFf54bn2+Es8lDWXfwiKpK5zQeuOMEtuQhfJlp0G7BkkCZqps3GdE8KISO c2p2cqUc642AdC8lkP2H9dsCcKy5zzhu1V6eD3Ca6NGgTI6hk1sDoM2JFqg1RhOganev YlL2TxZIwvgUl1izicGnXqUzMpRzhLdSJ01R0ffS1GhqeKSn9Xq8JxK7sLtu12KVSW5y +KTjfU26FlzalqLjCJQpdwECe6roIHKrR97caZCm+Ng7FfzGd5v26NXHoqbfru17KWAW xeRwsLPhkIAjKUMTzt5WUWnbPtx0bYU3gAE9X5KdzrLvJAhlvVLJTmKB9eMFP5CxkYWY 9mCQ== X-Gm-Message-State: AOJu0YwiYh8pbIZcOIt0PMfMut5G6EaK38akTSZ68Dr6AnedRm29BusQ s4gpMAUSBVdeeQI4VGHERgck2ntQslcM9Q== X-Google-Smtp-Source: AGHT+IGgmVo2NS1EzzWNGEVqRNiYY79mXt+GkUvg6cEsUjSwpdZC557YJpJrlrAIvmds/6H6oFnIdg== X-Received: by 2002:a05:600c:4f45:b0:407:3b6d:b561 with SMTP id m5-20020a05600c4f4500b004073b6db561mr1074295wmq.9.1697697267828; Wed, 18 Oct 2023 23:34:27 -0700 (PDT) Received: from localhost.localdomain (cpc100856-bagu15-2-0-cust368.1-3.cable.virginm.net. [82.25.93.113]) by smtp.gmail.com with ESMTPSA id q1-20020adffec1000000b00326b8a0e817sm3694739wrs.84.2023.10.18.23.34.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 18 Oct 2023 23:34:27 -0700 (PDT) From: Sharlatan Hellseher Date: Thu, 19 Oct 2023 10:33:53 +0100 Message-ID: <32f98288de65f7086dc63f7097bed954811320e7.1697678664.git.sharlatanus@gmail.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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: 7.87 X-Spam-Score: 7.87 X-Migadu-Queue-Id: 0469E3FCFE X-Migadu-Scanner: mx2.migadu.com X-TUID: 1j4XmDbGv7tS Message-ID: <20231019093353.W1oXvGLLrj0vYPfdn-fVkZgUAYHtPGykYZvTw8AEZyk@z> * gnu/packages/golang-check.scm (go-github-com-cheekybits-is): Move from here... * gnu/packages/golang.scm: ... to here. --- gnu/packages/golang-check.scm | 33 +++++++++++++++++++++++++++++++++ gnu/packages/golang.scm | 32 -------------------------------- 2 files changed, 33 insertions(+), 32 deletions(-) diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index 9fdb5b0d9e..d10eced626 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -1,4 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2018 Pierre Neidhardt ;;; Copyright © 2018 Pierre-Antoine Rouby ;;; Copyright © 2019 Leo Famulari ;;; Copyright © 2020 Jakub Kądziołka @@ -41,6 +42,38 @@ (define-module (gnu packages golang-check) ;;; ;;; Code: +(define-public go-github-com-cheekybits-is + (let ((commit "68e9c0620927fb5427fda3708222d0edee89eae9") + (revision "0")) + (package + (name "go-github-com-cheekybits-is") + (version (git-version "0.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/cheekybits/is") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mkbyzhwq3rby832ikq00nxv3jnckxsm3949wkxd8ya9js2jmg4d")))) + (build-system go-build-system) + (arguments + '(#:import-path "github.com/cheekybits/is")) + (home-page "https://github.com/cheekybits/is") + (synopsis "Mini testing helper for Go") + (description "A mini testing helper for Go. + +@itemize +@item It has a simple interface (@command{is.OK} and @command{is.Equal}). +@item It plugs into existing Go toolchain (uses @command{testing.T}). +@item It's obvious for newcomers. +@item It also gives you @command{is.Panic} and @command{is.PanicWith} helpers +- because testing panics is ugly. +@end itemize\n") + (license license:expat)))) + (define-public go-github-com-google-gofuzz (let ((commit "fd52762d25a41827db7ef64c43756fd4b9f7e382") (revision "0")) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 1e78bfd5bd..d43b43f905 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -6806,38 +6806,6 @@ (define-public go-github-com-whyrusleeping-tar-utils (description "Tar utilities extracted from @command{go-ipfs} codebase.") (license license:expat)))) -(define-public go-github-com-cheekybits-is - (let ((commit "68e9c0620927fb5427fda3708222d0edee89eae9") - (revision "0")) - (package - (name "go-github-com-cheekybits-is") - (version (git-version "0.0.0" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cheekybits/is") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1mkbyzhwq3rby832ikq00nxv3jnckxsm3949wkxd8ya9js2jmg4d")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/cheekybits/is")) - (home-page "https://github.com/cheekybits/is") - (synopsis "Mini testing helper for Go") - (description "A mini testing helper for Go. - -@itemize -@item It has a simple interface (@command{is.OK} and @command{is.Equal}). -@item It plugs into existing Go toolchain (uses @command{testing.T}). -@item It's obvious for newcomers. -@item It also gives you @command{is.Panic} and @command{is.PanicWith} helpers -- because testing panics is ugly. -@end itemize\n") - (license license:expat)))) - (define-public go-github-com-sabhiram-go-gitignore (let ((commit "525f6e181f062064d83887ed2530e3b1ba0bc95a") (revision "1")) -- 2.41.0