unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andrew Tropin <andrew@trop.in>
To: conses <contact@conses.eu>, 62166@debbugs.gnu.org
Cc: contact@conses.eu
Subject: [bug#62166] [PATCH 1/2] gnu: Add python-clickgen.
Date: Wed, 22 Mar 2023 11:50:52 +0400	[thread overview]
Message-ID: <87pm91usv7.fsf@trop.in> (raw)
In-Reply-To: <c5b992ab9ebcab464b5f30544c7fb782d94c562f.1678732846.git.contact@conses.eu>

[-- Attachment #1: Type: text/plain, Size: 1764 bytes --]

On 2023-03-13 19:41, conses wrote:

> * gnu/packages/python-xyz.scm (python-clickgen): New variable.
> ---
>  gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
>
> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
> index 83f3ec02ea..10c2ca3019 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm
> @@ -3802,6 +3802,28 @@ (define-public python-click-7
>          (base32 "06kbzd6sjfkqan3miwj9wqyddfxc2b6hi7p5s4dvqjb3gif2bdfj"))))
>      (arguments `())))
>  
> +(define-public python-clickgen
> +  (package
> +    (name "python-clickgen")
> +    (version "2.1.3")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (pypi-uri "clickgen" version))
> +              (sha256
> +               (base32
> +                "010j9zz0gd2za5l4hibicypnfw721x0gxp3rr0329bc97vw5maha"))))
> +    (build-system python-build-system)
> +    (propagated-inputs
> +     (list python-pillow python-toml python-numpy-next python-attrs))
> +    (inputs (list libx11 libpng libxcursor))
> +    (native-inputs (list python-setuptools python-wheel))

Removed python-setuptools from inputs.

> +    (home-page "https://github.com/ful1e5/clickgen")
> +    (synopsis "The hassle-free cursor building toolbox")
> +    (description
> +     "clickgen is an API for building X11 and Windows cursors from .png files.

Capitalized the description.

> +clickgen is using @code{anicursorgen} and @code{xcursorgen} under the hood.")
> +    (license license:expat)))
> +
>  (define-public python-cligj
>    (package
>      (name "python-cligj")
> -- 
> 2.39.1

Thank you for the patch, applied.

-- 
Best regards,
Andrew Tropin

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

      parent reply	other threads:[~2023-03-22  7:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-13 18:41 [bug#62166] [PATCH 1/2] gnu: Add python-clickgen conses
2023-03-13 18:43 ` [bug#62166] [PATCH 2/2] gnu: Add bibata-cursor-theme conses
2023-03-22  9:11   ` Andrew Tropin
2023-03-22  7:50 ` Andrew Tropin [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=87pm91usv7.fsf@trop.in \
    --to=andrew@trop.in \
    --cc=62166@debbugs.gnu.org \
    --cc=contact@conses.eu \
    /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).