From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCHES] Add ruby-pry Date: Sun, 30 Aug 2015 06:12:04 +0200 Message-ID: <87613xife3.fsf@mdc-berlin.de> References: <871telpjmr.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35769) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZVtyc-0004Yh-RD for guix-devel@gnu.org; Sun, 30 Aug 2015 00:12:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZVtyZ-0006Pp-K7 for guix-devel@gnu.org; Sun, 30 Aug 2015 00:12:18 -0400 Received: from venus.bbbm.mdc-berlin.de ([141.80.25.30]:58037) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZVtyZ-0006L2-9x for guix-devel@gnu.org; Sun, 30 Aug 2015 00:12:15 -0400 In-Reply-To: <871telpjmr.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel@gnu.org Hi Dave, > +(define-public ruby-method-source > + (package > + (name "ruby-method-source") > + (version "0.8.2") > + (source > + (origin > + (method url-fetch) > + (uri (rubygems-uri "method_source" version)) > + (sha256 > + (base32 > + "1g5i4w0dmlhzd18dijlqw5gk27bv6dj2kziqzrzb7mpgxgsd1sf2")))) > + (build-system ruby-build-system) > + (native-inputs > + `(("ruby-bacon" ,ruby-bacon) > + ("git" ,git))) > + (synopsis "Retrieve the sourcecode for Ruby methods") Replace =E2=80=9Csourcecode=E2=80=9D with =E2=80=9Csource code=E2=80=9D? > + (description "Method_source retrieves the source codefor Ruby meth= ods. > +Additionally, it can extract source code from Proc and Lambda objects = or just > +extract comments.") =E2=80=9Ccodefor=E2=80=9D =E2=80=94> =E2=80=9Ccode for=E2=80=9D > + (home-page "http://banisterfiend.wordpress.com") This seems to be just a blog, not a project page. Is there a better page to use for the =E2=80=98home-page=E2=80=99 field? ~~ Ricardo