emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#29869: closed ([PATCH 1/2] gnu: Add ruby-rubypants


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29869: closed ([PATCH 1/2] gnu: Add ruby-rubypants.)
Date: Thu, 28 Dec 2017 06:27:02 +0000

Your message dated Thu, 28 Dec 2017 07:26:02 +0100
with message-id <address@hidden>
and subject line Re: [bug#29869] [PATCH 1/2] gnu: Add ruby-rubypants.
has caused the debbugs.gnu.org bug report #29869,
regarding [PATCH 1/2] gnu: Add ruby-rubypants.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29869: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29869
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: Add ruby-rubypants. Date: Wed, 27 Dec 2017 20:33:14 +0100
* gnu/packages/ruby.scm (ruby-rubypants): New variable.
---
 gnu/packages/ruby.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index c66c0a414..6eaaef4f1 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4466,3 +4466,25 @@ are doing, you can fiddle with every last bit of your 
email directly.")
 more robust and work for non rails projects.")
     (home-page "http://github.com/danmayer/code_statistics";)
     (license license:expat)))
+
+(define-public ruby-rubypants
+  (package
+    (name "ruby-rubypants")
+    (version "0.6.0")
+    (source (origin
+              (method url-fetch)
+              (uri (rubygems-uri "rubypants" version))
+              (sha256
+               (base32
+                "0xpqkslan2wkyal2h9qhplkr5d4sdn7q6csigrhnljjpp8j4qfsh"))))
+    (build-system ruby-build-system)
+    (arguments
+     '(#:tests? #f)) ; need Codecov
+    (synopsis "Port of the smart-quotes library SmartyPants")
+    (description
+     "RubyPants is a Ruby port of the smart-quotes library
+SmartyPants.  The original SmartyPants is a free web publishing plug-in for
+Movable Type, Blosxom, and BBEdit that easily translates plain ASCII
+punctuation characters into smart typographic punctuation HTML entities.")
+    (home-page "https://github.com/jmcnevin/rubypants";)
+    (license license:bsd-2)))
-- 
2.15.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#29869] [PATCH 1/2] gnu: Add ruby-rubypants. Date: Thu, 28 Dec 2017 07:26:02 +0100 User-agent: mu4e 0.9.18; emacs 25.3.1
Leo Famulari <address@hidden> writes:

> On Wed, Dec 27, 2017 at 08:33:14PM +0100, Clément Lassieur wrote:
>> * gnu/packages/ruby.scm (ruby-rubypants): New variable.
>
> Overall LGTM!
>
>> +    (description
>> +     "RubyPants is a Ruby port of the smart-quotes library
>> +SmartyPants.  The original SmartyPants is a free web publishing plug-in for
>> +Movable Type, Blosxom, and BBEdit that easily translates plain ASCII
>> +punctuation characters into smart typographic punctuation HTML entities.")
>
> Since everything in Guix is free software, we don't need to mention it
> in the descriptions :)

Oh right!  I removed the "free" then.  Thank you for reviewing :-)


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]