mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
415217d6d6
commit
0c622497a6
1 changed files with 8 additions and 5 deletions
|
@ -3626,16 +3626,19 @@ can autogenerate peewee models using @code{pwiz}, a model generator.")
|
|||
(define-public python-pypika-tortoise
|
||||
(package
|
||||
(name "python-pypika-tortoise")
|
||||
(version "0.1.6")
|
||||
(version "0.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pypika-tortoise" version))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/tortoise/pypika-tortoise")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0dmzpsnlqjjz0vm0r9xjk69xfsm235bpnk3jccr8ww4s8y7qc0nq"))))
|
||||
(base32 "1pz7i9vgjwzzvacjjkvr5xbcmphn52xv993zbks602is844k0pp0"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list poetry python-setuptools))
|
||||
(list python-poetry-core python-pytest))
|
||||
(home-page "https://github.com/tortoise/pypika-tortoise")
|
||||
(synopsis "Pypika fork for tortoise-orm")
|
||||
(description "Pypika-tortoise is a fork of pypika which has been
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue