gnu: python-pypika-tortoise: Update to 0.3.2.

* gnu/packages/databases.scm (python-pypika-tortoise): Update to 0.3.2.
[source]: Switch to git-fetch.
[native-inputs]: Remove python-setuptools.  Replace poetry by
python-poetry-core.  Add python-pytest.

Change-Id: I0e58bd4ed5d5b9317f1273de19aec17ef8d86fc5
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-07-23 20:49:39 +02:00 committed by Sharlatan Hellseher
parent 415217d6d6
commit 0c622497a6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3626,16 +3626,19 @@ can autogenerate peewee models using @code{pwiz}, a model generator.")
(define-public python-pypika-tortoise (define-public python-pypika-tortoise
(package (package
(name "python-pypika-tortoise") (name "python-pypika-tortoise")
(version "0.1.6") (version "0.3.2")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (pypi-uri "pypika-tortoise" version)) (uri (git-reference
(url "https://github.com/tortoise/pypika-tortoise")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 "0dmzpsnlqjjz0vm0r9xjk69xfsm235bpnk3jccr8ww4s8y7qc0nq")))) (base32 "1pz7i9vgjwzzvacjjkvr5xbcmphn52xv993zbks602is844k0pp0"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(native-inputs (native-inputs
(list poetry python-setuptools)) (list python-poetry-core python-pytest))
(home-page "https://github.com/tortoise/pypika-tortoise") (home-page "https://github.com/tortoise/pypika-tortoise")
(synopsis "Pypika fork for tortoise-orm") (synopsis "Pypika fork for tortoise-orm")
(description "Pypika-tortoise is a fork of pypika which has been (description "Pypika-tortoise is a fork of pypika which has been