[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/23: import: cpan: Remove unused exports.
From: |
guix-commits |
Subject: |
08/23: import: cpan: Remove unused exports. |
Date: |
Mon, 4 Jul 2022 09:49:23 -0400 (EDT) |
htgoebel pushed a commit to branch wip-import-version
in repository guix.
commit 8749dd8dc337996d34aa53e1a1e0297b34fe813e
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Jun 24 21:27:40 2022 +0200
import: cpan: Remove unused exports.
* guix/import/cpan.scm(#:export): Remove unused exports.
---
guix/import/cpan.scm | 21 +--------------------
1 file changed, 1 insertion(+), 20 deletions(-)
diff --git a/guix/import/cpan.scm b/guix/import/cpan.scm
index 87abe9c2f1..655c5a80fd 100644
--- a/guix/import/cpan.scm
+++ b/guix/import/cpan.scm
@@ -39,26 +39,7 @@
#:use-module (guix packages)
#:use-module (guix upstream)
#:use-module (guix derivations)
- #:export (cpan-dependency?
- cpan-dependency-relationship
- cpan-dependency-phase
- cpan-dependency-module
- cpan-dependency-version
-
- cpan-release?
- cpan-release-license
- cpan-release-author
- cpan-release-version
- cpan-release-module
- cpan-release-distribution
- cpan-release-download-url
- cpan-release-abstract
- cpan-release-home-page
- cpan-release-dependencies
- json->cpan-release
-
- cpan-fetch
- cpan->guix-package
+ #:export (cpan->guix-package
metacpan-url->mirror-url
%cpan-updater
- branch wip-import-version created (now 926f9b0809), guix-commits, 2022/07/04
- 03/23: gnu: Add chicken-srfi-37., guix-commits, 2022/07/04
- 08/23: import: cpan: Remove unused exports.,
guix-commits <=
- 02/23: gnu: Add chicken-srfi-13., guix-commits, 2022/07/04
- 04/23: gnu: Add chicken-args., guix-commits, 2022/07/04
- 01/23: gnu: Add chicken-crypto-tools., guix-commits, 2022/07/04
- 05/23: import: egg: Fix updater., guix-commits, 2022/07/04
- 06/23: import: github: Fix updater., guix-commits, 2022/07/04
- 07/23: import: git: Restrict to non-github origins., guix-commits, 2022/07/04
- 09/23: updaters: issue error-message if version is given:, guix-commits, 2022/07/04
- 11/23: sourceforge: not supported, too complicate to implement., guix-commits, 2022/07/04
- 10/23: cran/bioconductor, guix-commits, 2022/07/04
- 12/23: gnu-maintenance (kernel.org, ftp, html, savannah, xorg, gnu), guix-commits, 2022/07/04