emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53508: closed ([PATCH] [PATCH] Add the package: python-multipart)


From: GNU bug Tracking System
Subject: bug#53508: closed ([PATCH] [PATCH] Add the package: python-multipart)
Date: Mon, 07 Mar 2022 20:50:02 +0000

Your message dated Mon, 07 Mar 2022 21:49:47 +0100
with message-id <874k49bi8k.fsf@gnu.org>
and subject line Re: bug#53508: [PATCH] [PATCH] Add the package: 
python-multipart
has caused the debbugs.gnu.org bug report #53508,
regarding [PATCH] [PATCH] Add the package: python-multipart
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53508: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53508
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] [PATCH] Add the package: python-multipart Date: Mon, 24 Jan 2022 18:34:33 +0100
From: Pierre-Henry Fröhring <phf@phf.net>

---
 gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8bd5f65..1a47f89 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28768,3 +28768,29 @@ implementation, so that it supports any Galois field 
higher than 2^3,
 but not binary streams.")
     (license license:public-domain)))
 
+(define-public python-multipart
+  (package
+    (name "python-multipart")
+    (version "0.0.5")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "python-multipart" version))
+              (sha256
+               (base32
+                "0hzshd665rl1bkwvaj9va4j3gs8nmb478fbvligx20663xhmzfzp"))))
+    (build-system python-build-system)
+    (propagated-inputs (list python-six))
+    (native-inputs (list python-pyyaml python-mock python-pytest-cov))
+    (arguments
+     `(#:phases (modify-phases %standard-phases
+                  ;; There is a bug in the test_suit specification.
+                  (add-after 'unpack 'patch-test-suite
+                    (lambda _
+                      (substitute* "setup.py"
+                        (("test_suite = 'multipart.tests.suite'")
+                         "test_suite = 
'multipart.tests.test_multipart.suite'")))))))
+    (home-page "https://github.com/andrew-d/python-multipart";)
+    (synopsis "Streaming multipart parser for Python")
+    (description
+     "This package provides a streaming multipart parser for Python")
+    (license license:asl2.0)))
2.31.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#53508: [PATCH] [PATCH] Add the package: python-multipart Date: Mon, 07 Mar 2022 21:49:47 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Pierre-Henry Fröhring <contact@phfrohring.com> skribis:

> From: Pierre-Henry Fröhring <phf@phf.net>
>
> ---
>  gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++
>  1 file changed, 26 insertions(+)

I tweaked the commit log as per our conventions and applied it.

Thanks,
Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]