GNU bug report logs - #40321
[PATCH] Add python-tortoise-orm

Previous Next

Package: guix-patches;

Reported by: Lars-Dominik Braun <ldb <at> leibniz-psychology.org>

Date: Mon, 30 Mar 2020 06:44:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Lars-Dominik Braun <ldb <at> leibniz-psychology.org>
Subject: bug#40321: closed (Re: [bug#40321] [PATCH] Add python-tortoise-orm)
Date: Mon, 30 Mar 2020 18:54:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#40321: [PATCH] Add python-tortoise-orm

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 40321 <at> debbugs.gnu.org.

-- 
40321: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40321
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Lars-Dominik Braun <ldb <at> leibniz-psychology.org>
Cc: 40321-done <at> debbugs.gnu.org
Subject: Re: [bug#40321] [PATCH] Add python-tortoise-orm
Date: Mon, 30 Mar 2020 14:52:53 -0400
On Mon, Mar 30, 2020 at 08:43:34AM +0200, Lars-Dominik Braun wrote:
> this patchset adds python-tortoise-orm and dependencies.

Thanks! Pushed as 1110a421f4c9ede6ee814e678135a1dd2ac05fc9 with some
changes...

I added copyright lines for you and edited some of the descriptions to
fix typos and grammatical mistakes.

> +(define-public python-ciso8601
> +  (package
> +    (name "python-ciso8601")
> +    (version "2.1.3")
> +    (source
> +     (origin
> +       (method git-fetch)
> +       ;; Pypi package lacks file tests.py
> +       (uri (git-reference
> +             (url "https://github.com/closeio/ciso8601.git")
> +             (commit (string-append "v" version))))
> +       (file-name (git-file-name name version))
> +       (sha256
> +        (base32
> +         "0g1aiyc1ayh0rnibyy416m5mmck38ksgdm3jsy0z3rxgmgb24951"))))
> +    (build-system python-build-system)
> +    (native-inputs
> +     `(("python-pytz" ,python-pytz)))

According to README.rst, this should only be required with Python 2, but
the tests fail without it. Can we amend the package to just fetch from
PyPi and remove this dependency?

[Message part 3 (message/rfc822, inline)]
From: Lars-Dominik Braun <ldb <at> leibniz-psychology.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] Add python-tortoise-orm
Date: Mon, 30 Mar 2020 08:43:34 +0200
[Message part 4 (text/plain, inline)]
Hi,

this patchset adds python-tortoise-orm and dependencies.

Cheers,
Lars

[0001-gnu-Add-python-aiounittest.patch (text/x-diff, attachment)]
[0002-gnu-Add-python-aiosqlite.patch (text/x-diff, attachment)]
[0003-gnu-Add-python-pypika.patch (text/x-diff, attachment)]
[0004-gnu-Add-python-ciso8601.patch (text/x-diff, attachment)]
[0005-gnu-Add-python-tortoise-orm.patch (text/x-diff, attachment)]
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 5 years and 46 days ago.

Previous Next


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