diff options
author | Efraim Flashner | 2021-05-13 09:40:56 +0300 |
---|---|---|
committer | Efraim Flashner | 2021-05-13 17:11:37 +0300 |
commit | a080f86177bbdff67cc27f8ebcc75a4d14938054 (patch) | |
tree | 14aee4b1d4b057e7a8e22ba56ae26609e8368f2c /gn | |
parent | aebe9fa3425f9fe316937ff188bc4d30e43dda45 (diff) | |
download | guix-bioinformatics-a080f86177bbdff67cc27f8ebcc75a4d14938054.tar.gz |
gn: python-sqlalchemy-stubs is upstream.
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/python.scm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index cd017c0..bf22ead 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -1657,29 +1657,6 @@ sorted order.") (description "Python IPFS HTTP CLIENT library") (license license:expat))) -;; TODO: Upstream -(define-public python-sqlalchemy-stubs - (package - (name "python-sqlalchemy-stubs") - (version "0.4") - (source - (origin - (method url-fetch) - (uri (pypi-uri "sqlalchemy-stubs" version)) - (sha256 - (base32 - "1bppjmv7v7m0q8gwg791pgxbx4ay7mna0zq204pn9vw28kfxcrf6")))) - (build-system python-build-system) - (propagated-inputs - `(("python-mypy" ,python-mypy) - ("python-typing-extensions" - ,python-typing-extensions))) - (home-page - "https://github.com/dropbox/sqlalchemy-stubs") - (synopsis "SQLAlchemy stubs and mypy plugin") - (description "SQLAlchemy stubs and mypy plugin") - (license license:expat))) - (define-public python-rpy2-next (package (inherit python-rpy2) |