mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-py-partiql-parser.
* gnu/packages/python-xyz.scm (python-py-partiql-parser): New variable. Change-Id: I674cb18d0d25d40403ce4fd1ec53d185d919972f
This commit is contained in:
parent
804f8b2094
commit
6a626eb83b
1 changed files with 25 additions and 0 deletions
|
@ -13526,6 +13526,31 @@ generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to
|
||||||
solve linear problems.")
|
solve linear problems.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-py-partiql-parser
|
||||||
|
(package
|
||||||
|
(name "python-py-partiql-parser")
|
||||||
|
(version "0.3.7")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "py-partiql-parser" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1cnbp1pk1ydgyrqdvdg5aa83qdd6ljrigz40r7kxpmdxqfnz2hak"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
;; There are no tests.
|
||||||
|
(arguments (list #:tests? #false))
|
||||||
|
(native-inputs
|
||||||
|
(list python-black
|
||||||
|
python-flake8
|
||||||
|
python-hatchling
|
||||||
|
python-mypy
|
||||||
|
python-pytest))
|
||||||
|
(home-page "https://pypi.org/project/py-partiql-parser/")
|
||||||
|
(synopsis "Pure Python PartiQL Parser")
|
||||||
|
(description "This package provides a tokenizer/parser/executor for the
|
||||||
|
PartiQL language, in Python.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-py-tes
|
(define-public python-py-tes
|
||||||
(package
|
(package
|
||||||
(name "python-py-tes")
|
(name "python-py-tes")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue