diff options
Diffstat (limited to 'guix/.guix-packages/python.scm')
l---------[-rw-r--r--] | guix/.guix-packages/python.scm | 337 |
1 files changed, 1 insertions, 336 deletions
diff --git a/guix/.guix-packages/python.scm b/guix/.guix-packages/python.scm index 1db1a8d..ceb6ecf 100644..120000 --- a/guix/.guix-packages/python.scm +++ b/guix/.guix-packages/python.scm @@ -1,336 +1 @@ -(define-module (python) - #:use-module ((guix licenses) #:prefix license:) - #:use-module (gnu packages) - #:use-module (gnu packages base) - #:use-module (gnu packages bash) - #:use-module (gnu packages certs) - #:use-module (gnu packages check) - #:use-module (gnu packages compression) - #:use-module (gnu packages dbm) - #:use-module (gnu packages time) - #:use-module (gnu packages databases) - #:use-module (gnu packages hurd) - #:use-module (gnu packages libffi) - #:use-module (gnu packages ncurses) - #:use-module (gnu packages pkg-config) - #:use-module (gnu packages python-xyz) - #:use-module (gnu packages python-web) - #:use-module (gnu packages readline) - #:use-module (gnu packages shells) - #:use-module (gnu packages sqlite) - #:use-module (gnu packages tcl) - #:use-module (gnu packages tls) - #:use-module (gnu packages xml) - #:use-module (guix gexp) - #:use-module (guix packages) - #:use-module (guix download) - #:use-module (guix utils) - #:use-module (guix build-system gnu) - #:use-module (guix build-system python) - #:use-module (guix build-system trivial) - #:use-module (srfi srfi-1) - #:use-module (srfi srfi-26) - - #:export (customize-site - guix-pythonpath-search-path)) - -(define-public python-types-urllib3 - (package - (name "python-types-urllib3") - (version "1.26.11") - (source - (origin - (method url-fetch) - (uri (pypi-uri "types-urllib3" version)) - (sha256 - (base32 "0nri65gfihl4wcbi33wwcksmh5g3ibhjs0hxbyq1x1b82524xmi4")))) - (build-system python-build-system) - (home-page "https://github.com/python/typeshed") - (synopsis "Typing stubs for urllib3") - (description "Typing stubs for urllib3") - (license #f))) - -(define-public python-types-requests - (package - (name "python-types-requests") - (version "2.27.16") - (source - (origin - (method url-fetch) - (uri (pypi-uri "types-requests" version)) - (sha256 - (base32 "16zypz2csgw0c86ffmyn7mljbg1h4phxnlhl1fvfz9win8c0q0f8")))) - (build-system python-build-system) - (propagated-inputs (list python-types-urllib3)) - (home-page "https://github.com/python/typeshed") - (synopsis "Typing stubs for requests") - (description "Typing stubs for requests") - (license #f))) - -(define-public python-types-pyyaml - (package - (name "python-types-pyyaml") - (version "6.0.5") - (source - (origin - (method url-fetch) - (uri (pypi-uri "types-PyYAML" version)) - (sha256 - (base32 "0blavmg6f0xapjba1sh2rnvrdjx5dps1r3h3ihxdilgk2h4hakj6")))) - (build-system python-build-system) - (home-page "https://github.com/python/typeshed") - (synopsis "Typing stubs for PyYAML") - (description "Typing stubs for PyYAML") - (license #f))) - -(define-public python-types-pytz - (package - (name "python-types-pytz") - (version "2021.3.6") - (source - (origin - (method url-fetch) - (uri (pypi-uri "types-pytz" version)) - (sha256 - (base32 "14yr5hg2ww8s4a0mz2bkd549fv8qgm538fnzxvqv92ld1pcpym3l")))) - (build-system python-build-system) - (home-page "https://github.com/python/typeshed") - (synopsis "Typing stubs for pytz") - (description "Typing stubs for pytz") - (license #f))) - -(define-public python-types-psycopg2 - (package - (name "python-types-psycopg2") - (version "2.9.9") - (source - (origin - (method url-fetch) - (uri (pypi-uri "types-psycopg2" version)) - (sha256 - (base32 "0bhaybs5rl864yw2w1qapbpihp4a798z3m2yzl0dqhxkxr94v7ag")))) - (build-system python-build-system) - (home-page "https://github.com/python/typeshed") - (synopsis "Typing stubs for psycopg2") - (description "Typing stubs for psycopg2") - (license #f))) - -(define-public python-types-werkzeug - (package - (name "python-types-werkzeug") - (version "1.0.9") - (source - (origin - (method url-fetch) - (uri (pypi-uri "types-Werkzeug" version)) - (sha256 - (base32 "132im9g3m7hv57g3zq30qj7qfpv5jxiyw354aba360a09ih6khjw")))) - (build-system python-build-system) - (home-page "https://github.com/python/typeshed") - (synopsis "Typing stubs for Werkzeug") - (description "Typing stubs for Werkzeug") - (license #f))) - -(define-public python-types-markupsafe - (package - (name "python-types-markupsafe") - (version "1.1.10") - (source - (origin - (method url-fetch) - (uri (pypi-uri "types-MarkupSafe" version)) - (sha256 - (base32 "1c8iczhgiyw7f92mhbq3j9038g0rj3sqwamclnisw0ixd1raicw5")))) - (build-system python-build-system) - (home-page "https://github.com/python/typeshed") - (synopsis "Typing stubs for MarkupSafe") - (description "Typing stubs for MarkupSafe") - (license #f))) - -(define-public python-types-jinja2 - (package - (name "python-types-jinja2") - (version "2.11.9") - (source - (origin - (method url-fetch) - (uri (pypi-uri "types-Jinja2" version)) - (sha256 - (base32 "10cc9d6hikrv28sqn84lhi8qchpyy3l8jkby1d9fsyms1aj79p6v")))) - (build-system python-build-system) - (propagated-inputs (list python-types-markupsafe)) - (home-page "https://github.com/python/typeshed") - (synopsis "Typing stubs for Jinja2") - (description "Typing stubs for Jinja2") - (license #f))) - -(define-public python-types-flask - (package - (name "python-types-flask") - (version "1.1.6") - (source - (origin - (method url-fetch) - (uri (pypi-uri "types-Flask" version)) - (sha256 - (base32 "1kz9cdbirfxa79vvy777bdpfl8ygf60x1xh1ddp47ygzmfrpgixa")))) - (build-system python-build-system) - (propagated-inputs - (list python-types-click python-types-jinja2 python-types-werkzeug)) - (home-page "https://github.com/python/typeshed") - (synopsis "Typing stubs for Flask") - (description "Typing stubs for Flask") - (license #f))) - -(define-public python-types-click - (package - (name "python-types-click") - (version "7.1.8") - (source - (origin - (method url-fetch) - (uri (pypi-uri "types-click" version)) - (sha256 - (base32 "14p0yjzxpw0jfkyhx16bl2kvla0ai9q51jhicd8xq0b4prl4jq5n")))) - (build-system python-build-system) - (home-page "https://github.com/python/typeshed") - (synopsis "Typing stubs for click") - (description "Typing stubs for click") - (license #f))) - -(define-public python-systemd-python - (package - (name "python-systemd-python") - (version "234") - (source - (origin - (method url-fetch) - (uri (pypi-uri "systemd-python" version)) - (sha256 - (base32 "1rw3vfakils7h0i93cyi5hvvdc5mgq5cp4n2mmdf9npaf2zl83px")))) - (build-system python-build-system) - (home-page "https://github.com/systemd/python-systemd") - (synopsis "Python interface for libsystemd") - (description "Python interface for libsystemd") - (license #f))) - -(define-public python-gunicorn - (package - (name "python-gunicorn") - (version "20.1.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "gunicorn" version)) - (sha256 - (base32 "1s7670qw36x90bgmazmgib170i5gnpyb2ypxzlla7y0mpasniag0")))) - (build-system python-build-system) - (arguments - `(#:tests? #f)) - (propagated-inputs (list python-setuptools)) - (home-page "https://gunicorn.org") - (synopsis "WSGI HTTP Server for UNIX") - (description "WSGI HTTP Server for UNIX") - (license license:expat))) - -(define-public python-aiohttp-utils - (package - (name "python-aiohttp-utils") - (version "3.1.1") - (source - (origin - (method url-fetch) - (uri (pypi-uri "aiohttp_utils" version)) - (sha256 - (base32 "056w0aw3nnnhwzrn8rrsn7hbmxb5yd7iz8h4m4x1kzd32pfc9wh8")))) - (build-system python-build-system) - (arguments - `(#:tests? #f)) - (propagated-inputs (list python-aiohttp python-gunicorn python-mimeparse)) - (home-page "https://github.com/sloria/aiohttp_utils") - (synopsis "Handy utilities for aiohttp.web applications.") - (description "Handy utilities for aiohttp.web applications.") - (license license:expat))) - -(define-public python-mirakuru - (package - (name "python-mirakuru") - (version "2.4.2") - (source - (origin - (method url-fetch) - (uri (pypi-uri "mirakuru" version)) - (sha256 - (base32 "09l2a2c2mh422j43q8n1l0vg14la34ynp32r1v5rdjjb3gcd917c")))) - (build-system python-build-system) - (propagated-inputs (list python-psutil)) - (native-inputs (list python-daemon python-pytest python-pytest-cov)) - (home-page "https://github.com/ClearcodeHQ/mirakuru") - (synopsis "Process executor (not only) for tests.") - (description "Process executor (not only) for tests.") - (license #f))) - -(define-public python-pytest-postgresql - (package - (name "python-pytest-postgresql") - (version "4.1.1") - (source - (origin - (method url-fetch) - (uri (pypi-uri "pytest-postgresql" version)) - (sha256 - (base32 "0p99j6wm36s0xz3zxi8qyir0ajnxpzcjb00f3z5xwh8603s6lk8l")))) - (build-system python-build-system) - (propagated-inputs - (list python-mirakuru python-port-for python-pytest python-setuptools)) - (native-inputs (list python-pytest-cov python-pytest-xdist)) - (home-page "https://github.com/ClearcodeHQ/pytest-postgresql") - (synopsis "Postgresql fixtures and fixture factories for Pytest.") - (description "Postgresql fixtures and fixture factories for Pytest.") - (license #f))) - -(define-public python-swh.core - (package - (name "python-swh.core") - (version "2.4.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "swh.core" version)) - (sha256 - (base32 "17dyqq1z774xnbjak4ncdrbp6acnbrmks0636fw1rmqq728rzz68")))) - (build-system python-build-system) - (propagated-inputs - (list python-click - python-deprecated - python-magic - python-pyyaml - python-sentry-sdk)) - (native-inputs - (list python-aiohttp - python-aiohttp-utils - python-blinker - python-flask - python-hypothesis - python-iso8601 - python-msgpack - python-psycopg2 - python-pytest - python-pytest-mock - python-pytest-postgresql - python-pytz - python-requests - python-requests-mock - ;;python-systemd-python - python-types-click - python-types-flask - python-types-psycopg2 - python-types-pytz - python-types-pyyaml - python-types-requests - python-typing-extensions)) - (home-page "https://forge.softwareheritage.org/diffusion/DCORE/") - (synopsis "Software Heritage core utilities") - (description "Software Heritage core utilities") - (license #f))) - +/gnu/store/jafbqipm2a88dppzq6y9r2fhmpznb293-home-dotfiles--guix-packages-python-scm
\ No newline at end of file |