From: ng0 <ng0@we.make.ritual.n0.is>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: Add irctest.
Date: Tue, 18 Oct 2016 13:42:24 +0000 [thread overview]
Message-ID: <20161018134224.24053-2-ng0@we.make.ritual.n0.is> (raw)
In-Reply-To: <20161018134224.24053-1-ng0@we.make.ritual.n0.is>
* gnu/packages/irc.scm (irctest): New variable.
---
gnu/packages/irc.scm | 37 ++++++++++++++++++++++++++++++++++++-
1 file changed, 36 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index db398de..fd5be13 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2014 Kevin Lemonnier <lemonnierk@ulrar.net>
;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2016 ng0 <ngillmann@runbox.com>
+;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -23,6 +23,7 @@
(define-module (gnu packages irc)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix download)
+ #:use-module (guix git-download)
#:use-module (guix packages)
#:use-module (guix build-system cmake)
#:use-module (guix build-system gnu)
@@ -329,3 +330,37 @@ and extensible with plugins and scripts.")
embedded web server, translations (fr, fi, it, hu, de), and many
other enhancements and bug fixes.")
(license license:bsd-3)))
+
+;; No release tarball so far
+(define-public irctest
+ (let ((commit "548ddb57b08584004a07d8e07f409341e7f4c321")
+ (revision "1"))
+ (package
+ (name "irctest")
+ (version (string-append "0.1-" revision "." (string-take commit 7)))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ProgVal/irctest")
+ (commit commit)))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32
+ "1g3xmdiwcb5pjhll2gp7bcbnxc8h0g3hmis3xnvbcvbkrqm75r4w"))))
+ (build-system python-build-system)
+ (inputs
+ `(("python-ecdsa" ,python-ecdsa)
+ ("python-psutil" ,python-psutil)
+ ("limnoria" ,limnoria)))
+ (arguments
+ `(#:tests? #f)) ; No tests
+ (home-page "https://github.com/ProgVal/irctest")
+ (synopsis "IRC (1459/2812/v3.1/v3.2) software conformance testing tool")
+ (description
+ "Irctest aims at testing interoperability of software using the
+IRC protocol, by running them against test suites and making different
+software communicate with each other. It contains IRC protocol test
+cases and small wrappers around existing software to run tests on them.
+Wrappers run software in temporary directories.")
+ (license license:expat))))
--
2.10.1
next prev parent reply other threads:[~2016-10-18 13:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-18 13:42 [PATCH] Add: irctest ng0
2016-10-18 13:42 ` ng0 [this message]
2016-10-19 20:18 ` [PATCH] gnu: Add irctest Leo Famulari
2016-10-19 20:48 ` ng0
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=20161018134224.24053-2-ng0@we.make.ritual.n0.is \
--to=ng0@we.make.ritual.n0.is \
--cc=guix-devel@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).