[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/16: gnu: Remove duplicate from (gnu packages gnupg).
From: |
Ricardo Wurmus |
Subject: |
07/16: gnu: Remove duplicate from (gnu packages gnupg). |
Date: |
Sat, 18 Nov 2017 05:18:54 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 9c2d0a0369f75bd01ed9834b45432014b441ca15
Author: Ricardo Wurmus <address@hidden>
Date: Sat Nov 18 09:19:53 2017 +0100
gnu: Remove duplicate from (gnu packages gnupg).
* gnu/packages/gnupg.scm (perl-gnupg-interface): Remove duplicate.
---
gnu/packages/gnupg.scm | 87 +++++++++++++++-----------------------------------
1 file changed, 25 insertions(+), 62 deletions(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 15fd785..7ac1498 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -548,37 +548,37 @@ and signature functionality from Python programs.")
(package
(name "perl-gnupg-interface")
(version "0.52")
- (source
- (origin
- (method url-fetch)
- (uri (string-append
- "mirror://cpan/authors/id/A/AL/ALEXMV/GnuPG-Interface-"
- version
- ".tar.gz"))
- (sha256
- (base32
- "0dgx8yhdsmhkazcrz14n4flrk1afv7azgl003hl4arxvi1d9yyi4"))))
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/A/AL/ALEXMV/"
+ "GnuPG-Interface-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0dgx8yhdsmhkazcrz14n4flrk1afv7azgl003hl4arxvi1d9yyi4"))))
(build-system perl-build-system)
(arguments
- '(;; Result: FAIL
- ;; Failed 10/20 test programs. 21/52 subtests failed.
- #:tests? #f))
- (native-inputs
- `(("perl-module-install" ,perl-module-install)
- ("which" ,which)))
+ `(#:phases
+ (modify-phases %standard-phases
+ ;; FIXME: This test fails for unknown reasons
+ (add-after 'unpack 'delete-broken-test
+ (lambda _
+ (delete-file "t/encrypt_symmetrically.t")
+ #t)))))
(inputs
- `(("gnupg" ,gnupg)))
+ `(("gnupg" ,gnupg-1)))
(propagated-inputs
`(("perl-moo" ,perl-moo)
- ("perl-moox-late" ,perl-moox-late)
- ("perl-moox-handlesvia" ,perl-moox-handlesvia)))
- (home-page "http://search.cpan.org/~alexmv/GnuPG-Interface/")
+ ("perl-moox-handlesvia" ,perl-moox-handlesvia)
+ ("perl-moox-late" ,perl-moox-late)))
+ (native-inputs
+ `(("which" ,which)
+ ("perl-module-install" ,perl-module-install)))
+ (home-page "http://search.cpan.org/dist/GnuPG-Interface/")
(synopsis "Perl interface to GnuPG")
- (description
- "@code{GnuPG::Interface} and its associated modules are designed to
-provide an object-oriented method for interacting with GnuPG, being able to
-perform functions such as but not limited to encrypting, signing, decryption,
-verification, and key-listing parsing.")
+ (description "@code{GnuPG::Interface} and its associated modules are
+designed to provide an object-oriented method for interacting with GnuPG,
+being able to perform functions such as but not limited to encrypting,
+signing, decryption, verification, and key-listing parsing.")
(license license:perl-license)))
(define-public pius
@@ -856,43 +856,6 @@ them to transform your existing public key into a secret
key.")
files, to verify signatures, and to manage the private and public keys.")
(license license:gpl3+)))
-(define-public perl-gnupg-interface
- (package
- (name "perl-gnupg-interface")
- (version "0.52")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://cpan/authors/id/A/AL/ALEXMV/"
- "GnuPG-Interface-" version ".tar.gz"))
- (sha256
- (base32
- "0dgx8yhdsmhkazcrz14n4flrk1afv7azgl003hl4arxvi1d9yyi4"))))
- (build-system perl-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- ;; FIXME: This test fails for unknown reasons
- (add-after 'unpack 'delete-broken-test
- (lambda _
- (delete-file "t/encrypt_symmetrically.t")
- #t)))))
- (inputs
- `(("gnupg" ,gnupg-1)))
- (propagated-inputs
- `(("perl-moo" ,perl-moo)
- ("perl-moox-handlesvia" ,perl-moox-handlesvia)
- ("perl-moox-late" ,perl-moox-late)))
- (native-inputs
- `(("which" ,which)
- ("perl-module-install" ,perl-module-install)))
- (home-page "http://search.cpan.org/dist/GnuPG-Interface/")
- (synopsis "Perl interface to GnuPG")
- (description "@code{GnuPG::Interface} and its associated modules are
-designed to provide an object-oriented method for interacting with GnuPG,
-being able to perform functions such as but not limited to encrypting,
-signing, decryption, verification, and key-listing parsing.")
- (license license:perl-license)))
-
(define-public parcimonie
(package
(name "parcimonie")
- branch master updated (b9f2370 -> 82af2c2), Ricardo Wurmus, 2017/11/18
- 02/16: gnu: r-org-hs-eg-db: Update to 3.5.0., Ricardo Wurmus, 2017/11/18
- 01/16: gnu: r-org-hs-eg-db: Remove duplicate package definition., Ricardo Wurmus, 2017/11/18
- 06/16: gnu: Remove duplicate from (gnu packages bioinformatics)., Ricardo Wurmus, 2017/11/18
- 03/16: gnu: r-org-hs-eg-db: Clarify description., Ricardo Wurmus, 2017/11/18
- 05/16: gnu: Remove duplicate from (gnu packages cran)., Ricardo Wurmus, 2017/11/18
- 12/16: gnu: r-org-ce-eg-db: Update to 3.5.0., Ricardo Wurmus, 2017/11/18
- 07/16: gnu: Remove duplicate from (gnu packages gnupg).,
Ricardo Wurmus <=
- 08/16: gnu: Remove duplicates from (gnu packages statistics)., Ricardo Wurmus, 2017/11/18
- 14/16: gnu: r-genomeinfodbdata: Update to 0.99.1., Ricardo Wurmus, 2017/11/18
- 09/16: gnu: r-genomationdata: Update to 1.10.0., Ricardo Wurmus, 2017/11/18
- 16/16: build-system: texlive: Only make a union of directories., Ricardo Wurmus, 2017/11/18
- 13/16: gnu: r-go-db: Update to 3.5.0., Ricardo Wurmus, 2017/11/18
- 10/16: gnu: r-org-mm-eg-db: Update to 3.5.0., Ricardo Wurmus, 2017/11/18
- 11/16: gnu: r-org-dm-eg-db: Update to 3.5.0., Ricardo Wurmus, 2017/11/18
- 15/16: gnu: Remove duplicates from (gnu packages tex)., Ricardo Wurmus, 2017/11/18
- 04/16: gnu: Remove duplicates from (gnu packages java)., Ricardo Wurmus, 2017/11/18