From unknown Sun Jun 15 08:04:10 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#57791 <57791@debbugs.gnu.org> To: bug#57791 <57791@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add folders. Reply-To: bug#57791 <57791@debbugs.gnu.org> Date: Sun, 15 Jun 2025 15:04:10 +0000 retitle 57791 [PATCH] gnu: Add folders. reassign 57791 guix-patches submitter 57791 jgart severity 57791 normal tag 57791 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 13 23:57:04 2022 Received: (at submit) by debbugs.gnu.org; 14 Sep 2022 03:57:04 +0000 Received: from localhost ([127.0.0.1]:53329 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYJWJ-0004ws-Ke for submit@debbugs.gnu.org; Tue, 13 Sep 2022 23:57:04 -0400 Received: from lists.gnu.org ([209.51.188.17]:53808) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYJWG-0004wR-Oa for submit@debbugs.gnu.org; Tue, 13 Sep 2022 23:57:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50956) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYJWG-0004Pj-Jh for guix-patches@gnu.org; Tue, 13 Sep 2022 23:57:00 -0400 Received: from mx1.dismail.de ([78.46.223.134]:42517) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYJWE-0008HL-1w for guix-patches@gnu.org; Tue, 13 Sep 2022 23:57:00 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id b89a2b0b for ; Wed, 14 Sep 2022 05:56:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=20190914; bh=p0HAkZOHvsAWB9TKBvIqp XQHu0VMw26cJ5r07gCKAks=; b=FwYbCapf6ZcU7rCxJ0eKe15nnd8y8iy7/88af 1fcsrVwhD/vSnmZ53iKIupxB1ctpBfdxByZeye/SL7Lq+Di7PYpcGlZFQGisr5W5 6zNZj6VJT33XnwKZr7h+ZsWYrcHVnrDSOuJeZ51QXqjYwkQWRVs9P0cDsVkwwWAl hMHawSt0zI3/7b3taxFM4oMVA4vFDIL0ZG4lH/d83VDGf7FLNdwQmutcZSm6dy2S YDz1TQ9YHNuuzQ+nCO8r8zqs0ZySAPS5pzjWN3f+cYfFrGBfi8uLSjBAcavNVhQI CLbt2n8CWTaQ+km7YSUt0EKTr8dCkydSplDcRNt9EMKTtiBYg== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 4247530c for ; Wed, 14 Sep 2022 05:56:54 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 6da5fdb4 for ; Wed, 14 Sep 2022 05:56:54 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 3bb28100 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 14 Sep 2022 05:56:53 +0200 (CEST) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: Add folders. Date: Tue, 13 Sep 2022 22:56:26 -0500 Message-Id: <20220914035626.26126-1-jgart@dismail.de> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: jgart 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: -2.4 (--) * gnu/packages/esolangs.scm (folders): New variable. --- gnu/packages/esolangs.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/esolangs.scm b/gnu/packages/esolangs.scm index 81906dac15..96a3ad2064 100644 --- a/gnu/packages/esolangs.scm +++ b/gnu/packages/esolangs.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2019 Tobias Geerinckx-Rice ;;; Copyright © 2020 Hendursaga ;;; Copyright © 2020 Liliana Marie Prikler +;;; Copyright © 2022 jgart ;;; ;;; This file is part of GNU Guix. ;;; @@ -29,6 +30,7 @@ (define-module (gnu packages esolangs) #:use-module (guix build-system cmake) #:use-module (guix build-system copy) #:use-module (guix build-system gnu) + #:use-module (guix build-system python) #:use-module (guix download) #:use-module (guix git-download) #:use-module ((guix licenses) #:prefix license:) @@ -99,6 +101,24 @@ (define-public lolcode-lci (home-page "http://lolcode.org/") (license license:gpl3+)))) +(define-public folders + (package + (name "folders") + (version "0.0.8") + (source + (origin + (method url-fetch) + (uri (pypi-uri "Folders" version)) + (sha256 + (base32 "0qh80qx7sjx0zii1hf8fm853d9rcg4rginm6v4gpp0hgn2a4q4gh")))) + (build-system python-build-system) + (home-page "https://github.com/SinaKhalili/Folders.py") + (synopsis "Folders as a programming language") + (description +"Implementation of the Folders📂esoteric programming language, +a language with no code and just folders.") + (license license:expat))) + (define-public shakespeare-spl (package (name "shakespeare-spl") -- 2.37.3 From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 14 02:23:09 2022 Received: (at 57791) by debbugs.gnu.org; 14 Sep 2022 06:23:09 +0000 Received: from localhost ([127.0.0.1]:53463 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYLnb-0002dQ-96 for submit@debbugs.gnu.org; Wed, 14 Sep 2022 02:23:09 -0400 Received: from knopi.disroot.org ([178.21.23.139]:48792) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYLnL-0002cX-94 for 57791@debbugs.gnu.org; Wed, 14 Sep 2022 02:23:02 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 98CC949FAF; Wed, 14 Sep 2022 08:22:45 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eN-VLWZECBQj; Wed, 14 Sep 2022 08:22:44 +0200 (CEST) Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1663136564; bh=TgoY8f0k5TECihw/43pySki6vMHxAL1QeQXSwvLPaF0=; h=Date:To:Subject:From:References:In-Reply-To; b=Y26FnoQ5M+Ysuh5lAKovSGWqruOopHXB0lxcMsAmWRHUrn5xvzLfyfBVxoA99VRSf BQghPl8ltfF9JUgJlSacTE9DggUfw5bPeKbr9Q+g2UzrXH/hYYhG/yeL9S+4KpLeSB 9x9ddrXkIP6ZtoJMBinF+yCHtsZywbCtTtI3u1r7iVGVQJVdM9PQkOWJ3/Q7qIO22+ EKSLC88EhHhzp6wLBFZaJjSqW84UIQmLya3DYUU+d9omS3CG/S4pbtZEsn/DBCnqBb IqRmOSa2pRq7B+BlZ+KBMypYpKideJMEq4DKU+aHovJVNwJRixRrnAio/YRQAnrtB7 TugoSZckyRArw== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 14 Sep 2022 07:22:44 +0100 Message-Id: To: "jgart" , <57791@debbugs.gnu.org> Subject: Re: [bug#57791] [PATCH] gnu: Add folders. From: "(" References: <20220914035626.26126-1-jgart@dismail.de> In-Reply-To: <20220914035626.26126-1-jgart@dismail.de> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 57791 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: -0.0 (/) Hey,=20 On Wed Sep 14, 2022 at 4:56 AM BST, jgart via Guix-patches via wrote: > + (description > +"Implementation of the Folders=F0=9F=93=82esoteric programming language, > +a language with no code and just folders.") I don't think we ought to have that emoji in this description. Also, remember to format it like this: > + (description > + "Implementation of the Folders esoteric programming language, > +a language with no code and just folders.") (note the indentation on the first line.) -- ( From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 14 14:51:43 2022 Received: (at 57791-done) by debbugs.gnu.org; 14 Sep 2022 18:51:43 +0000 Received: from localhost ([127.0.0.1]:56246 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYXU6-0000sl-Sn for submit@debbugs.gnu.org; Wed, 14 Sep 2022 14:51:43 -0400 Received: from mail-ed1-f67.google.com ([209.85.208.67]:36760) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYXU3-0000sT-1h for 57791-done@debbugs.gnu.org; Wed, 14 Sep 2022 14:51:41 -0400 Received: by mail-ed1-f67.google.com with SMTP id e18so23682256edj.3 for <57791-done@debbugs.gnu.org>; Wed, 14 Sep 2022 11:51:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:user-agent:references :in-reply-to:date:to:from:subject:message-id:from:to:cc:subject:date; bh=P4UpnUvdAJi5H0nuXxY/+NQsLZ30L487oHZkqm4wJ1A=; b=fIaDY66Vc/omRM/0ZWWS+SUiFHf1rNpknusj8C7OeM2i6gyZvaSq0rRL52D9JgmtOk rA+eQJC2aTLINAG32yBxMFBs1T7YV6v+L4rhbBsHFIMa+/EDm33kXvvqoDw3wwiNTOUg XkwhHwpplAuUMkDtoBMlnT+Awr2AuoUxz9zPrMOFA+/KVDwVOhwcW0hObc3uyQDctKr5 ASuwWg4TNW4gksUy9s5+ZxdbXDve4naZlktSBwU12nmusUkKQZxaOmHTso2Yp2PyN4rq lXEYn2+iGhEfth0QmR6hMgIkk0BfaZq4PPJdhXVJ8TT0N4WUi2L+sYgXNhpXAih6/4Vk Yodg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:user-agent:references :in-reply-to:date:to:from:subject:message-id:x-gm-message-state:from :to:cc:subject:date; bh=P4UpnUvdAJi5H0nuXxY/+NQsLZ30L487oHZkqm4wJ1A=; b=HD11jRAbdfcOTY6ETqk6onL3KH7yQ2psTbwXxeHezzLPiA13yiPvIG3iBsbezwO369 rT/uMgAneIFerKuOgoq6/grpSyX3tzSyMh77otzKK5DN5aZsy++8KKfArjWrlQpocdSC P1NL0nmXgA5yEV5ktA7aVG9e0/kY8WNV8x8HTDQ2t+4KD3NgYQbCyUqU1fgcbhnaj/rl QGD+KRWUjUEFYuFhdkVASErdby8BBmRPrmigN/vSSYjKbAZ5TomyV37+YHLpfv15RrFF KFLDFLDkUbOGtk7CBUabZcNFRRXTWlD959dwZZqF5r5uSoPapU3iRlKuAuSFbZ1vz2VB iymA== X-Gm-Message-State: ACgBeo1WMGjv1PO0Xwoc4Nd1mYYam9DTrBVRPwG0mPOx6Noe34MeWLaa O4/mxm2M1vrHP+KDyE+6V3w= X-Google-Smtp-Source: AA6agR5PQ/NnT+/O1Jb3QDn+vFzhGtT+ZArZFS9BML28neQx0269cHv7BYFDh02vwHTNbabv8912Sw== X-Received: by 2002:a05:6402:5002:b0:444:26fd:d341 with SMTP id p2-20020a056402500200b0044426fdd341mr32496618eda.351.1663181492138; Wed, 14 Sep 2022 11:51:32 -0700 (PDT) Received: from nijino.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id o18-20020a1709064f9200b0076f927ed0f1sm7768797eju.127.2022.09.14.11.51.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Sep 2022 11:51:31 -0700 (PDT) Message-ID: <76391875547b1094c7887c36cf5fdefc938226d1.camel@gmail.com> Subject: Re: [bug#57791] [PATCH] gnu: Add folders. From: Liliana Marie Prikler To: "(" , jgart , 57791-done@debbugs.gnu.org Date: Wed, 14 Sep 2022 20:51:30 +0200 In-Reply-To: References: <20220914035626.26126-1-jgart@dismail.de> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 57791-done 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.0 (-) Am Mittwoch, dem 14.09.2022 um 07:22 +0100 schrieb (: > > > +    (description > > +     "Implementation of the Folders esoteric programming language, > > +a language with no code and just folders.") Thanks for pointing this out, but 1) you missed, that the description was not a sentence (fixed) 2) last time you pointed this out on my package you missed that (description "This is my description.") is also acceptable. Pushed with an updated description. Have fun golfing. From unknown Sun Jun 15 08:04:10 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 13 Oct 2022 11:24:16 +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