From unknown Sun Jun 15 08:53:50 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#42606] add sbcl-cl-inflector, pls Resent-From: Adam Kandur Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 29 Jul 2020 22:38:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 42606 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 42606@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15960622255809 (code B ref -1); Wed, 29 Jul 2020 22:38:01 +0000 Received: (at submit) by debbugs.gnu.org; 29 Jul 2020 22:37:05 +0000 Received: from localhost ([127.0.0.1]:33899 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0uh6-0001Vd-Tm for submit@debbugs.gnu.org; Wed, 29 Jul 2020 18:37:05 -0400 Received: from lists.gnu.org ([209.51.188.17]:52918) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0uh4-0001VU-4E for submit@debbugs.gnu.org; Wed, 29 Jul 2020 18:37:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59908) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0uh3-0001CF-R6 for guix-patches@gnu.org; Wed, 29 Jul 2020 18:37:01 -0400 Received: from w4.tutanota.de ([81.3.6.165]:43068) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0uh0-0004CH-R7 for guix-patches@gnu.org; Wed, 29 Jul 2020 18:37:01 -0400 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id E05DC10602F7 for ; Wed, 29 Jul 2020 22:36:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1596062213; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=MxoGHykGPEqWQ6eXA00ycjbSwZQAT52difPFC1by7hE=; b=xgrMdw89J5nn86WIUdn5Gz5DYDhSmPTpUydC4XhuOxyg26B59wFghxYrh6JH7KmG vodLIV7qvX54gOjZFX7zknC+8GL0z4opbrQW+XFshAi8s/fu8CC12xsxQ1oZAmq17cT PtGybNB74FjUptgoGj3+l86B+K7BV1UYRNoyDGESYmXOCBi0jbKyK6KEgEszTBGXHZc IMBsEqazL7YN5wuVtaXDpJAfZZkGek7S1suUgulZumIrfua2pQpTdLj63GikHFX1wZY Npn3yEgDQkiIHhLIIWomjO3aOvFcIJlP2MgFeAp04DO4VvAu2yZrwoHRsqkc/lwbj7t dVH0xwaNWA== Date: Thu, 30 Jul 2020 00:36:53 +0200 (CEST) From: Adam Kandur Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=81.3.6.165; envelope-from=rndd@tuta.io; helo=w4.tutanota.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/29 18:36:54 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -30 X-Spam_score: -3.1 X-Spam_bar: --- X-Spam_report: (-3.1 / 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_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 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 (--) hi, don't have any experience in contributing. but here is code for sbcl-cl= -inflector (define-public sbcl-cl-inflector =C2=A0 (let ((commit "f1ab16919ccce3bd82a0042677d9616dde2034fe") =C2=A0=C2=A0=C2=A0 (revision "1")) =C2=A0=C2=A0=C2=A0 (package =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (name "sbcl-cl-inflector") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (version (git-version "0.0.0" revision commi= t)) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (source =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (origin =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method git-fetch) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (git-reference =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 (url "https://github.com/AccelerationNet/cl-inflector") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 (commit commit))) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file-name (git-file-name = name version)) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (base32 "1xwwlhik1la= 4fp984qnx2dqq24v012qv4x0y49sngfpwg7n0ya7y")))) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (build-system asdf-build-system/sbcl) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (inputs =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 `(("cl-ppcre" ,sbcl-cl-ppcre) =C2=A0=C2=A0=C2=A0 =C2=A0("alexandria" ,sbcl-alexandria) =C2=A0=C2=A0=C2=A0 =C2=A0("lisp-unit2" ,sbcl-lisp-unit2))) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (home-page "https://github.com/AccelerationN= et/cl-inflector") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (synopsis "A library to pluralize and singul= arize English and Portuguese words.") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (description "A common lisp library to easil= y pluralize and singularize English and Portuguese words. This is a port of the ruby ActiveSupport Inflector module.") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (license license:expat)))) From unknown Sun Jun 15 08:53:50 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: Adam Kandur Subject: bug#42606: closed (Re: [bug#42606] add sbcl-cl-inflector, pls) Message-ID: References: <8736592x9o.fsf@yamatai> X-Gnu-PR-Message: they-closed 42606 X-Gnu-PR-Package: guix-patches Reply-To: 42606@debbugs.gnu.org Date: Thu, 30 Jul 2020 09:01:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1596099662-9712-1" This is a multi-part message in MIME format... ------------=_1596099662-9712-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #42606: add sbcl-cl-inflector, pls 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 42606@debbugs.gnu.org. --=20 42606: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D42606 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1596099662-9712-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 42606-done) by debbugs.gnu.org; 30 Jul 2020 09:00:15 +0000 Received: from localhost ([127.0.0.1]:34968 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k14QA-0002VY-Ps for submit@debbugs.gnu.org; Thu, 30 Jul 2020 05:00:15 -0400 Received: from mout02.posteo.de ([185.67.36.66]:40261) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k14Q8-0002Uh-L1 for 42606-done@debbugs.gnu.org; Thu, 30 Jul 2020 05:00:13 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 1988C2400FE for <42606-done@debbugs.gnu.org>; Thu, 30 Jul 2020 11:00:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1596099606; bh=V69EOgTfQ8kzkrmtWjJoz6aKG/nQwnwdHHlB0TFnDqI=; h=From:To:Cc:Subject:Date:From; b=NxZiYYHWIfbW3rYGkdQaHzzdhsAXl0gEjJjWMbomkxbAZjKzYzhnN0p/kLUE58cV7 BCFl/k+gR5kKbASCEjI20bU7KAeVl1c8I4trenZjlr5QhYpLANcSt9pHeRKLTRPaDz 3JVwqgVeDlTEYkB1JZF4tg8ez2X7sbeXWhquiUxNVOGebiMPWCPjNV8NqPeDA0e0Ya T78LDQ8eN4muOyVoUWLBXq3u8qgNKXhBRj1dxPjXW+RsqNgleNI6khGFLEMj/l9RzR M7WLJySjUxJJETWhdiIRG8aKVBzZe336v7u0fiBmyqDVUl3w10WWcMip1ruMwf0uP9 mqqF2LAGAt4gQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BHPW82Kpvz9rxt; Thu, 30 Jul 2020 11:00:04 +0200 (CEST) References: User-agent: mu4e 1.4.12; emacs 26.3 From: Guillaume Le Vaillant To: Adam Kandur Subject: Re: [bug#42606] add sbcl-cl-inflector, pls In-reply-to: Date: Thu, 30 Jul 2020 11:00:03 +0200 Message-ID: <8736592x9o.fsf@yamatai> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42606-done Cc: 42606-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: -3.3 (---) --=-=-= Content-Type: text/plain Hi, I made a few modifications to your patch and pushed it as de681bdb1148b31c1457bb6c1a59067aa47cc9fd. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQQkUwKxurH4Z/3KlryPP4Yfgut6mgUCXyKMEwAKCRCPP4Yfgut6 mg0zAQDlamR5HVHZes2P+gKLMP36edkflA3uDd7Uc8ORzqsb9QD+LiUsr2qJsPN9 v0jm76tVzpUfgMZ2P3AoquolIIhrnQo= =xmr7 -----END PGP SIGNATURE----- --=-=-=-- ------------=_1596099662-9712-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 29 Jul 2020 22:37:05 +0000 Received: from localhost ([127.0.0.1]:33899 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0uh6-0001Vd-Tm for submit@debbugs.gnu.org; Wed, 29 Jul 2020 18:37:05 -0400 Received: from lists.gnu.org ([209.51.188.17]:52918) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0uh4-0001VU-4E for submit@debbugs.gnu.org; Wed, 29 Jul 2020 18:37:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59908) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0uh3-0001CF-R6 for guix-patches@gnu.org; Wed, 29 Jul 2020 18:37:01 -0400 Received: from w4.tutanota.de ([81.3.6.165]:43068) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0uh0-0004CH-R7 for guix-patches@gnu.org; Wed, 29 Jul 2020 18:37:01 -0400 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id E05DC10602F7 for ; Wed, 29 Jul 2020 22:36:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1596062213; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=MxoGHykGPEqWQ6eXA00ycjbSwZQAT52difPFC1by7hE=; b=xgrMdw89J5nn86WIUdn5Gz5DYDhSmPTpUydC4XhuOxyg26B59wFghxYrh6JH7KmG vodLIV7qvX54gOjZFX7zknC+8GL0z4opbrQW+XFshAi8s/fu8CC12xsxQ1oZAmq17cT PtGybNB74FjUptgoGj3+l86B+K7BV1UYRNoyDGESYmXOCBi0jbKyK6KEgEszTBGXHZc IMBsEqazL7YN5wuVtaXDpJAfZZkGek7S1suUgulZumIrfua2pQpTdLj63GikHFX1wZY Npn3yEgDQkiIHhLIIWomjO3aOvFcIJlP2MgFeAp04DO4VvAu2yZrwoHRsqkc/lwbj7t dVH0xwaNWA== Date: Thu, 30 Jul 2020 00:36:53 +0200 (CEST) From: Adam Kandur To: guix-patches@gnu.org Message-ID: Subject: add sbcl-cl-inflector, pls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=81.3.6.165; envelope-from=rndd@tuta.io; helo=w4.tutanota.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/29 18:36:54 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -30 X-Spam_score: -3.1 X-Spam_bar: --- X-Spam_report: (-3.1 / 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_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) hi, don't have any experience in contributing. but here is code for sbcl-cl= -inflector (define-public sbcl-cl-inflector =C2=A0 (let ((commit "f1ab16919ccce3bd82a0042677d9616dde2034fe") =C2=A0=C2=A0=C2=A0 (revision "1")) =C2=A0=C2=A0=C2=A0 (package =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (name "sbcl-cl-inflector") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (version (git-version "0.0.0" revision commi= t)) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (source =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (origin =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method git-fetch) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (git-reference =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 (url "https://github.com/AccelerationNet/cl-inflector") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 (commit commit))) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file-name (git-file-name = name version)) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (base32 "1xwwlhik1la= 4fp984qnx2dqq24v012qv4x0y49sngfpwg7n0ya7y")))) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (build-system asdf-build-system/sbcl) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (inputs =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 `(("cl-ppcre" ,sbcl-cl-ppcre) =C2=A0=C2=A0=C2=A0 =C2=A0("alexandria" ,sbcl-alexandria) =C2=A0=C2=A0=C2=A0 =C2=A0("lisp-unit2" ,sbcl-lisp-unit2))) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (home-page "https://github.com/AccelerationN= et/cl-inflector") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (synopsis "A library to pluralize and singul= arize English and Portuguese words.") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (description "A common lisp library to easil= y pluralize and singularize English and Portuguese words. This is a port of the ruby ActiveSupport Inflector module.") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (license license:expat)))) ------------=_1596099662-9712-1--