mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-setuptools-gettext.
* gnu/packages/python-xyz.scm (python-setuptools-gettext): New variable. Change-Id: If1c09c70db4c9a19106551df5a6629935ff704ff Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
3dfaa32ed0
commit
ab65d8bc09
1 changed files with 19 additions and 0 deletions
|
@ -27931,6 +27931,25 @@ Git.")
|
|||
Rust Python extensions implemented with @code{PyO3} or @code{rust-cpython}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-setuptools-gettext
|
||||
(package
|
||||
(name "python-setuptools-gettext")
|
||||
(version "0.1.14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "setuptools_gettext" version))
|
||||
(sha256
|
||||
(base32 "0b0d74cwa9lk32cajzpxxg9nwm5hch17xc6bzg6i4iqsygprkw23"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-tomli
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://github.com/breezy-team/setuptools-gettext")
|
||||
(synopsis "Setuptools plugin for gettext")
|
||||
(description "This package provides a plugin for Setuptools for gettext.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public python-pyclipper
|
||||
(package
|
||||
(name "python-pyclipper")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue