unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: 63560@debbugs.gnu.org
Subject: bug#63560: perl-test-cleannamespaces has ‘native-inputs’ and ‘propagated-inputs’ swapped
Date: Thu, 18 May 2023 00:04:05 +0200	[thread overview]
Message-ID: <87r0re4nu2.fsf@inria.fr> (raw)

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’.




                 reply	other threads:[~2023-05-17 22:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r0re4nu2.fsf@inria.fr \
    --to=ludo@gnu.org \
    --cc=63560@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).