mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-py-partiql-parser: Update to 0.5.6.
* gnu/packages/python-xyz.scm (python-py-partiql-parser): Update to 0.5.6. [source]: Swap to git checkout containing tests. [arguments]<tests?>: Enable them. [native-inputs]: Remove python-black, python-flake8, and python-mypy. [description]: Start from a new line. Change-Id: I0c5865158ddef1512b5fb73d11a540650a01b29f
This commit is contained in:
parent
852368a106
commit
c3ec4641b3
1 changed files with 11 additions and 12 deletions
|
@ -13987,26 +13987,25 @@ solve linear problems.")
|
||||||
(define-public python-py-partiql-parser
|
(define-public python-py-partiql-parser
|
||||||
(package
|
(package
|
||||||
(name "python-py-partiql-parser")
|
(name "python-py-partiql-parser")
|
||||||
(version "0.3.7")
|
(version "0.5.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch) ; no tests data in PyPi package
|
||||||
(uri (pypi-uri "py-partiql-parser" version))
|
(uri (git-reference
|
||||||
|
(url "https://github.com/getmoto/py-partiql-parser")
|
||||||
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1cnbp1pk1ydgyrqdvdg5aa83qdd6ljrigz40r7kxpmdxqfnz2hak"))))
|
(base32 "0xa1plsi2nkd3fwvkjw9c8b3bzvr6ml83x5gd22sf1cvimqn0jmq"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
;; There are no tests.
|
|
||||||
(arguments (list #:tests? #false))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-black
|
(list python-hatchling
|
||||||
python-flake8
|
|
||||||
python-hatchling
|
|
||||||
python-mypy
|
|
||||||
python-pytest))
|
python-pytest))
|
||||||
(home-page "https://pypi.org/project/py-partiql-parser/")
|
(home-page "https://pypi.org/project/py-partiql-parser/")
|
||||||
(synopsis "Pure Python PartiQL Parser")
|
(synopsis "Pure Python PartiQL Parser")
|
||||||
(description "This package provides a tokenizer/parser/executor for the
|
(description
|
||||||
PartiQL language, in Python.")
|
"This package provides a tokenizer/parser/executor for the PartiQL
|
||||||
|
language, in Python.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-py-tes
|
(define-public python-py-tes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue