emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55308: closed ([PATCH 0/2] Packaging kivymd)


From: GNU bug Tracking System
Subject: bug#55308: closed ([PATCH 0/2] Packaging kivymd)
Date: Fri, 20 May 2022 18:14:01 +0000

Your message dated Fri, 20 May 2022 20:13:20 +0200
with message-id <87h75kxebj.fsf_-_@gnu.org>
and subject line Re: bug#55308: [PATCH 0/2] Packaging kivymd
has caused the debbugs.gnu.org bug report #55308,
regarding [PATCH 0/2] Packaging kivymd
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
55308: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55308
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/2] Packaging kivymd Date: Sun, 08 May 2022 01:38:56 +0000
The kivymd package requires a major version bump of our python-kivy package, so 
I had to tweak a few things around. Hopefully that should not be disruptive; 
kivy doesn't have many dependencies in Guix. I tested that this kivy+kivymd 
work in practice, even though neither of their tests run in Guix due to heavy 
requirements.

Ryan Prior (2):
  gnu: python-kivy: Update to 2.1.0.
  gnu: Add python-kivymd.

 gnu/packages/python-xyz.scm | 34 +++++++++++++++++++++++++++++++---
 1 file changed, 31 insertions(+), 3 deletions(-)

--
2.36.0





--- End Message ---
--- Begin Message --- Subject: Re: bug#55308: [PATCH 0/2] Packaging kivymd Date: Fri, 20 May 2022 20:13:20 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Ryan Prior <rprior@protonmail.com> skribis:

> * gnu/packages/python-xyz.scm (python-kivymd): New symbol.

Applied both patches, with the changes below on this one (suggested by
‘guix lint’).

Thanks!

Ludo’.

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 19daf8cd05..b8fd857fd6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18682,17 +18682,18 @@ (define-public python-kivymd
         (base32 "04lwy6j0agrdwa4a6dl6qs97nx9ysmscmm8psvdzjpyj8aa1zg4p"))))
     (build-system python-build-system)
     (arguments
-     `(#:tests? #f
+     `(#:tests? #f                                ;tests require network
        #:phases
        (modify-phases %standard-phases
          (add-before 'sanity-check 'set-home
            (lambda _
              ;; 'kivy/__init__.py' wants to create $HOME/.kivy.
-             (setenv "HOME" (getcwd)))))))            ; Tests require network
+             (setenv "HOME" (getcwd)))))))
+    (native-inputs (list python-docutils))
     (propagated-inputs
-     (list python-kivy python-pillow python-pygments python-docutils 
python-kivy-garden))
+     (list python-kivy python-pillow python-pygments python-kivy-garden))
     (home-page "https://github.com/kivymd/KivyMD";)
-    (synopsis "A collection of Material Design compliant widgets for use with 
Kivy")
+    (synopsis "Material Design compliant widgets for use with Kivy")
     (description
      "This package provides Kivy widgets that approximate Google's Material
 Design spec without sacrificing ease of use or application performance.")

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]