From unknown Tue Jun 24 01:40:43 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#56478] [PATCH] gnu: Add cl-string-pokemonize. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 10 Jul 2022 08:42:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 56478 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56478@debbugs.gnu.org Cc: jgart X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16574424739719 (code B ref -1); Sun, 10 Jul 2022 08:42:01 +0000 Received: (at submit) by debbugs.gnu.org; 10 Jul 2022 08:41:13 +0000 Received: from localhost ([127.0.0.1]:36238 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oASV6-0002Wh-Rx for submit@debbugs.gnu.org; Sun, 10 Jul 2022 04:41:13 -0400 Received: from lists.gnu.org ([209.51.188.17]:48402) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oASV5-0002WZ-AZ for submit@debbugs.gnu.org; Sun, 10 Jul 2022 04:41:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36984) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oASV4-0000Qx-Qo for guix-patches@gnu.org; Sun, 10 Jul 2022 04:41:11 -0400 Received: from mx1.dismail.de ([78.46.223.134]:21588) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oASV2-0008Uf-LD for guix-patches@gnu.org; Sun, 10 Jul 2022 04:41:10 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 75b2291c for ; Sun, 10 Jul 2022 10:41:04 +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-transfer-encoding; s=20190914; bh=lwqJPQLmjQd/s5ZKn248+nSv/4YK8pQo2xMXA09Ipsg=; b= A70KrYNxLASm1VfEJ275q5oA0T+fkwSg46NVF46/lj4FjdQRifnfvHB67olNRYBI BB4NgyGpNBQZULaGy7dnODq2oO4r+DjvQrXko+bugy2OOr8WhBqjuRHPWiLWEylX tzKaKxfW9NIQ0NPSiXnp0Bzfwg+SRNotUp2+DFmpeeJjA9Nnuk0sAwO508ZGOLuI YBFNTCbDbE8fcMmfe6GMoOoQPuMBKLOUTO/RlCsE5+x1zarxTg0rCaSWvudTrDYs y1J04NeKe5Ur8QAltKhCWIgXN65tmfrSZtcZ+H35O9eFECBTbetGfu5XfoCXYKhU 9qy4KY+6F/MUKlB9w5kHKw== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id e52f5a28 for ; Sun, 10 Jul 2022 10:41:04 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 1047c662 for ; Sun, 10 Jul 2022 10:41:04 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 4be2b877 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sun, 10 Jul 2022 10:41:03 +0200 (CEST) From: jgart Date: Sun, 10 Jul 2022 03:41:07 -0500 Message-Id: <20220710084107.11471-1-jgart@dismail.de> X-Mailer: git-send-email 2.37.0 MIME-Version: 1.0 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-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/lisp-xyz.scm (cl-string-pokemonize): New variable. --- gnu/packages/lisp-xyz.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 129b99e485..18c36ec3f6 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -22647,6 +22647,41 @@ (define-public cl-sketch (define-public ecl-sketch (sbcl-package->ecl-package sbcl-sketch)) +(define-public sbcl-string-pokemonize + (let ((commit "2dc01643defb497e4d1eb833def71dfc1e8d5da6") + (revision "0")) + (package + (name "sbcl-string-pokemonize") + (version (git-version "20210503" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/phoe/string-pokemonize") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1zk5klc94pxv7mhx6qrp93rk4ypwd6wfijap7gf9l0wpphg90r9x")))) + (build-system asdf-build-system/sbcl) + (arguments + `(#:tests? #f ; There are no tests. + #:asd-files '("string-pokemonize.asd") + #:asd-systems '("string-pokemonize"))) + (synopsis "Function to alternate uppercase and lowercase characters") + (description +"Provides a function, @code{string-pokemonize} that alternates uppercase +and lowercase characters for a given string. The entire code base is +also entirely stylized in alternating uppercase and lowercase characters +exemplifying Common Lisp's case insensitivity.") + (home-page "https://github.com/phoe/string-pokemonize") + (license license:expat)))) + +(define-public cl-string-pokemonize + (sbcl-package->cl-source-package sbcl-string-pokemonize)) + +(define-public ecl-string-pokemonize + (sbcl-package->ecl-package sbcl-string-pokemonize)) + (define-public sbcl-binary-types (let ((commit "9ec42042a50403961c08179a892ae3de725b1d7a")) (package -- 2.37.0 From unknown Tue Jun 24 01:40:43 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#56478] [PATCH v2] gnu: Add cl-string-pokemonize. References: <20220710084107.11471-1-jgart@dismail.de> In-Reply-To: <20220710084107.11471-1-jgart@dismail.de> Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 10 Jul 2022 17:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56478 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56478@debbugs.gnu.org Cc: jgart Received: via spool by 56478-submit@debbugs.gnu.org id=B56478.16574749772045 (code B ref 56478); Sun, 10 Jul 2022 17:43:01 +0000 Received: (at 56478) by debbugs.gnu.org; 10 Jul 2022 17:42:57 +0000 Received: from localhost ([127.0.0.1]:37752 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAaxM-0000Wv-Sk for submit@debbugs.gnu.org; Sun, 10 Jul 2022 13:42:57 -0400 Received: from mx1.dismail.de ([78.46.223.134]:4097) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAaxK-0000Wg-VJ for 56478@debbugs.gnu.org; Sun, 10 Jul 2022 13:42:55 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 5b402c69 for <56478@debbugs.gnu.org>; Sun, 10 Jul 2022 19:42:47 +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-transfer-encoding; s=20190914; bh=C9221jGTNVRI82UNCGdGzq1NBnBTt7ewJbdVve1NDAU=; b= iRQbeGSh1XokWpWaFucrorJfd8gVwB9eOb+dw3+OLgGMQdIpWnfCVuTRR6agM78k BIhPCEh/LufY4tZCq2WfoLaq/3/7tIkLOpcfoocJ98grTo9cheIUy3qIMTor3sgr u5obUSdoz+ZO/XKVki63M5PCmy6K9wPf4TOKYJh8xMC69KJTpxkz384x/edCmsIV rSkAYGv3FgN1IfKAWEQ5Nb3QQy3Z0Ara4g53aQ8OVpi4gjipz/ycFX1FjNs5IH9d ekcoBuZGkQcd+C07dgVOdzczfDH60gSgrl7M925Ww0VULfPAHO6dtgE2n5idvXH4 RXIj96KjkYdkFYnjHDlPFw== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id c686413f for <56478@debbugs.gnu.org>; Sun, 10 Jul 2022 19:42:47 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 1a7380b7 for <56478@debbugs.gnu.org>; Sun, 10 Jul 2022 19:42:47 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 53c3a3fa (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sun, 10 Jul 2022 19:42:46 +0200 (CEST) From: jgart Date: Sun, 10 Jul 2022 12:41:41 -0500 Message-Id: <20220710174140.17951-1-jgart@dismail.de> X-Mailer: git-send-email 2.37.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) 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 (-) * gnu/packages/lisp-xyz.scm (cl-string-pokemonize): New variable. Fixes a redundant wording in the description. --- gnu/packages/lisp-xyz.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 129b99e485..60000a504a 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -22647,6 +22647,41 @@ (define-public cl-sketch (define-public ecl-sketch (sbcl-package->ecl-package sbcl-sketch)) +(define-public sbcl-string-pokemonize + (let ((commit "2dc01643defb497e4d1eb833def71dfc1e8d5da6") + (revision "0")) + (package + (name "sbcl-string-pokemonize") + (version (git-version "20210503" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/phoe/string-pokemonize") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1zk5klc94pxv7mhx6qrp93rk4ypwd6wfijap7gf9l0wpphg90r9x")))) + (build-system asdf-build-system/sbcl) + (arguments + `(#:tests? #f ; There are no tests. + #:asd-files '("string-pokemonize.asd") + #:asd-systems '("string-pokemonize"))) + (synopsis "Function to alternate uppercase and lowercase characters") + (description +"Provides a function, @code{string-pokemonize} that alternates uppercase +and lowercase characters for a given string. The code base is also +entirely stylized in alternating uppercase and lowercase characters +exemplifying Common Lisp's case insensitivity.") + (home-page "https://github.com/phoe/string-pokemonize") + (license license:expat)))) + +(define-public cl-string-pokemonize + (sbcl-package->cl-source-package sbcl-string-pokemonize)) + +(define-public ecl-string-pokemonize + (sbcl-package->ecl-package sbcl-string-pokemonize)) + (define-public sbcl-binary-types (let ((commit "9ec42042a50403961c08179a892ae3de725b1d7a")) (package -- 2.37.0 From unknown Tue Jun 24 01:40:43 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#56478] [PATCH v2] gnu: Add cl-string-pokemonize. Resent-From: Liliana Marie Prikler Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 12 Jul 2022 10:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56478 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: jgart , 56478@debbugs.gnu.org Received: via spool by 56478-submit@debbugs.gnu.org id=B56478.16576201851959 (code B ref 56478); Tue, 12 Jul 2022 10:04:02 +0000 Received: (at 56478) by debbugs.gnu.org; 12 Jul 2022 10:03:05 +0000 Received: from localhost ([127.0.0.1]:41687 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oBCjR-0000VX-3J for submit@debbugs.gnu.org; Tue, 12 Jul 2022 06:03:05 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:3185) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oBCjP-0000V7-4l for 56478@debbugs.gnu.org; Tue, 12 Jul 2022 06:03:04 -0400 Received: from lprikler-laptop.ist.intra (gw.ist.tugraz.at [129.27.202.101]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4LhxC75PDmz1LZWS; Tue, 12 Jul 2022 12:02:59 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 mailrelay.tugraz.at 4LhxC75PDmz1LZWS DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1657620179; bh=yyybsMv2BRSsGU2lQWe8mmx1CLePI4IyD33Srsz6Dbg=; h=Subject:From:To:Date:In-Reply-To:References:From; b=lp+l4EBThhjsBSGY3qamOyEZbsTttFlIAKfzwW9ipypsVBKQPQY7YaQt5nXUYS1p2 6rTRSq5TuYhVUN6j3b8eLJslUt6MlU9ZLJqjyFEludsYhZVKFiFH+3qhMn2z6vAtdh 6wxs8UnsisDwQYDb6qGZQHPW1OKjxupBTmiuz+EI= Message-ID: <6c4c7b53c409fc2ee7572b5e8b5a277486e7c0f7.camel@ist.tugraz.at> From: Liliana Marie Prikler Date: Tue, 12 Jul 2022 12:02:58 +0200 In-Reply-To: <20220710174140.17951-1-jgart@dismail.de> References: <20220710174140.17951-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-TUG-Backscatter-control: waObeELIUl4ypBWmcn/8wQ X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.116 X-Spam-Score: -2.3 (--) 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 (---) Am Sonntag, dem 10.07.2022 um 12:41 -0500 schrieb jgart: > * gnu/packages/lisp-xyz.scm (cl-string-pokemonize): New variable. > > Fixes a redundant wording in the description. > --- >  gnu/packages/lisp-xyz.scm | 35 +++++++++++++++++++++++++++++++++++ >  1 file changed, 35 insertions(+) > > diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm > index 129b99e485..60000a504a 100644 > --- a/gnu/packages/lisp-xyz.scm > +++ b/gnu/packages/lisp-xyz.scm > @@ -22647,6 +22647,41 @@ (define-public cl-sketch >  (define-public ecl-sketch >    (sbcl-package->ecl-package sbcl-sketch)) >   > +(define-public sbcl-string-pokemonize > +  (let ((commit "2dc01643defb497e4d1eb833def71dfc1e8d5da6") > +        (revision "0")) > +    (package > +     (name "sbcl-string-pokemonize") > +     (version (git-version "20210503" revision commit)) > +     (source > +       (origin > +         (method git-fetch) > +         (uri (git-reference > +               (url "https://github.com/phoe/string-pokemonize") > +               (commit commit))) > +         (file-name (git-file-name name version)) > +         (sha256 > +          (base32 > "1zk5klc94pxv7mhx6qrp93rk4ypwd6wfijap7gf9l0wpphg90r9x")))) > +     (build-system asdf-build-system/sbcl) > +     (arguments > +      `(#:tests? #f ; There are no tests. > +        #:asd-files '("string-pokemonize.asd") > +        #:asd-systems '("string-pokemonize"))) > +     (synopsis "Function to alternate uppercase and lowercase > characters") SiMpLiFy tO "aLtErNaTe uPpEr aNd lOwErCaSe". > +     (description > +"Provides a function, @code{string-pokemonize} that alternates > uppercase > +and lowercase characters for a given string. The code base is also > +entirely stylized in alternating uppercase and lowercase characters > +exemplifying Common Lisp's case insensitivity.") ThE DeScRiPtIoN Of a pAcKaGe sHoUlD CoNsIsT Of cOmPlEtE SeNtEnCeS OnLy. aLsO DoN'T FoRgEt tO PrOpErLy iNdEnT iT. ChEeRs From unknown Tue Jun 24 01:40:43 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#56478] [PATCH v2] gnu: Add cl-string-pokemonize. References: <20220710084107.11471-1-jgart@dismail.de> In-Reply-To: <20220710084107.11471-1-jgart@dismail.de> Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 20 Jul 2022 05:15:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56478 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56478@debbugs.gnu.org Cc: jgart , Liliana Marie Prikler Received: via spool by 56478-submit@debbugs.gnu.org id=B56478.165829408932203 (code B ref 56478); Wed, 20 Jul 2022 05:15:01 +0000 Received: (at 56478) by debbugs.gnu.org; 20 Jul 2022 05:14:49 +0000 Received: from localhost ([127.0.0.1]:55603 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oE22q-0008NL-Q1 for submit@debbugs.gnu.org; Wed, 20 Jul 2022 01:14:49 -0400 Received: from mx1.dismail.de ([78.46.223.134]:42398) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oE22n-0008N1-Dq for 56478@debbugs.gnu.org; Wed, 20 Jul 2022 01:14:47 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id c6a81e18; Wed, 20 Jul 2022 07:14:37 +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-transfer-encoding; s=20190914; bh=SIDg4CFVRxbnePKwuVUSfrj/QcaarV7R0K7Rn6Xcv5A=; b= Pcv8GcPi32//JRCgoRHElAE1Jy1ljF+XuExltryenUb1Eu0y8A6WMBesA22cyLdX 9j8GLOmeCIL1gmutw/tZTNpgirYO37yCGJDZodw0Be63EWewl0Tzlmw0HX7+Uwf2 Yj1aUDL9MV7iUhY56Flqn4ygD2MBrmkQmokn0eXXS4VRUI1HDZNipWeCRreDPf8Y JXQ3D9s9EN6wlHlaDVRXRIVlUP2fyAks3ka5L2/qipnlHTu7JjCoxh1jfmlL8ivD A+P2dxWBlP/WgxS2TzcXRCwmGUTBIxvuJGEyThIM6VPjB10TCnjAd/5MTwfMKxa4 /v5sUDuT1NkaQuwk/bjMqw== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id d29e5c8a; Wed, 20 Jul 2022 07:14:37 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 57c0b893; Wed, 20 Jul 2022 07:14:36 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 08a2ebcb (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 20 Jul 2022 07:14:36 +0200 (CEST) From: jgart Date: Wed, 20 Jul 2022 00:12:27 -0500 Message-Id: <20220720051226.23611-1-jgart@dismail.de> X-Mailer: git-send-email 2.37.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) 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 (-) * gnu/packages/lisp-xyz.scm (cl-string-pokemonize): New variable. Hi, LiLiAnA HeRe'S VeRsIoN 2. ThAnK YoU fOR tHe ReViEw!!! AlL bEsT, jGaRt --- gnu/packages/lisp-xyz.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 2f6d22fe7d..0ada001bb9 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -22715,6 +22715,39 @@ (define-public cl-sketch (define-public ecl-sketch (sbcl-package->ecl-package sbcl-sketch)) +(define-public sbcl-string-pokemonize + (let ((commit "2dc01643defb497e4d1eb833def71dfc1e8d5da6") + (revision "0")) + (package + (name "sbcl-string-pokemonize") + (version (git-version "20210503" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/phoe/string-pokemonize") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1zk5klc94pxv7mhx6qrp93rk4ypwd6wfijap7gf9l0wpphg90r9x")))) + (build-system asdf-build-system/sbcl) + (arguments + `(#:tests? #f ; There are no tests. + #:asd-files '("string-pokemonize.asd") + #:asd-systems '("string-pokemonize"))) + (synopsis "aLtErNaTe uPpEr aNd lOwErCaSe") + (description +"@code{string-pokemonize} provides a function that alternates uppercase +and lowercase characters for a given string.") + (home-page "https://github.com/phoe/string-pokemonize") + (license license:expat)))) + +(define-public cl-string-pokemonize + (sbcl-package->cl-source-package sbcl-string-pokemonize)) + +(define-public ecl-string-pokemonize + (sbcl-package->ecl-package sbcl-string-pokemonize)) + (define-public sbcl-binary-types (let ((commit "9ec42042a50403961c08179a892ae3de725b1d7a")) (package -- 2.37.1 From unknown Tue Jun 24 01:40:43 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#56478] [PATCH v2] gnu: Add cl-string-pokemonize. Resent-From: Liliana Marie Prikler Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 20 Jul 2022 16:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56478 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: jgart , 56478@debbugs.gnu.org Received: via spool by 56478-submit@debbugs.gnu.org id=B56478.16583363144199 (code B ref 56478); Wed, 20 Jul 2022 16:59:01 +0000 Received: (at 56478) by debbugs.gnu.org; 20 Jul 2022 16:58:34 +0000 Received: from localhost ([127.0.0.1]:58732 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oED1u-00015e-DF for submit@debbugs.gnu.org; Wed, 20 Jul 2022 12:58:34 -0400 Received: from mail-ej1-f68.google.com ([209.85.218.68]:46877) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oED1q-00015N-MQ for 56478@debbugs.gnu.org; Wed, 20 Jul 2022 12:58:33 -0400 Received: by mail-ej1-f68.google.com with SMTP id ez10so34110503ejc.13 for <56478@debbugs.gnu.org>; Wed, 20 Jul 2022 09:58:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:subject:from:to:date:in-reply-to:references:user-agent :mime-version:content-transfer-encoding; bh=kkOw6dtOAm0zAHjv5K8WdRByHUxRfxCcNKz+6sChqJ8=; b=TSvgRFCrvT5Guqn9aQYfOAi5SEwwtBu2Z9x+3XYsWwpWOxKMAcf5wRC7zBmR/EbwCT vYtFl7r94dh9mOAb6j2m/lpU0465Vx/Yx40morUTAbA2yYg+RdP88rfAdoN91Lzx5LWZ yH88fvucjvbeigS2Rv76bwqKWH7E0nKMAO9tLLurLHtawRKCceA1KnW9MoY34778EH1J uJC8yFfuhpi4V6oQy7ZUKSliKz5WjrmdL1ZAZP7RzsjlL8moBoQMDBeecHhI3olFYW/q OlAckZI/r1qNA6VeumMbUSxGhYDb21U2giN3JwX0ysYIzSzAi40LuNLsj/yMlCUVxRc7 kQww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=kkOw6dtOAm0zAHjv5K8WdRByHUxRfxCcNKz+6sChqJ8=; b=0Aj6g8+HS6PrrAZycS1H0pumMN8P9i+Bwo2iswj10w8euqKyqVtAQsxdwtLEkIYbiv eLLesj1vTp1rxcVEroLzflK10YpXVjty36AhMFuw4ky/trI9M8CQ28ouPhJFKOn9TIPB WEUO9LRalnTFnY389oB7KgB/a48WJV1UHaIxCe//TW4KsiF3sTIihocYbavUyFDVjgl4 q6iXHr62wEqmJNeNy3bnx10VhOAM1LHiCNUwdC2QMn0gQvFj2wGe94r/8on5zsq5OXtB +qc0ti4Rwn2IAkaUF5fohmAbR+Q8LQDxMfb+0kxAZK6a6bmmsfl/HLOfkGMl5oWL+/w/ CFoA== X-Gm-Message-State: AJIora++2GYmTdmu8ShjGW5pCDlA8W8lxrEEtBzRXl/nrvuqRRiMuemY S95P8QCiywzbicwFrXN6fOY= X-Google-Smtp-Source: AGRyM1srDYBTBeNFIoxWCbZG72xrcLEuLxZQqEvseSHhQmU4eNa+tD6dT7ncSx41WEGsc05yX9b0jA== X-Received: by 2002:a17:906:9bdd:b0:72b:3cab:eade with SMTP id de29-20020a1709069bdd00b0072b3cabeademr36305976ejc.58.1658336303032; Wed, 20 Jul 2022 09:58:23 -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 p24-20020a17090653d800b0072efb6c9697sm6869992ejo.101.2022.07.20.09.58.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 20 Jul 2022 09:58:22 -0700 (PDT) Message-ID: <0ac8698c7d278736db246beff8cc92eb42cfa92f.camel@gmail.com> From: Liliana Marie Prikler Date: Wed, 20 Jul 2022 18:58:22 +0200 In-Reply-To: <20220720051226.23611-1-jgart@dismail.de> References: <20220720051226.23611-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-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 20.07.2022 um 00:12 -0500 schrieb jgart: > * gnu/packages/lisp-xyz.scm (cl-string-pokemonize): New variable. > > Hi, LiLiAnA > > HeRe'S VeRsIoN 2. > > ThAnK YoU fOR tHe ReViEw!!! > > AlL bEsT, > > jGaRt > > --- >  gnu/packages/lisp-xyz.scm | 33 +++++++++++++++++++++++++++++++++ >  1 file changed, 33 insertions(+) > > diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm > index 2f6d22fe7d..0ada001bb9 100644 > --- a/gnu/packages/lisp-xyz.scm > +++ b/gnu/packages/lisp-xyz.scm > @@ -22715,6 +22715,39 @@ (define-public cl-sketch >  (define-public ecl-sketch >    (sbcl-package->ecl-package sbcl-sketch)) >   > +(define-public sbcl-string-pokemonize > +  (let ((commit "2dc01643defb497e4d1eb833def71dfc1e8d5da6") > +        (revision "0")) > +    (package > +     (name "sbcl-string-pokemonize") > +     (version (git-version "20210503" revision commit)) > +     (source > +       (origin > +         (method git-fetch) > +         (uri (git-reference > +               (url "https://github.com/phoe/string-pokemonize") > +               (commit commit))) > +         (file-name (git-file-name name version)) > +         (sha256 > +          (base32 > "1zk5klc94pxv7mhx6qrp93rk4ypwd6wfijap7gf9l0wpphg90r9x")))) > +     (build-system asdf-build-system/sbcl) > +     (arguments > +      `(#:tests? #f ; There are no tests. > +        #:asd-files '("string-pokemonize.asd") > +        #:asd-systems '("string-pokemonize"))) > +     (synopsis "aLtErNaTe uPpEr aNd lOwErCaSe") I didn't mean to actually alternate the case in the synopsis. Is this intended or should I fix it? > +     (description > +"@code{string-pokemonize} provides a function that alternates > uppercase > +and lowercase characters for a given string.") > +     (home-page "https://github.com/phoe/string-pokemonize") > +     (license license:expat)))) > + > +(define-public cl-string-pokemonize > +  (sbcl-package->cl-source-package sbcl-string-pokemonize)) > + > +(define-public ecl-string-pokemonize > +  (sbcl-package->ecl-package sbcl-string-pokemonize)) > + >  (define-public sbcl-binary-types >    (let ((commit "9ec42042a50403961c08179a892ae3de725b1d7a")) >      (package From unknown Tue Jun 24 01:40:43 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#56478] [PATCH v2] gnu: Add cl-string-pokemonize. In-Reply-To: <20220710084107.11471-1-jgart@dismail.de> Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 21 Jul 2022 23:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56478 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Liliana Marie Prikler Cc: 56478@debbugs.gnu.org Received: via spool by 56478-submit@debbugs.gnu.org id=B56478.165844492826467 (code B ref 56478); Thu, 21 Jul 2022 23:09:02 +0000 Received: (at 56478) by debbugs.gnu.org; 21 Jul 2022 23:08:48 +0000 Received: from localhost ([127.0.0.1]:39528 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oEfHk-0006sp-09 for submit@debbugs.gnu.org; Thu, 21 Jul 2022 19:08:48 -0400 Received: from mx1.dismail.de ([78.46.223.134]:30485) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oEfHf-0006sU-5L for 56478@debbugs.gnu.org; Thu, 21 Jul 2022 19:08:47 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 1b133490; Fri, 22 Jul 2022 01:08:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date :message-id:from:to:cc:subject:references:mime-version :content-type:content-transfer-encoding; s=20190914; bh=HifsTOQ1 OaNAvvyjxKWoJAMUabKBHFNfU07OErG/LGo=; b=YLIoeUwmyW+S8GWVXKq22IkL ELcpPEG+TbR3qsVnyUL9bSS/FmCcCuj8HBpyGOqiYsjg/ngmiYeEVryF2KZTIn5C o5lAGkYfBw0qCECfgR91090uw7uZxuGVeyzNMCWBFGr7NA1yrf3Xt9sLocqGzUdZ p9ywc1qXHouccllDzsDYa9as0THiQPgfqspvTclnalFYS9fh49g92ufMbjt7CDpT lLHQ8xs6vAB+F+21tQmhpaiz5pm3CZX505E0NGLVwy/507eblgwxJM5lu+eXjBPI 4pC8xprFT+0e3e+KeBx6ok4kMO88Jyo6ZYsFV+Y9qxM8Qz+hxJkrBZhEkcV0Dw== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 7c2f4aea; Fri, 22 Jul 2022 01:08:35 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 85cc8162; Fri, 22 Jul 2022 01:08:35 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id dcebf686 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 22 Jul 2022 01:08:34 +0200 (CEST) Date: Thu, 21 Jul 2022 18:08:42 -0500 Message-ID: <20220721180842.GB28321@gac> From: jgart References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) 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 (-) > I didn't mean to actually alternate the case in the synopsis. Is this > intended or should I fix it? I intended that but if you prefer for it to not be in pokemon case for consistency with other Guix packages then feel free to change it and not use the pokemon case in the synopsis. all best, jGaRt From unknown Tue Jun 24 01:40:43 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: jgart Subject: bug#56478: closed (Re: [PATCH v2] gnu: Add cl-string-pokemonize.) Message-ID: References: <5778aaf3058a2fa93e1d824e134b4b8a849c1c37.camel@gmail.com> <20220710084107.11471-1-jgart@dismail.de> X-Gnu-PR-Message: they-closed 56478 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 56478@debbugs.gnu.org Date: Tue, 16 Aug 2022 19:29:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1660678141-28296-1" This is a multi-part message in MIME format... ------------=_1660678141-28296-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #56478: [PATCH] gnu: Add cl-string-pokemonize. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 56478@debbugs.gnu.org. --=20 56478: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D56478 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1660678141-28296-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 56478-done) by debbugs.gnu.org; 16 Aug 2022 19:28:37 +0000 Received: from localhost ([127.0.0.1]:48387 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oO2Ev-0007Ln-6t for submit@debbugs.gnu.org; Tue, 16 Aug 2022 15:28:37 -0400 Received: from mail-ed1-f65.google.com ([209.85.208.65]:42645) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oO2Eq-0007LV-GT for 56478-done@debbugs.gnu.org; Tue, 16 Aug 2022 15:28:35 -0400 Received: by mail-ed1-f65.google.com with SMTP id z20so14740253edb.9 for <56478-done@debbugs.gnu.org>; Tue, 16 Aug 2022 12:28:32 -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:cc:to:from:subject:message-id:from:to:cc; bh=Ap4ztG6cw684OKpePzpu8pl3dCcAAsVF7myaR7MQ2gE=; b=JEalm/SyQiMhTJLXHgHi7B7KVgqZKyHYDLCBvqwk0Loj7QQEbmLFxCCrhPbkUoLEM7 cgP9nFsLkKd8Zh/JeC+n2DF4P0dLvE/r3qLPErdaRWf4IQBjqTQ2feQoG8MMdYsvf4w3 3ZE1miZ/Ds/wz21bpLIVD2HNZnInAuZrkG75jt2U3Feg9bOBQcRs1vuBr3qZc9jFim2C +fo89FyN1rHvaywXv1mpsIFVGOTJ5IfFxAJjlfvkSudvae1NqtWyiBAmsoBlaf8vInER PSxqm96rZFiRO8wz0lp9X9YyBnA4w0Be+K+4l7qplTp2C8CeyPDndtMbWvuKjnFp+BWo crjA== 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:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc; bh=Ap4ztG6cw684OKpePzpu8pl3dCcAAsVF7myaR7MQ2gE=; b=2I6y03T70ZKN/m/SgX+miroAjKaGkr9MILDFm/fCzPYrKg/ldfJXJ6p8KprKln1LmB E7elTmJueyzE+4H7dR1fMeqp3Gl8IiWlqEksbPku40GWS4md/54CZKwtIBPOITzwFug+ 25/mUEK7QgZV6p4OJQiMVn/ZAmSgN8jRCAcgcqPa87lGbh84i5e3o5FVcMU7XB4ga4te 2rXgM0YVCLL4T8RKESTpBCuYTRwq3267VtdJ438G+rdvXExPEBa9V0jh4UxoN+kriDQZ rPP3SC7vjMXjpzLrt+FvijYQbZP89NnhavDDP8zXMDrb8yLb48sr266JDvpTei3Rz3Xh uaPg== X-Gm-Message-State: ACgBeo2KBs0ZOXEWR4e9lyl/bCAjn4PELTqTMJjAmHD2LFGEDxwrJezY PGO8UxDPes6BFxiMVULraXw= X-Google-Smtp-Source: AA6agR72hT+yQlcHJoO+J/6MqlGklh2D7IvKwWuGTrFY9tiLx8vCYLKemH4XhZ605Xht1BzSVf5AkA== X-Received: by 2002:a05:6402:3552:b0:43d:a57d:22e9 with SMTP id f18-20020a056402355200b0043da57d22e9mr20001262edd.119.1660678106626; Tue, 16 Aug 2022 12:28:26 -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 cd8-20020a170906b34800b0072ee9790894sm5585303ejb.197.2022.08.16.12.28.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Aug 2022 12:28:26 -0700 (PDT) Message-ID: <5778aaf3058a2fa93e1d824e134b4b8a849c1c37.camel@gmail.com> Subject: Re: [PATCH v2] gnu: Add cl-string-pokemonize. From: Liliana Marie Prikler To: jgart Date: Tue, 16 Aug 2022 21:28:25 +0200 In-Reply-To: <20220721180842.GB28321@gac> References: <20220721180842.GB28321@gac> 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: 56478-done Cc: 56478-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.0 (-) Am Donnerstag, dem 21.07.2022 um 18:08 -0500 schrieb jgart: > > I didn't mean to actually alternate the case in the synopsis.  Is > > this intended or should I fix it? > > I intended that but if you prefer for it to not be in pokemon case > for consistency with other Guix packages then feel free to change it > and not use the pokemon case in the synopsis. PuShEd wItHoUt tHe pOkEmOn cAsE SyNoPsIs. ChEeRs ------------=_1660678141-28296-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 10 Jul 2022 08:41:13 +0000 Received: from localhost ([127.0.0.1]:36238 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oASV6-0002Wh-Rx for submit@debbugs.gnu.org; Sun, 10 Jul 2022 04:41:13 -0400 Received: from lists.gnu.org ([209.51.188.17]:48402) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oASV5-0002WZ-AZ for submit@debbugs.gnu.org; Sun, 10 Jul 2022 04:41:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36984) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oASV4-0000Qx-Qo for guix-patches@gnu.org; Sun, 10 Jul 2022 04:41:11 -0400 Received: from mx1.dismail.de ([78.46.223.134]:21588) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oASV2-0008Uf-LD for guix-patches@gnu.org; Sun, 10 Jul 2022 04:41:10 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 75b2291c for ; Sun, 10 Jul 2022 10:41:04 +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-transfer-encoding; s=20190914; bh=lwqJPQLmjQd/s5ZKn248+nSv/4YK8pQo2xMXA09Ipsg=; b= A70KrYNxLASm1VfEJ275q5oA0T+fkwSg46NVF46/lj4FjdQRifnfvHB67olNRYBI BB4NgyGpNBQZULaGy7dnODq2oO4r+DjvQrXko+bugy2OOr8WhBqjuRHPWiLWEylX tzKaKxfW9NIQ0NPSiXnp0Bzfwg+SRNotUp2+DFmpeeJjA9Nnuk0sAwO508ZGOLuI YBFNTCbDbE8fcMmfe6GMoOoQPuMBKLOUTO/RlCsE5+x1zarxTg0rCaSWvudTrDYs y1J04NeKe5Ur8QAltKhCWIgXN65tmfrSZtcZ+H35O9eFECBTbetGfu5XfoCXYKhU 9qy4KY+6F/MUKlB9w5kHKw== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id e52f5a28 for ; Sun, 10 Jul 2022 10:41:04 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 1047c662 for ; Sun, 10 Jul 2022 10:41:04 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 4be2b877 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sun, 10 Jul 2022 10:41:03 +0200 (CEST) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: Add cl-string-pokemonize. Date: Sun, 10 Jul 2022 03:41:07 -0500 Message-Id: <20220710084107.11471-1-jgart@dismail.de> X-Mailer: git-send-email 2.37.0 MIME-Version: 1.0 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/lisp-xyz.scm (cl-string-pokemonize): New variable. --- gnu/packages/lisp-xyz.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 129b99e485..18c36ec3f6 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -22647,6 +22647,41 @@ (define-public cl-sketch (define-public ecl-sketch (sbcl-package->ecl-package sbcl-sketch)) +(define-public sbcl-string-pokemonize + (let ((commit "2dc01643defb497e4d1eb833def71dfc1e8d5da6") + (revision "0")) + (package + (name "sbcl-string-pokemonize") + (version (git-version "20210503" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/phoe/string-pokemonize") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1zk5klc94pxv7mhx6qrp93rk4ypwd6wfijap7gf9l0wpphg90r9x")))) + (build-system asdf-build-system/sbcl) + (arguments + `(#:tests? #f ; There are no tests. + #:asd-files '("string-pokemonize.asd") + #:asd-systems '("string-pokemonize"))) + (synopsis "Function to alternate uppercase and lowercase characters") + (description +"Provides a function, @code{string-pokemonize} that alternates uppercase +and lowercase characters for a given string. The entire code base is +also entirely stylized in alternating uppercase and lowercase characters +exemplifying Common Lisp's case insensitivity.") + (home-page "https://github.com/phoe/string-pokemonize") + (license license:expat)))) + +(define-public cl-string-pokemonize + (sbcl-package->cl-source-package sbcl-string-pokemonize)) + +(define-public ecl-string-pokemonize + (sbcl-package->ecl-package sbcl-string-pokemonize)) + (define-public sbcl-binary-types (let ((commit "9ec42042a50403961c08179a892ae3de725b1d7a")) (package -- 2.37.0 ------------=_1660678141-28296-1-- From unknown Tue Jun 24 01:40:43 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#56478] [PATCH] gnu: Add cl-string-pokemonize. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 16 Aug 2022 19:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56478 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56478@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166067956030924 (code B ref -1); Tue, 16 Aug 2022 19:53:02 +0000 Received: (at submit) by debbugs.gnu.org; 16 Aug 2022 19:52:40 +0000 Received: from localhost ([127.0.0.1]:48434 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oO2cC-00082h-3A for submit@debbugs.gnu.org; Tue, 16 Aug 2022 15:52:40 -0400 Received: from lists.gnu.org ([209.51.188.17]:60414) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oO2c6-00082R-BA for submit@debbugs.gnu.org; Tue, 16 Aug 2022 15:52:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60130) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oO2c6-0003R1-6H for guix-patches@gnu.org; Tue, 16 Aug 2022 15:52:34 -0400 Received: from mx1.dismail.de ([78.46.223.134]:17937) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oO2c3-0006WT-UE for guix-patches@gnu.org; Tue, 16 Aug 2022 15:52:33 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id d56a3241 for ; Tue, 16 Aug 2022 21:52:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date :message-id:from:to:subject:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=20190914; bh=V/JagThE LUx4iT6BigxqOFjd9KAaxQSA89+5A8iB95Y=; b=A93p6W9U1l9JnhrobaKBcPBG G/xwXuoYbY8rg3YsXIxdKdv/hJjOZf5dFWg/YBVxHjnELPPkmk77FCnN76fZl5gW WCXdwtARd7IDzguxmE95HwGriVm3QrChUsijXR5IZGnwjrCJuPzoHWtJQxt71LhP wVWnv2PBTIVl3kOiDFMCot1oDQcptkL1OHvbxM3pas6ZAVzBUtbrM+qsFsfIEDxF hQ29Jf0QlNTfE3fFNkgLvyZBNqSMj/v5ZSdPwG95vSj6RQ2wHiM9ojjr6JgCBXxW /8Joq4o13uUsnBKwnjvYqYHh5Ye6Aq4R/7CWIr1+vnKX7dGnt9sXaEq0bIP+CA== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 2a263a24 for ; Tue, 16 Aug 2022 21:52:24 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 69497d36 for ; Tue, 16 Aug 2022 21:52:24 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id d4728200 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Tue, 16 Aug 2022 21:52:23 +0200 (CEST) Date: Tue, 16 Aug 2022 14:52:30 -0500 Message-ID: <20220816145230.GB1343@gac> From: jgart In-Reply-To: <20220710084107.11471-1-jgart@dismail.de> References: <20220710084107.11471-1-jgart@dismail.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline 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-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 (--) On Sun, 10 Jul 2022 03:41:07 -0500 jgart wrote: ThAnKs!