From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 6PQECteRCGU2igAAauVa8A:P1 (envelope-from ) for ; Mon, 18 Sep 2023 20:07:19 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 6PQECteRCGU2igAAauVa8A (envelope-from ) for ; Mon, 18 Sep 2023 20:07:19 +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 F21C153106 for ; Mon, 18 Sep 2023 20:07:17 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=MJd9LdcE; 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=1695060438; 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=5zUYG2morKqu0VFKsEpv89xQiuk4D+IDiE55bHsZsr4=; b=YTyj6DwfnYzGRo5h4tuk0TggEf4sKeOJBCjBWwotlJ6KxsNvOdu3c+TFfgtSraF+NsNVJU jD9RUCAOZ4+APV+aIMI/5ToyyzTTurrXtsUNXZM1luYRW//zfXQL1M5DKgCL41NxMMvEwb 9i7DuL4qv7uNfY2ZkQiVFy7mDOXhGZVE8jxdzbamki+W89dOm3Dbce2SqJP6GPFapyX/y/ qvQzXpzrMlBTtrRwT1tv5GQeeUPCKX3MnmasFiHNxTQg6h7lp3/vr6a7WBCMXmiZQz/4PA k5JFqbvIQEDXYIwqnN+cphIQLmQnm1q/OlnOvr76DW4q+4Ykiclxcdujli7w8A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1695060438; a=rsa-sha256; cv=none; b=V9IaWUmLENLdCAPL8MVDvk8X3/vntdswORG2dcu76gUZagjA3ddEueA2ARQcry6YmXNk8w zUD6/af0F1X/pOZG7u4qbruMV9VflpN3v+anQ4APzXz2MNKmJMtXBMlOIMJkj4w7B6dtbU IpzCXAzu9ewC0lm0DnvF8w2VrmXQHqMS5mQYikrxPhruW1XrXvtFShNul8mhFh325UedBB Y1ndlpJJNqU9n9pouf75dBBavCgjXZy6UYQqLYFc9+5X3Ka24VCtqlcbHrYfl1t11sbZAo MVcTo5tB5WNAnpuhVd114IybeMa3oBwvUSLJGGORceD6mH+c1ieuqpi24YXoJw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=MJd9LdcE; 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" Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qiIcR-0003ac-2o; Mon, 18 Sep 2023 14:05:13 -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 1qiIcF-0003Cy-2Z for guix-patches@gnu.org; Mon, 18 Sep 2023 14:04:59 -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 1qiIcE-0003ZF-Qp for guix-patches@gnu.org; Mon, 18 Sep 2023 14:04:58 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qiIcN-0002Ob-4d for guix-patches@gnu.org; Mon, 18 Sep 2023 14:05:07 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62202] [PATCH v2 16/23] DRAFT import: juliahub: Filter out stdlibs from test-dependencies. Resent-From: Simon Tournier Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 18 Sep 2023 18:05:07 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62202 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch moreinfo To: 62202@debbugs.gnu.org Cc: zimon.toutoune@gmail.com X-Debbugs-Original-Cc: Nicolas Graves via Guix-patches via , Simon Tournier Received: via spool by 62202-submit@debbugs.gnu.org id=B62202.16950602568885 (code B ref 62202); Mon, 18 Sep 2023 18:05:07 +0000 Received: (at 62202) by debbugs.gnu.org; 18 Sep 2023 18:04:16 +0000 Received: from localhost ([127.0.0.1]:54391 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qiIbX-0002JA-U6 for submit@debbugs.gnu.org; Mon, 18 Sep 2023 14:04:16 -0400 Received: from mail-wm1-x336.google.com ([2a00:1450:4864:20::336]:40128) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qiIbJ-0002Eu-KA for 62202@debbugs.gnu.org; Mon, 18 Sep 2023 14:04:03 -0400 Received: by mail-wm1-x336.google.com with SMTP id 5b1f17b1804b1-40471c054f9so14350695e9.0 for <62202@debbugs.gnu.org>; Mon, 18 Sep 2023 11:03:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1695060227; x=1695665027; 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=5zUYG2morKqu0VFKsEpv89xQiuk4D+IDiE55bHsZsr4=; b=MJd9LdcErLGKassUKkEZTuQFyL7d9VTh0xW7LhKkKkkI40oN/2WpAnVcw/lFJGmoAz FnQzSdxFrSzwkcMRCKN9U2lqxEo9e7RyWdL9OjxFOK5fWtmSQWh5dQ/Vo5mQZv3NKU3Z i43Usf55tuXs805A0fl5NPvtGEJaNPJz2F0s72uxav/KV3YparIW/wv9d+zvCKapVFu/ QDRvE50tQ+RRlO5C9wpPRqB9wLFoFsJDUoue4ceCJwPmtgCcfKREgcbS12LOJQz6PWf8 H64t87fLXtNPpLbR4Cd0W4MYZfvvaQkx1ORZQyzHl9A3TmS65otk/5llnyqYvVaGdpTE 7Y9g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695060227; x=1695665027; 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=5zUYG2morKqu0VFKsEpv89xQiuk4D+IDiE55bHsZsr4=; b=S2XMemBacXQPh2SOflRsVIiXRmyHbMdhtxnAxYyXheYxwbgJjP4IdTQWo3bY13Icho +1jJ1XhnKDubJZuQGe6YpH4A3KnlnuHOdRMc7TSiMaHnqQ5e+834TpWs01JjtzClBN0q NdaHXvuxbUJ5WNLXJq7H/9ugAGWEV04FMRFYG+J4jEbyZX0uNoM16lal2Ya89d/XOf/P SJH46FW/8lyk94Jp2jNdXUxudp4S6bI6po9rw6K6kC3uN9KtJ83TCbVtz7zpdpcWHhCI MCqV8BPHH0u1vFzKpuJoHxLwWehN1jAsOH7jUrFmaS5zOI7cdUax+9GTapIs8U3XOnvk t4/w== X-Gm-Message-State: AOJu0YwB0ZWDdiZgKmc2CXnaLLCSSG4YItsa3Mt9rR7/ckVMl09hleFq LWZPDDgNZuorL+3bbSON0w+rqo2p18w= X-Google-Smtp-Source: AGHT+IFFItclXHmnd4APZirB6z60UYv3+2yKnHsqftrMBC4DaAGxkjRDYjtmhitrjxSJCX32ZMfgZA== X-Received: by 2002:a05:600c:1d04:b0:401:c07f:72bd with SMTP id l4-20020a05600c1d0400b00401c07f72bdmr9511481wms.4.1695060227502; Mon, 18 Sep 2023 11:03:47 -0700 (PDT) Received: from localhost.localdomain ([193.48.40.241]) by smtp.gmail.com with ESMTPSA id z2-20020adfd0c2000000b0030ada01ca78sm2210465wrh.10.2023.09.18.11.03.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 18 Sep 2023 11:03:47 -0700 (PDT) From: Simon Tournier Date: Mon, 18 Sep 2023 20:03:23 +0200 Message-Id: X-Mailer: git-send-email 2.39.2 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-Spam-Score: 6.25 X-Spam-Score: 6.25 X-Migadu-Queue-Id: F21C153106 X-Migadu-Scanner: mx0.migadu.com X-TUID: kQXq62yZlLHR From: Nicolas Graves via Guix-patches via Signed-off-by: Simon Tournier --- guix/import/juliahub.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guix/import/juliahub.scm b/guix/import/juliahub.scm index 6ce0487dba38..1c7b02929634 100644 --- a/guix/import/juliahub.scm +++ b/guix/import/juliahub.scm @@ -174,7 +174,8 @@ (define (parse-test-dependencies directory) (let* ((port (open-input-file (string-append directory "/Project.toml"))) (ini-list (stream->list (port->stream port read)))) (close-port port) - (ini-list->test-dependencies ini-list))) + (filter (lambda (x) (not (member x %julia-stdlibs))) + (ini-list->test-dependencies ini-list)))) ;; Julia package. (define-json-mapping make-juliahub-package juliahub-package? -- 2.38.1