From patchwork Thu Feb 28 17:44:31 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre Neidhardt X-Patchwork-Id: 1259 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 5D53116CCC; Thu, 28 Feb 2019 17:45:22 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id F0BB816CCB for ; Thu, 28 Feb 2019 17:45:21 +0000 (GMT) Received: from localhost ([127.0.0.1]:43849 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzPkH-0003xn-JE for patchwork@mira.cbaines.net; Thu, 28 Feb 2019 12:45:21 -0500 Received: from eggs.gnu.org ([209.51.188.92]:38386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzPk3-0003h9-Bd for guix-patches@gnu.org; Thu, 28 Feb 2019 12:45:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gzPk0-0000qh-EN for guix-patches@gnu.org; Thu, 28 Feb 2019 12:45:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:41931) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gzPk0-0000qR-AN for guix-patches@gnu.org; Thu, 28 Feb 2019 12:45:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gzPk0-0001mT-2C for guix-patches@gnu.org; Thu, 28 Feb 2019 12:45:04 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#34650] [PATCH 3/7] gnu: Add ruby-mustermann. Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 28 Feb 2019 17:45:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34650 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 34650@debbugs.gnu.org Received: via spool by 34650-submit@debbugs.gnu.org id=B34650.15513758826759 (code B ref 34650); Thu, 28 Feb 2019 17:45:04 +0000 Received: (at 34650) by debbugs.gnu.org; 28 Feb 2019 17:44:42 +0000 Received: from localhost ([127.0.0.1]:55467 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gzPje-0001kr-36 for submit@debbugs.gnu.org; Thu, 28 Feb 2019 12:44:42 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:44187) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gzPja-0001jh-OW for 34650@debbugs.gnu.org; Thu, 28 Feb 2019 12:44:40 -0500 Received: from localhost.localdomain (lfbn-1-12225-33.w90-92.abo.wanadoo.fr [90.92.41.33]) (Authenticated sender: mail@ambrevar.xyz) by relay11.mail.gandi.net (Postfix) with ESMTPSA id B17CB10000C for <34650@debbugs.gnu.org>; Thu, 28 Feb 2019 17:44:36 +0000 (UTC) From: Pierre Neidhardt Date: Thu, 28 Feb 2019 18:44:31 +0100 Message-Id: <20190228174435.14499-3-mail@ambrevar.xyz> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190228174435.14499-1-mail@ambrevar.xyz> References: <87ftsa24ts.fsf@ambrevar.xyz> <20190228174435.14499-1-mail@ambrevar.xyz> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/ruby.scm (ruby-mustermann): 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 f6b6a19d5..1c10a16c2 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -7708,3 +7708,25 @@ systems that support multiple template engines but don't want to code for each of them individually.") (home-page "https://github.com/rtomayko/tilt/") (license license:expat))) + +(define-public ruby-mustermann + (package + (name "ruby-mustermann") + (version "1.0.3") + (source + (origin + (method url-fetch) + (uri (rubygems-uri "mustermann" version)) + (sha256 + (base32 + "0lycgkmnyy0bf29nnd2zql5a6pcf8sp69g9v4xw0gcfcxgpwp7i1")))) + (build-system ruby-build-system) + (arguments + ;; TODO: Fix tests. + `(#:tests? #f)) + (synopsis "Library implementing patterns that behave like regular expressions") + (description "Given a string pattern, Mustermann will turn it into an +object that behaves like a regular expression and has comparable performance +characteristics.") + (home-page "https://github.com/sinatra/mustermann") + (license license:expat)))