GNU bug report logs -
#62166
[PATCH 1/2] gnu: Add python-clickgen.
Previous Next
Reported by: conses <contact <at> conses.eu>
Date: Mon, 13 Mar 2023 18:42:02 UTC
Severity: normal
Tags: patch
Done: Andrew Tropin <andrew <at> trop.in>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
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
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 years and 65 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.