GNU bug report logs -
#63560
perl-test-cleannamespaces has ‘native-inputs’ and ‘propagated-inputs’ swapped
Previous Next
To reply to this bug, email your comments to 63560 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#63560
; Package
guix
.
(Wed, 17 May 2023 22:05:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Wed, 17 May 2023 22:05:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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’.
This bug report was last modified 1 year and 197 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.