From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id CDqiOZ1692OngAEAbAwnHQ (envelope-from ) for ; Thu, 23 Feb 2023 15:39:26 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id cElsOZ1692PoIwEAauVa8A (envelope-from ) for ; Thu, 23 Feb 2023 15:39:25 +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 C3CAA2DA4E for ; Thu, 23 Feb 2023 15:39:25 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=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"; dmarc=none ARC-Seal: i=1; s=key1; d=yhetil.org; t=1677163165; a=rsa-sha256; cv=none; b=s2gJCBDq9f1/+aDj56SS2Af+sUnaqJj71SmvZ7BBezop+ZOfumup1yHVJRnxpYCK3YqU7q YedUSSkY+cA6hvaeBv6pMKBE8Vj9XNxs854QzZHzV4FVsztn7s2JEVPL6uuFT7tw3vkZ0M Ejft+pmhmNJ5SQsl2daPmKNjwH7h5btQmJiOE+bgSRbUUniAo/NDfBNXmj1K6u3lWnA3ji AnJLtT+GA41WNjVsBy7lRtbtzt1AW09yxnbKeDHpvt2jlrLVF6aSCeD4DYCqsKSrWQQfvG DNFFyc0s0m7OrjuV1wWG+epxSCp8wEawe9k/hiAwSIMQEe9MWoMzinXfte8DLw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=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"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1677163165; 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:resent-to: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; bh=ekCwRtnzC1gI5Y9vgWzavPVllWwH2eve7PsTsdqs0oc=; b=EfO0mdRr1yCaZq2BbviBXEI4mHEbGplGdgZj3VXtolk5yzkTObpZpfg47I9TX8fbeGvvit vqAai7hLML7cdZlrgmdYcUwmijlbYS0jwolsZQBetCn1LlJroAgA7lBqzcw6lYdE5vnltv 05q8aecjYG0c8GTuDbUN0NuthK1Rk64ZwrHXaljuihk4xWfEqtAimkVkGgiairlTd6spSe tlno2Ugxhff5YC24oizCzqOPKOgHwIGn8xok3cb+ypE9ySzGuCuS0phj0FooyMVoYwahJX LGMSWpEhv7svhS6lN9A69dVFpntJPuGSQZ65bgHiIa3SDQkkvaruHNpaWTq4Jg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pVCkT-0002ek-F7; Thu, 23 Feb 2023 09:39:05 -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 1pVCkR-0002eQ-0X for guix-patches@gnu.org; Thu, 23 Feb 2023 09:39:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pVCkQ-0007a6-On for guix-patches@gnu.org; Thu, 23 Feb 2023 09:39:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pVCkQ-0006tb-4C for guix-patches@gnu.org; Thu, 23 Feb 2023 09:39:02 -0500 Subject: bug#61089: [PATCH] gnu: Add staticsite. Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 23 Feb 2023 14:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 61089 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Vagrant Cascadian Cc: 61089-done@debbugs.gnu.org Mail-Followup-To: 61089@debbugs.gnu.org, mail@nicolasgoaziou.fr, vagrant@debian.org Received: via spool by 61089-done@debbugs.gnu.org id=D61089.167716308626440 (code D ref 61089); Thu, 23 Feb 2023 14:39:01 +0000 Received: (at 61089-done) by debbugs.gnu.org; 23 Feb 2023 14:38:06 +0000 Received: from localhost ([127.0.0.1]:33533 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVCjW-0006sO-31 for submit@debbugs.gnu.org; Thu, 23 Feb 2023 09:38:06 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:54335) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVCjU-0006rs-7C for 61089-done@debbugs.gnu.org; Thu, 23 Feb 2023 09:38:05 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 8ED1E24000D; Thu, 23 Feb 2023 14:37:55 +0000 (UTC) From: Nicolas Goaziou References: <871qng69w8.fsf@contorta> Date: Thu, 23 Feb 2023 15:37:48 +0100 In-Reply-To: <871qng69w8.fsf@contorta> (Vagrant Cascadian's message of "Thu, 26 Jan 2023 17:31:19 -0800") Message-ID: <87pma0o3b7.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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: X-Migadu-Queue-Id: C3CAA2DA4E X-Spam-Score: -2.77 X-Migadu-Spam-Score: -2.77 X-Migadu-Scanner: scn0.migadu.com 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-TUID: XQre6yFvxylx Hello, Vagrant Cascadian writes: > Subject: [PATCH] gnu: Add staticsite. > > * gnu/packages/python-xyz.scm (staticsite): New variable. Applied (with G-exps, and inputs ordered alphabetically). Thank you. Regards, -- Nicolas Goaziou