all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57783] [PATCH] python-mygnuhealth: New package
@ 2022-09-13 21:44 Jacob Hrbek
  2022-09-13 21:45 ` [bug#57784] " Jacob Hrbek
       [not found] ` <handler.57783.B.166310551114311.ack@debbugs.gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Jacob Hrbek @ 2022-09-13 21:44 UTC (permalink / raw)
  To: 57783


[-- Attachment #1.1: Type: text/plain, Size: 146 bytes --]

Builds and seems to have it's dependencies satisfied for the runtime,
but doesn't show the UI which seems to be dependent on user
configuration



[-- Attachment #1.2: publickey - kreyren@rixotstudio.cz - 1677db82.asc --]
[-- Type: application/pgp-keys, Size: 713 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

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

* [bug#57784] [PATCH] python-mygnuhealth: New package
  2022-09-13 21:44 [bug#57783] [PATCH] python-mygnuhealth: New package Jacob Hrbek
@ 2022-09-13 21:45 ` Jacob Hrbek
  2023-03-21 12:16   ` bug#57784: " Maxim Cournoyer
       [not found] ` <handler.57783.B.166310551114311.ack@debbugs.gnu.org>
  1 sibling, 1 reply; 4+ messages in thread
From: Jacob Hrbek @ 2022-09-13 21:45 UTC (permalink / raw)
  To: 57784; +Cc: Jacob Hrbek


[-- Attachment #1.1: Type: text/plain, Size: 2854 bytes --]

---
 gnu/packages/mygnuhealth.scm | 61 ++++++++++++++++++++++++++++++++++++
 1 file changed, 61 insertions(+)
 create mode 100644 gnu/packages/mygnuhealth.scm

diff --git a/gnu/packages/mygnuhealth.scm b/gnu/packages/mygnuhealth.scm
new file mode 100644
index 0000000000..9d30419d8a
--- /dev/null
+++ b/gnu/packages/mygnuhealth.scm
@@ -0,0 +1,61 @@
+;;; GNU Guix --- Functional package management for GNU
+;;; Copyright © 2022 Jacob Hrbek <kreyren@fsfe.org>
+;;;
+;;; This file is part of GNU Guix.
+;;;
+;;; GNU Guix is free software; you can redistribute it and/or modify it
+;;; under the terms of the GNU General Public License as published by
+;;; the Free Software Foundation; either version 3 of the License, or (at
+;;; your option) any later version.
+;;;
+;;; GNU Guix is distributed in the hope that it will be useful, but
+;;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;;; GNU General Public License for more details.
+;;;
+;;; You should have received a copy of the GNU General Public License
+;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
+
+(define-module (gnu packages mygnuhealth)
+  #:use-module (gnu packages python-crypto)
+  #:use-module (gnu packages python-xyz)
+  #:use-module (gnu packages python-web)
+  #:use-module (gnu packages databases)
+  #:use-module (gnu packages qt)
+  #:use-module (gnu packages kde-frameworks)
+  #:use-module (guix packages)
+  #:use-module (guix download)
+  #:use-module (guix build-system python)
+  #:use-module (guix utils)
+  #:use-module ((guix licenses) #:prefix license:))
+
+;;; Commentary:
+;;;
+;;; File defining recipe for building mygnuhealth on GNU Guix
+;;;
+;;; Code:
+
+(define-public python-mygnuhealth
+  (package
+    (name "python-mygnuhealth")
+    (version "1.0.5")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "MyGNUHealth" version))
+              (sha256
+               (base32
+                "1jcrriccqzb4jx7zayhiqmpvi3cvfy3bbf9zr3m83878f94yww8j"))))
+    (build-system python-build-system)
+    (native-inputs
+     (list python-bcrypt python-matplotlib python-requests python-tinydb))
+    (propagated-inputs
+     (list python-pyside-2 kirigami qtbase-5 qtquickcontrols2-5))
+    ;; FIXME-TEST(Krey): Tests are broken, don't know how to fix them
+    (arguments
+     `(#:tests? #f))
+    (home-page "https://www.gnuhealth.org")
+    (synopsis "The GNU Health Personal Health Record")
+    (description "Personal health tracker written in python that integrates with the GNU Health Federation. It's user interface is using Kirigami and QtQuick with tinydb database")
+    (license license:gpl3)))
+
+;;; gnuhealth.scm ends here
-- 
2.37.1


[-- Attachment #1.2: publickey - kreyren@rixotstudio.cz - 1677db82.asc --]
[-- Type: application/pgp-keys, Size: 713 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

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

* bug#57783: Acknowledgement ([PATCH] python-mygnuhealth: New package)
       [not found] ` <handler.57783.B.166310551114311.ack@debbugs.gnu.org>
@ 2022-09-13 21:59   ` Jacob Hrbek
  0 siblings, 0 replies; 4+ messages in thread
From: Jacob Hrbek @ 2022-09-13 21:59 UTC (permalink / raw)
  To: 57783-close@debbugs.gnu.org


[-- Attachment #1.1: Type: text/plain, Size: 996 bytes --]

Closing duplicate



-- Jacob "Kreyren" Hrbek

Sent with Proton Mail secure email.

------- Original Message -------
On Tuesday, September 13th, 2022 at 11:46 PM, <help-debbugs@gnu.org> wrote:


> Thank you for filing a new bug report with debbugs.gnu.org.
> 

> This is an automatically generated reply to let you know your message
> has been received.
> 

> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
> 

> Your message has been sent to the package maintainer(s):
> guix-patches@gnu.org
> 

> If you wish to submit further information on this problem, please
> send it to 57783@debbugs.gnu.org.
> 

> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
> 

> --
> 57783: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57783
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems

[-- Attachment #1.2: publickey - kreyren@rixotstudio.cz - 0x1677DB82.asc --]
[-- Type: application/pgp-keys, Size: 661 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

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

* bug#57784: [PATCH] python-mygnuhealth: New package
  2022-09-13 21:45 ` [bug#57784] " Jacob Hrbek
@ 2023-03-21 12:16   ` Maxim Cournoyer
  0 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2023-03-21 12:16 UTC (permalink / raw)
  To: Jacob Hrbek; +Cc: 57784-done

Hello,

Jacob Hrbek <kreyren@rixotstudio.cz> writes:

> ---
>  gnu/packages/mygnuhealth.scm | 61 ++++++++++++++++++++++++++++++++++++
>  1 file changed, 61 insertions(+)
>  create mode 100644 gnu/packages/mygnuhealth.scm

I applied a different version with
ac6e5d5b8006ddd455a40d32e59f877c75f4ca21.

-- 
Thanks,
Maxim




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

end of thread, other threads:[~2023-03-21 12:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-13 21:44 [bug#57783] [PATCH] python-mygnuhealth: New package Jacob Hrbek
2022-09-13 21:45 ` [bug#57784] " Jacob Hrbek
2023-03-21 12:16   ` bug#57784: " Maxim Cournoyer
     [not found] ` <handler.57783.B.166310551114311.ack@debbugs.gnu.org>
2022-09-13 21:59   ` bug#57783: Acknowledgement ([PATCH] python-mygnuhealth: New package) Jacob Hrbek

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.