From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 26 20:31:39 2023 Received: (at submit) by debbugs.gnu.org; 27 Jan 2023 01:31:39 +0000 Received: from localhost ([127.0.0.1]:36498 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pLDad-0004Hh-2X for submit@debbugs.gnu.org; Thu, 26 Jan 2023 20:31:39 -0500 Received: from lists.gnu.org ([209.51.188.17]:49022) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pLDaa-0004HZ-PH for submit@debbugs.gnu.org; Thu, 26 Jan 2023 20:31:37 -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 1pLDaa-0003Dx-4h for guix-patches@gnu.org; Thu, 26 Jan 2023 20:31:36 -0500 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pLDaW-0006GX-EO for guix-patches@gnu.org; Thu, 26 Jan 2023 20:31:35 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:20]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id B2B241AC9A for ; Thu, 26 Jan 2023 17:31:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1674783083; bh=MbHNwgAnqDyO5ukbou5dFCtHSCKmzI+Hr4Y04J7w5/M=; h=From:To:Subject:Date:From; b=ktdJwvvObq9zL9Y54YnsWC0N8bP/F5ZalH8V2D5yC4LcAWELWoZr1RuQtFVDeyHrC 9GMpQcDLaRj2wxMcD8HmjSHHXdvpit9FCPPlbWoi01WI7/WJEh1FkqGUyTLdVY4+lM oJ4yF4nNtTU7VQxOHAsUbU20RVncS1VWkW9wG1WYBcRmSVKIf6xQW2uRM/XipBU8Kd kwXgKMleT+WQeoE95/3R4DO8GRwanMUNXPngoohlQ+i0cY3U6lITBOvHB4AAX14KxR b0d0HgADNkR88ydqAy9LkutupJ6VXzJMDW4OkouP4hdTA74hNnHqnoH59Vd/TVZnpg 1f3/ZwlNtmF/g== From: Vagrant Cascadian To: guix-patches@gnu.org Subject: [PATCH] gnu: Add staticsite. Date: Thu, 26 Jan 2023 17:31:19 -0800 Message-ID: <871qng69w8.fsf@contorta> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: none client-ip=2600:3c01:e000:267:0:a171:de7:c; envelope-from=vagrant@debian.org; helo=cascadia.aikidev.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-Add-staticsite.patch Content-Transfer-Encoding: quoted-printable From=2004619d89e5f3a75f108c082dcd1c390d0bd3f82f Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 26 Jan 2023 15:43:17 -0800 Subject: [PATCH] gnu: Add staticsite. * gnu/packages/python-xyz.scm (staticsite): New variable. =2D-- gnu/packages/python-xyz.scm | 51 +++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b14c4ff0f3..a5be587603 100644 =2D-- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -31744,6 +31744,57 @@ (define-public shrinkwrap path.") (license license:expat))) =20 +(define-public staticsite + (package + (name "staticsite") + (version "2.3") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/spanezz/staticsite") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rhr25xydvnlrrcz389j3f6nknmczm5x11cagrji1qww70piwy08")))) + (build-system pyproject-build-system) + (arguments + (list #:phases #~(modify-phases %standard-phases + (add-after 'unpack 'use-themes-in-output + (lambda* (#:key outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out"))) + (substitute* "staticsite/global_settings.py" + (("/usr/share/staticsite") + out))))) + (add-after 'install 'install-themes + (lambda* (#:key outputs #:allow-other-keys) + (let ((themedir (string-append (assoc-ref outp= uts + "out= ") + "/themes"))) + (copy-recursively "themes" themedir))))))) + (native-inputs (list python-pyinotify + python-markdown + python-docutils + python-jinja2 + python-pytz + python-dateutil + python-pyyaml + python-pillow + python-slugify + python-ruamel.yaml + tzdata-for-tests + python-tornado + perl-image-exiftool)) + (home-page "https://github.com/spanezz/staticsite") + (synopsis "Static site generator") + (description "Static site generator based on markdown and jinja2. +Features: + - themable + - free content structure + - hugo-style archetypes and front matter + - live preview server") + (license (list license:gpl3+ license:expat)))) + (define-public python-pymonad (package (name "python-pymonad") =2D-=20 2.39.0 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCY9MpZwAKCRDcUY/If5cW qu/nAP9smV9IsunQZMeqgQigfOUeTESSuZCVQSI3yS+U4vItkAEA16zM9DQZ3IgU N2e56LaBGT621hgqnz4Zrhd43tZHvgY= =rrqA -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 23 09:38:06 2023 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 To: Vagrant Cascadian Subject: Re: [bug#61089] [PATCH] gnu: Add staticsite. 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-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 61089-done Cc: 61089-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) 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 From unknown Sun Jun 22 15:24:55 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 24 Mar 2023 11:24:13 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator