unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Kei Kebreau <kkebreau@posteo.net>
To: 31854@debbugs.gnu.org
Cc: Kei Kebreau <kkebreau@posteo.net>
Subject: [bug#31854] [PATCH 4/8] gnu: Add perl-test-distmanifest.
Date: Fri, 15 Jun 2018 22:26:50 -0400	[thread overview]
Message-ID: <20180616022654.686-3-kkebreau@posteo.net> (raw)
In-Reply-To: <20180616022654.686-1-kkebreau@posteo.net>

* gnu/packages/perl-check.scm (perl-test-distmanifest): New variable.
---
 gnu/packages/perl-check.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index a1be996e0..c70357de5 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -13,6 +13,7 @@
 ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com>
 ;;; Copyright © 2018 Pierre Neidhardt <ambrevar@gmail.com>
+;;; Copyright © 2018 Kei Kebreau <kkebreau@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -364,6 +365,30 @@ modified or tested with this API, making it simple to test both individual
 files, as well as to verify that there are no missing or unknown files.")
     (license perl-license)))
 
+(define-public perl-test-distmanifest
+  (package
+    (name "perl-test-distmanifest")
+    (version "1.014")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "mirror://cpan/authors/id/E/ET/ETHER/Test-DistManifest-"
+             version ".tar.gz"))
+       (sha256
+        (base32 "1ifpff5simjslabwy7ac6kdylv4c0b5b39fgpwf9ha16yh6w49ix"))))
+    (build-system perl-build-system)
+    (native-inputs
+     `(("perl-module-build" ,perl-module-build)))
+    (propagated-inputs
+     `(("perl-module-manifest" ,perl-module-manifest)))
+    (home-page "https://github.com/jawnsy/Test-DistManifest")
+    (synopsis "Author test that validates a package MANIFEST")
+    (description
+     "@code{Test::DistManifest} provides a simple method of testing that a
+MANIFEST file matches its distribution.")
+    (license perl-license)))
+
 (define-public perl-test-eol
   (package
     (name "perl-test-eol")
-- 
2.17.1

  parent reply	other threads:[~2018-06-16  2:28 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-16  2:24 [bug#31854] [PATCH 1/8] gnu: Add perl-x11-protocol-other Kei Kebreau
2018-06-16  2:26 ` [bug#31854] [PATCH 2/8] gnu: Add perl-cpan-changes Kei Kebreau
2018-06-16  2:26   ` [bug#31854] [PATCH 3/8] gnu: Add perl-module-manifest Kei Kebreau
2018-06-16  2:26   ` Kei Kebreau [this message]
2018-06-16  2:26   ` [bug#31854] [PATCH 5/8] gnu: Add perl-file-finder Kei Kebreau
2018-06-16  2:26   ` [bug#31854] [PATCH 6/8] gnu: Add perl-test-perltidy Kei Kebreau
2018-06-16  2:26   ` [bug#31854] [PATCH 7/8] gnu: perltidy: Update to 20180220 Kei Kebreau
2018-06-16  2:26   ` [bug#31854] [PATCH 8/8] gnu: clusterssh: Update to 4.13.2 Kei Kebreau
2018-06-16 22:13 ` [bug#31854] [PATCH 1/8] gnu: Add perl-x11-protocol-other Ludovic Courtès
2018-06-17  0:54   ` bug#31854: " Kei Kebreau

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20180616022654.686-3-kkebreau@posteo.net \
    --to=kkebreau@posteo.net \
    --cc=31854@debbugs.gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).