unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#50949] [PATCH 1/5] gnu: Add python-pbr-5.
@ 2021-10-01 19:22 phodina via Guix-patches via
  2021-10-01 19:25 ` [bug#50949] [PATCH 2/5] gnu: Add python-sphinxcontrib-apidoc phodina via Guix-patches via
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: phodina via Guix-patches via @ 2021-10-01 19:22 UTC (permalink / raw)
  To: 50949

* gnu/packages/python-xyz.scm (python-pbr-5): New variable.

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 16f778dd76..f91d2f158f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3142,6 +3142,18 @@ versions, process requirements files and generate AUTHORS and ChangeLog file
 from git information.
 ")))

+(define-public python-pbr-5
+  (package
+    (inherit python-pbr)
+    (name "python-pbr-5")
+    (version "5.6.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "pbr" version))
+        (sha256
+          (base32
+            "1p8hhyrvbax131w7sjpjgpyk8z4w4w009702n4jncybvg7kh7ps2"))))))
 (define-public python-pyrsistent
   (package
     (name "python-pyrsistent")
--
2.32.0




^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-01-12 23:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-01 19:22 [bug#50949] [PATCH 1/5] gnu: Add python-pbr-5 phodina via Guix-patches via
2021-10-01 19:25 ` [bug#50949] [PATCH 2/5] gnu: Add python-sphinxcontrib-apidoc phodina via Guix-patches via
2021-10-01 19:25 ` [bug#50949] [PATCH 3/5] gnu: Add python-sphinx-click phodina via Guix-patches via
2021-10-01 19:26 ` [bug#50949] [PATCH 4/5] gnu: Add python-android-backup phodina via Guix-patches via
2021-10-01 19:26 ` [bug#50949] [PATCH 5/5] gnu: Add python-miio phodina via Guix-patches via
2022-01-12 23:04 ` [bug#50949] [PATCH 1/5] gnu: Add python-pbr-5 Nicolas Goaziou

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).