gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-scheme] 314/324: guix: Don't include a copy of guile-quickcheck.


From: gnunet
Subject: [gnunet-scheme] 314/324: guix: Don't include a copy of guile-quickcheck.
Date: Tue, 21 Sep 2021 13:25:54 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit b3b351b94206d9afc3bcb669175c9587de0c53f2
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Sep 16 19:40:08 2021 +0200

    guix: Don't include a copy of guile-quickcheck.
    
    It is included guix now.
    
    * guix.scm (guile-quickcheck): Remove.
---
 guix.scm | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/guix.scm b/guix.scm
index a614481..4aae21b 100644
--- a/guix.scm
+++ b/guix.scm
@@ -1,7 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
-;;; Copyright © 2021 Timothy Sample <samplet@ngyro.com>
-;;;   ^ definition of guile-quickcheck
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -34,33 +32,6 @@
             (guix build-system gnu)
             ((guix licenses) #:prefix license:))
 
-(define-public guile-quickcheck
-  (package
-    (name "guile-quickcheck")
-    (version "0.1.0")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://files.ngyro.com/";
-                                  "guile-quickcheck/guile-quickcheck-"
-                                  version ".tar.gz"))
-              (sha256
-               (base32
-                "03mwi1l3354x52nar0zwhcm0x29yai9xjln4p4gbchwvx5dsr6fb"))))
-    (build-system gnu-build-system)
-    (native-inputs
-     `(("pkg-config" ,pkg-config)
-       ("guile" ,guile-3.0)))
-    (inputs
-     `(("guile" ,guile-3.0)))
-    (home-page "https://ngyro.com/software/guile-quickcheck.html";)
-    (synopsis "Randomized property-based testing for Guile")
-    (description "This Guile library provides tools for randomized,
-property-based testing.  It follows closely the QuickCheck library
-written in Haskell.  You can use it to define a property (a predicate
-with specifications for its inputs) and test it by generating many
-random inputs and seeing if it holds.")
-    (license license:gpl3+)))
-
 (define guile-3.0/fixed
   (package
     (inherit guile-3.0-latest)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]