unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: 宋文武 <iyzsong@outlook.com>
To: Raghav Gururajan <rg@raghavgururajan.name>
Cc: 46503-done@debbugs.gnu.org
Subject: bug#46503: gnu: gandi.cli: Update to 1.6.
Date: Tue, 16 Feb 2021 17:17:45 +0800	[thread overview]
Message-ID: <OSZP286MB0664CE4F713F081705FD806AA3879@OSZP286MB0664.JPNP286.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <8f58f8e1-0cd6-0c0d-e2db-f84a7ae40016@raghavgururajan.name> (Raghav Gururajan's message of "Sun, 14 Feb 2021 00:50:49 -0500")

Hello!

Raghav Gururajan <rg@raghavgururajan.name> writes:

> [...]
> diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
> index 5e0022ac76..cc66434045 100644
> --- a/gnu/packages/networking.scm
> +++ b/gnu/packages/networking.scm
> @@ -1454,13 +1454,13 @@ round-robin fashion.")
>  (define-public gandi.cli
>    (package
>      (name "gandi.cli")
> -    (version "1.5")
> +    (version "1.6")
>      (source
>       (origin
>         (method url-fetch)
>         (uri (pypi-uri name version))
>         (sha256
> -        (base32 "110wc9zgxsrvw4yzp21p0ian5lcf7vhcpxhnmsc4fg9pzl2bwxd5"))))
> +        (base32 "1h36jahbp7273wn3yd747kbiwjc0bm3sja67bcxdsd54ln0vyndg"))))
>      (build-system python-build-system)
>      (arguments
>       `(#:phases
> @@ -1484,10 +1484,14 @@ round-robin fashion.")
>                 #t))))))
>      (native-inputs
>       `(("python-docutils" ,python-docutils)   ; for rst2man.py
> +       ("python-mock" ,python-mock)

As see in setup.py, python-mock is not needed here, since this package
use 'unittest.mock' with Python 3.

> +       ("python-pytest" ,python-pytest)
>         ("python-pytest-cov" ,python-pytest-cov)
> +       ("python-setuptools" ,python-setuptools)

python-setuptools is not needed too, since our python package have it
builtin.
>         ("python-tox" ,python-tox)))
>      (inputs
> -     `(("openssl" ,openssl)
> +     `(("openssh" ,openssh)

openssh need to be a 'propagated-input', or better we cloud patch
'gandi/cli/modules/iass.py' to execute commands with absolute paths.
> +       ("openssl" ,openssl)
>         ("python-click" ,python-click)
>         ("python-ipy" ,python-ipy)
>         ("python-pyyaml" ,python-pyyaml)

I made above said changes and pushed, thank you!




      reply	other threads:[~2021-02-16  9:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-14  5:50 [bug#46503] gnu: gandi.cli: Update to 1.6 Raghav Gururajan
2021-02-16  9:17 ` 宋文武 [this message]

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=OSZP286MB0664CE4F713F081705FD806AA3879@OSZP286MB0664.JPNP286.PROD.OUTLOOK.COM \
    --to=iyzsong@outlook.com \
    --cc=46503-done@debbugs.gnu.org \
    --cc=rg@raghavgururajan.name \
    /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).