GNU bug report logs - #42606
add sbcl-cl-inflector, pls

Previous Next

Package: guix-patches;

Reported by: Adam Kandur <rndd <at> tuta.io>

Date: Wed, 29 Jul 2020 22:38:01 UTC

Severity: normal

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Adam Kandur <rndd <at> tuta.io>
Subject: bug#42606: closed (Re: [bug#42606] add sbcl-cl-inflector, pls)
Date: Thu, 30 Jul 2020 09:01:02 +0000
[Message part 1 (text/plain, inline)]
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 <at> debbugs.gnu.org.

-- 
42606: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42606
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Adam Kandur <rndd <at> tuta.io>
Cc: 42606-done <at> debbugs.gnu.org
Subject: Re: [bug#42606] add sbcl-cl-inflector, pls
Date: Thu, 30 Jul 2020 11:00:03 +0200
[Message part 3 (text/plain, inline)]
Hi, I made a few modifications to your patch and pushed it as
de681bdb1148b31c1457bb6c1a59067aa47cc9fd. Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Adam Kandur <rndd <at> tuta.io>
To: guix-patches <at> gnu.org
Subject: add sbcl-cl-inflector, pls
Date: Thu, 30 Jul 2020 00:36:53 +0200 (CEST)
hi, don't have any experience in contributing. but here is code for sbcl-cl-inflector

(define-public sbcl-cl-inflector
  (let ((commit "f1ab16919ccce3bd82a0042677d9616dde2034fe")
    (revision "1"))
    (package
      (name "sbcl-cl-inflector")
      (version (git-version "0.0.0" revision commit))
      (source
       (origin
         (method git-fetch)
         (uri (git-reference
               (url "https://github.com/AccelerationNet/cl-inflector")
               (commit commit)))
         (file-name (git-file-name name version))
         (sha256
          (base32 "1xwwlhik1la4fp984qnx2dqq24v012qv4x0y49sngfpwg7n0ya7y"))))
      (build-system asdf-build-system/sbcl)
      (inputs
       `(("cl-ppcre" ,sbcl-cl-ppcre)
     ("alexandria" ,sbcl-alexandria)
     ("lisp-unit2" ,sbcl-lisp-unit2)))
      (home-page "https://github.com/AccelerationNet/cl-inflector")
      (synopsis "A library to pluralize and singularize English and Portuguese words.")
      (description "A common lisp library to easily pluralize and singularize English and Portuguese words.
This is a port of the ruby ActiveSupport Inflector module.")
      (license license:expat))))



This bug report was last modified 4 years and 293 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.