GNU bug report logs - #58868
[PATCH 5/5] python-gaphor: New package

Previous Next

Package: guix-patches;

Reported by: Jacob Hrbek <kreyren <at> rixotstudio.cz>

Date: Sat, 29 Oct 2022 17:00:02 UTC

Severity: normal

Tags: patch

Done: jgart <jgart <at> dismail.de>

Bug is archived. No further changes may be made.

Full log


Message #20 received at 58868 <at> debbugs.gnu.org (full text, mbox):

From: Jacob Hrbek <kreyren <at> rixotstudio.cz>
To: 58868 <at> debbugs.gnu.org
Subject: Re: [PATCH 1/4] python-gaphas: New package
Date: Sat, 29 Oct 2022 17:10:36 +0000
The dependencies and the package itself builds, but it doesn't run and I don't know how to fix it..

CC mentors

-- Jacob "Kreyren" Hrbek

Sent with Proton Mail secure email.

------- Original Message -------
On Saturday, October 29th, 2022 at 7:08 PM, Jacob Hrbek <kreyren <at> rixotstudio.cz> wrote:


> ---
> gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++
> 1 file changed, 21 insertions(+)
> 
> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
> index 8343f9e907..fcfea2d99c 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm
> @@ -30854,6 +30854,27 @@ (define-public python-langcodes
> install @code{python-language-data}.")
> (license license:expat)))
> 
> +(define-public python-gaphas
> + (package
> + (name "python-gaphas")
> + (version "3.8.2")
> + (synopsis "Gaphas is a GTK+ based diagramming widget")
> + (description "Gaphas is a GTK+ based diagramming widget")
> + (home-page "https://gaphas.readthedocs.io")
> + (license license:asl2.0)
> + (source (origin
> + (method url-fetch)
> + (uri (pypi-uri "gaphas" version))
> + (sha256
> + (base32
> + "0ikaz455g8cfr7h66xlksim8kala3h0g36ij5zcz76vhyd3f1baa"))))
> + (build-system python-build-system)
> + (inputs (list python-pycairo ;pycairo<2.0.0,>=1.20.0
> 
> + python-pygobject)) ;PyGObject<4.0.0,>=3.38.0
> 
> + (arguments
> + ;; FIXME: python-build-system needs update for the check to work: 'Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox'
> + `(#:tests? #f))))
> +
> (define-public python-geomet
> (package
> (name "python-geomet")
> --
> 2.37.3




This bug report was last modified 126 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.