GNU bug report logs -
#75859
[PATCH 0/4] breezy: Update to 3.3.9.
Previous Next
Reported by: Dariqq <dariqq <at> posteo.net>
Date: Sun, 26 Jan 2025 12:25:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/python-xyz.scm (python-setuptools-gettext): New variable.
Change-Id: If1c09c70db4c9a19106551df5a6629935ff704ff
---
gnu/packages/python-xyz.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ce270846e8..ada1c78ce4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27617,6 +27617,25 @@ (define-public python-setuptools-rust
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")
--
2.47.1
This bug report was last modified 82 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.