all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ng0 <ng0@infotropique.org>
To: Marius Bakke <mbakke@fastmail.com>, 28253@debbugs.gnu.org
Subject: [bug#28253] perl-www-opensearch: provide Test-Simple module
Date: Mon, 28 Aug 2017 21:24:19 +0000	[thread overview]
Message-ID: <20170828212419.67jazbi5fzouyki3@abyayala> (raw)
In-Reply-To: <20170828205938.p4dlnm7qp6rdmrdu@abyayala>


[-- Attachment #1.1: Type: text/plain, Size: 501 bytes --]

Updated patch with a small comment grammar fix.

Purpose of this patch: to add a dependency which was
previously unknown and had to be figured out by the
person who would try to fix the tests. So to go from
"nothing, uh what do we need here?" to
"hey, we have the test dependency" is an improvement
and not just a "work in progress" one-liner.
-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://n0is.noblogs.org/my-keys
https://www.infotropique.org https://krosos.org

[-- Attachment #1.2: 0001-gnu-perl-www-opensearch-Provide-Test-Simple.patch --]
[-- Type: text/plain, Size: 1716 bytes --]

From 15fae8813f1620aede9205f15537e786fa2ef455 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@infotropique.org>
Date: Sun, 27 Aug 2017 18:18:24 +0000
Subject: [PATCH] gnu: perl-www-opensearch: Provide Test-Simple.

* gnu/packages/web.scm (perl-www-opensearch)[native-inputs]: Add 'perl-test-simple'.
---
 gnu/packages/web.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 13a46a550..06622aef5 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -13,7 +13,7 @@
 ;;; Copyright © 2016 Rene Saavedra <rennes@openmailbox.org>
 ;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
 ;;; Copyright © 2016 Clément Lassieur <clement@lassieur.org>
-;;; Copyright © 2016, 2017 ng0 <ng0@no-reply.pragmatique.xyz>
+;;; Copyright © 2016, 2017 ng0 <ng0@infotropique.org>
 ;;; Copyright © 2016, 2017 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2016 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2016 Bake Timmons <b3timmons@speedymail.org>
@@ -3381,9 +3381,10 @@ web browsing, used for automating interaction with websites.")
                 "1yxplx1q1qk2fvnzqrbk01lz26fy1lyhay51a3ky7q3jgh9p01rb"))))
     (build-system perl-build-system)
     (arguments
-     `(#:tests? #f)) ; Tests require further modules to be packaged
+     `(#:tests? #f)) ;FIXME: A large number of tests are failing.
     (native-inputs
-     `(("perl-module-install" ,perl-module-install)))
+     `(("perl-module-install" ,perl-module-install)
+       ("perl-test-simple" ,perl-test-simple)))
     (inputs
      `(("perl-data-page" ,perl-data-page)
        ("perl-libwww" ,perl-libwww)
-- 
2.14.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2017-08-28 21:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-27 18:28 [bug#28253] perl-www-opensearch: provide Test-Simple module ng0
2017-08-28 20:28 ` bug#28253: " Marius Bakke
2017-08-28 20:59   ` [bug#28253] " ng0
2017-08-28 21:24     ` ng0 [this message]
2017-09-02 10:45       ` bug#28253: " Marius Bakke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170828212419.67jazbi5fzouyki3@abyayala \
    --to=ng0@infotropique.org \
    --cc=28253@debbugs.gnu.org \
    --cc=mbakke@fastmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.