From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id IOhvBYqvSmUC1gAAauVa8A:P1 (envelope-from ) for ; Tue, 07 Nov 2023 22:43:38 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id IOhvBYqvSmUC1gAAauVa8A (envelope-from ) for ; Tue, 07 Nov 2023 22:43:38 +0100 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 A89236441A for ; Tue, 7 Nov 2023 22:43:37 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=LgiqCcHP; 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=1699393417; 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=AVIfi1XBVTGM7Cd+kmhN6qaXJWympes8t3WIZHoeGkc=; b=V3u4Ihrg6bPv6bArJ+Op4KAqmbv51sX/U5vus+oZa+IwKKkfWiSA02y6VejGAzCHEBJ5Rk ixq7nwsRYsFGhcsw6jpYK35bS9f6RJZi4K80TtUA9fkJwnzJFDff8XW2ImMFERJkVIQoZc UziEhDtFunoBh/jmwc0A+EA27Jeb2p8nVuZZa2Hgs6xg8CLuiKMySqDruLAPP0YKt0X67m 5nXpzRRbV/ii1+wFtZsSQ/umG9y3htoI/LaCsdQQZoUHOxgxbDmSb1MNI1avIQAbypw35O rmrs54jXCG5zBvepMk1ETauyT6tAjKnX69vsZ09x2IZUYiOitQdO8f7kq2/+YQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=LgiqCcHP; 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=1699393417; a=rsa-sha256; cv=none; b=ghlhVmpOAAgPt9eZE48VZaT6SnXLExQ5YaUnAwO3Clyc99sKDymIH7gdod+YPGnKn06aNM DRUIO2eZXCNBur8T19Tp0Td19+okWPe3dhiXcTwZu13/7QjR+wiL/SRIcE6obmzovdZGYl jTOQttUkNyRNhAXUbnWqvadF6Io9gaTo5M3a2P5sG30l/lJlYUzt+eJzNhlHxBvUGuF73o lYqhTiZxwcPdXZfXHkpCdBS/zPcMKGRDMYeNyZHIzxeTVf03giyfE3FXyM5P53xmJzhcvG ihkRzzEAvuvaIzga6jx2w7FFApT2KblyVSLzuxNJK+4oOXuMu5sAP+H9j1Q4nQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r0Tr9-00018r-3R; Tue, 07 Nov 2023 16:43:31 -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 1r0Tr5-00015Z-BU for guix-patches@gnu.org; Tue, 07 Nov 2023 16:43:27 -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 1r0Tr5-0007cQ-41 for guix-patches@gnu.org; Tue, 07 Nov 2023 16:43:27 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1r0Trh-0000dF-7P for guix-patches@gnu.org; Tue, 07 Nov 2023 16:44:05 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#66827] [PATCH 06/67] gnu: go-github-com-puerkitobio-goquery: Move to (gnu packages golang-web). Resent-From: Sharlatan Hellseher Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 07 Nov 2023 21:44:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66827 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66827@debbugs.gnu.org Cc: Sharlatan Hellseher Received: via spool by 66827-submit@debbugs.gnu.org id=B66827.16993933921784 (code B ref 66827); Tue, 07 Nov 2023 21:44:05 +0000 Received: (at 66827) by debbugs.gnu.org; 7 Nov 2023 21:43:12 +0000 Received: from localhost ([127.0.0.1]:43470 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r0Tqp-0000SV-9D for submit@debbugs.gnu.org; Tue, 07 Nov 2023 16:43:11 -0500 Received: from mail-wm1-x332.google.com ([2a00:1450:4864:20::332]:42254) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r0Tqi-0000Pw-6g for 66827@debbugs.gnu.org; Tue, 07 Nov 2023 16:43:04 -0500 Received: by mail-wm1-x332.google.com with SMTP id 5b1f17b1804b1-40806e4106dso747755e9.1 for <66827@debbugs.gnu.org>; Tue, 07 Nov 2023 13:42:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1699393340; x=1699998140; 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=AVIfi1XBVTGM7Cd+kmhN6qaXJWympes8t3WIZHoeGkc=; b=LgiqCcHPy3lPk8NWPTtmemN/waZhhSFjqNOpwcr12Kzivstp2lfMJ2Pr1ZIqu3T9Xe GcLMjedzGLtLFldhBiXAQSEZwuMy5UJ90MDWA4GXfTcDCknGclTJgOoCJ0TOGNzSJuut 6GG/FI2n0dqzACRUZdT5PRGl2zNaGRCQPKuOq3NiN7HLFP3rJExY5iU35HgM/4O8kECt D8BiGPXB1HkryCn83oABxRmVM7qeZoJS1cRGpnipG2wiyGVI2OZqSp+ZlzwvegGdkq7I hsLVokb5a+IoM/jpC0hoo9RZ8oePT8bVTZc7LgtfZWUAixRY6B/DXBsHq50JSJJd0luy 3H8Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699393340; x=1699998140; 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=AVIfi1XBVTGM7Cd+kmhN6qaXJWympes8t3WIZHoeGkc=; b=waFDe107W+OXu3GCOmhurQc+C9FKd9UXSypQ4nJ3fA2041PoITWjZrSnxhhVzoOUYX 1eBM2b447GaTE7/YrfRjU3q1ITCpSs2hH4NhM9VdgUl2utNZOebucY//S6l19CQ3rpz8 uoLxiKWb2ZrLM/IEQr13b63kK4QQAD9u5B/cQma3MdprPxKTBTPXGPQoSGKf1JHq3lDU rW3gjzUY2Q3Szn6ZRVQfC0BQok0yfd+G3fVoyWrsIz2c2i6/WM7KziS3hvThZMGAlMf4 zVXZbmDh1UjFlFYwk5MKySA9b1TKeaI0VP0n5yAIrUGcXSncjiKYzLpdz0LB8k/eMR0S lPUw== X-Gm-Message-State: AOJu0YzU/Ps3JLrcawbguNZP0drWTTeZyuYipn2aFwYKV5sLvOlBp479 P0Q8bGG6kJN2ha7HOaDO1K0zRvQoXhE+rg== X-Google-Smtp-Source: AGHT+IGrvyc6H4J0BFwdhr8bHg1VjgNH7mApXLXccFFpcuOziBWPesln/puAFtF7t6FyNcwm0j0CXg== X-Received: by 2002:a05:600c:c0f:b0:408:369a:dad1 with SMTP id fm15-20020a05600c0c0f00b00408369adad1mr23179wmb.4.1699393340086; Tue, 07 Nov 2023 13:42:20 -0800 (PST) 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 p2-20020adfce02000000b0032f9688ea48sm3310178wrn.10.2023.11.07.13.42.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Nov 2023 13:42:19 -0800 (PST) From: Sharlatan Hellseher Date: Wed, 8 Nov 2023 00:40:43 +0000 Message-ID: <1c0bc3c6c32bd3bff602ac895832904ec802ec68.1699403992.git.sharlatanus@gmail.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <0117df90b1ef43a67d4fa86e5b58e60f7c0a52e5.1699403992.git.sharlatanus@gmail.com> References: <0117df90b1ef43a67d4fa86e5b58e60f7c0a52e5.1699403992.git.sharlatanus@gmail.com> 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-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: 7.89 X-Spam-Score: 7.89 X-Migadu-Queue-Id: A89236441A X-Migadu-Scanner: mx13.migadu.com X-TUID: e+0JRs8l0RnK * gnu/packages/golang.scm (go-github-com-puerkitobio-goquery): Move from here... * gnu/packages/golang-web.scm: ...to here. Change-Id: Ic0415a8b280ebd12086a5976c9765c1dbbf50bd2 --- gnu/packages/golang-web.scm | 26 ++++++++++++++++++++++++++ gnu/packages/golang.scm | 24 ------------------------ 2 files changed, 26 insertions(+), 24 deletions(-) diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 3c1abfff2c..8d8b4fb85c 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -2,6 +2,8 @@ ;;; Copyright © 2018 Pierre-Antoine Rouby ;;; Copyright © 2020 Martin Becze ;;; Copyright © 2020 Oleg Pykhalov +;;; Copyright © 2021 Efraim Flashner +;;; Copyright © 2021 Sarah Morgensen ;;; Copyright © 2022 Giacomo Leidi ;;; ;;; This file is part of GNU Guix. @@ -131,6 +133,30 @@ (define-public go-github-com-gorilla-mux incoming requests with their respective handler.") (license license:bsd-3))) +(define-public go-github-com-puerkitobio-goquery + (package + (name "go-github-com-puerkitobio-goquery") + (version "1.7.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/PuerkitoBio/goquery") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0gh1d99l5xc9hvwa4j40pfq3y9vfyq52mnrz6bf1kw2r2zr2gbcc")))) + (build-system go-build-system) + (arguments + `(#:import-path "github.com/PuerkitoBio/goquery")) + (propagated-inputs + (list go-github-com-andybalholm-cascadia go-golang-org-x-net)) + (home-page "https://github.com/PuerkitoBio/goquery") + (synopsis "Features similar to jQuery to the Go language") + (description "@code{goquery} brings a syntax and a set of features similar +to jQuery to the Go language.") + (license license:bsd-3))) + ;;; ;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; of a merge conflict, place them above by existing packages with similar diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 580fe36486..6df57cc87c 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -9203,30 +9203,6 @@ (define-public go-github-com-alecthomas-chroma converts it into syntax highlighted HTML, ANSI-coloured text, etc.") (license license:expat))) -(define-public go-github-com-puerkitobio-goquery - (package - (name "go-github-com-puerkitobio-goquery") - (version "1.7.0") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/PuerkitoBio/goquery") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0gh1d99l5xc9hvwa4j40pfq3y9vfyq52mnrz6bf1kw2r2zr2gbcc")))) - (build-system go-build-system) - (arguments - `(#:import-path "github.com/PuerkitoBio/goquery")) - (propagated-inputs - (list go-github-com-andybalholm-cascadia go-golang-org-x-net)) - (home-page "https://github.com/PuerkitoBio/goquery") - (synopsis "Features similar to jQuery to the Go language") - (description "@code{goquery} brings a syntax and a set of features similar -to jQuery to the Go language.") - (license license:bsd-3))) - (define-public go-github-com-jmespath-go-jmespath (package (name "go-github-com-jmespath-go-jmespath") -- 2.41.0