* bug#63560: perl-test-cleannamespaces has ‘native-inputs’ and ‘propagated-inputs’ swapped
@ 2023-05-17 22:04 Ludovic Courtès
0 siblings, 0 replies; only message in thread
From: Ludovic Courtès @ 2023-05-17 22:04 UTC (permalink / raw)
To: 63560
Hi!
As of commit c5fa9dd0e96493307cc76ea098a6bca9b076e012, the
‘perl-test-cleannamespaces’ package appears to have ‘native-inputs’ and
‘propagated-inputs’ swapped compared to what the importer generates:
--8<---------------cut here---------------start------------->8---
(native-inputs
(list perl-file-pushd perl-test-requires perl-test-deep
perl-test-warnings perl-test-needs))
(propagated-inputs
(list perl-namespace-clean
perl-package-stash
perl-sub-identify
perl-sub-exporter
perl-file-find-rule
perl-file-find-rule-perl))
--8<---------------cut here---------------end--------------->8---
versus:
--8<---------------cut here---------------start------------->8---
$ guix import cpan Test-CleanNamespaces
Starting download of /tmp/guix-file.tMYSLi
From http://www.cpan.org/authors/id/E/ET/ETHER/Test-CleanNamespaces-0.24.tar.gz...
…aces-0.24.tar.gz 36KiB 41.8MiB/s 00:00 ▕██████████████████▏ 100.0%
(package
(name "perl-test-cleannamespaces")
(version "0.24")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/E/ET/ETHER/Test-CleanNamespaces-"
version ".tar.gz"))
(sha256
(base32
"0yijspncqgmbkkxrh66xx1pliajar05yqhzq6m4nb6p8x1lmb39k"))))
(build-system perl-build-system)
(native-inputs `(("perl-file-pushd" ,perl-file-pushd)
("perl-moo" ,perl-moo)
("perl-moose" ,perl-moose)
("perl-moosex-role-parameterized" ,perl-moosex-role-parameterized)
("perl-mouse" ,perl-mouse)
("perl-namespace-clean" ,perl-namespace-clean)
("perl-role-tiny" ,perl-role-tiny)
("perl-sub-exporter" ,perl-sub-exporter)
("perl-test-deep" ,perl-test-deep)
("perl-test-needs" ,perl-test-needs)
("perl-test-warnings" ,perl-test-warnings)))
(propagated-inputs `(("perl-module-runtime" ,perl-module-runtime)
("perl-package-stash" ,perl-package-stash)
("perl-package-stash-xs" ,perl-package-stash-xs)
("perl-role-tiny" ,perl-role-tiny)
("perl-sub-identify" ,perl-sub-identify)))
(home-page "https://metacpan.org/release/Test-CleanNamespaces")
(synopsis "Check for uncleaned imports")
(description fill-in-yourself!)
(license perl-license))
--8<---------------cut here---------------end--------------->8---
Am I missing something?
Ludo’.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-05-17 22:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-17 22:04 bug#63560: perl-test-cleannamespaces has ‘native-inputs’ and ‘propagated-inputs’ swapped Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.