unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hartmut Goebel <h.goebel@crazy-compilers.com>
To: 56740@debbugs.gnu.org
Subject: [bug#56740] [PATCH 2/6] gnu: Add python-starlette.
Date: Sun, 24 Jul 2022 16:45:21 +0200	[thread overview]
Message-ID: <ec2b7f9dea889f6ca112a86b72ae00a27bb46bc7.1658669552.git.h.goebel@crazy-compilers.com> (raw)
In-Reply-To: <cover.1658669552.git.h.goebel@crazy-compilers.com>

* gnu/packages/python-web.scm (python-starlette): New variable.
---
 gnu/packages/python-web.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index ee722346b6..80a36bd04c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7661,3 +7661,29 @@ admin section of stores using an ActiveResource-like interface similar the
 ruby Shopify API gem.  The library makes HTTP requests to Shopify in order to
 list, create, update, or delete resources (e.g. Order, Product, Collection).")
     (license license:expat)))
+
+(define-public python-starlette
+  (package
+    (name "python-starlette")
+    (version "0.20.4")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "starlette" version))
+              (sha256
+               (base32
+                "112hmwk4fh4dl21nlr2xd37h43xzxpjxfnic7v7fz3wr5w9g7z22"))))
+    (build-system python-build-system)
+    (propagated-inputs (list python-anyio
+                             python-typing-extensions
+                             ;; [all] extra dependencies:
+                             python-itsdangerous
+                             python-jinja2
+                             python-multipart
+                             python-pyyaml
+                             python-requests))
+    (home-page "https://github.com/encode/starlette")
+    (synopsis "Little ASGI library")
+    (description
+     "Starlette is a lightweight ASGI (Asynchronous Server Gateway
+Interface) framework/toolkit for building async web services in Python.")
+    (license license:bsd-3)))
-- 
2.30.4





  parent reply	other threads:[~2022-07-24 14:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-24 13:33 [bug#56740] [PATCH 0/6] Some python modules Hartmut Goebel
2022-07-24 14:45 ` [bug#56740] [PATCH 1/6] gnu: Add python-mkdocs-markdownextradata-plugin Hartmut Goebel
2022-07-24 14:45 ` Hartmut Goebel [this message]
2022-07-24 14:45 ` [bug#56740] [PATCH 3/6] gnu: Add python-cyclic Hartmut Goebel
2022-07-24 14:45 ` [bug#56740] [PATCH 4/6] gnu: Add python-rcslice Hartmut Goebel
2022-07-24 14:45 ` [bug#56740] [PATCH 5/6] gnu: Add python-mdx-include Hartmut Goebel
2022-07-24 14:45 ` [bug#56740] [PATCH 6/6] gnu: Add python-types-orjson Hartmut Goebel
     [not found] ` <handler.56740.B.165866963420116.ack@debbugs.gnu.org>
2022-08-10  8:04   ` [bug#56740] Acknowledgement ([PATCH 0/6] Some python modules) Hartmut Goebel
2022-08-10  8:31 ` bug#56740: [PATCH 0/6] Some python modules Hartmut Goebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ec2b7f9dea889f6ca112a86b72ae00a27bb46bc7.1658669552.git.h.goebel@crazy-compilers.com \
    --to=h.goebel@crazy-compilers.com \
    --cc=56740@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).