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

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

bug#55671: closed ([PATCH] gnu: python-shellingham: Update to 1.4.0.)


From: GNU bug Tracking System
Subject: bug#55671: closed ([PATCH] gnu: python-shellingham: Update to 1.4.0.)
Date: Fri, 03 Jun 2022 22:00:01 +0000

Your message dated Fri, 03 Jun 2022 23:59:33 +0200
with message-id <8735glh0hm.fsf@gnu.org>
and subject line Re: bug#55671: [PATCH] gnu: python-shellingham: Update to 
1.4.0.
has caused the debbugs.gnu.org bug report #55671,
regarding [PATCH] gnu: python-shellingham: Update to 1.4.0.
to be marked as done.

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


-- 
55671: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55671
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-shellingham: Update to 1.4.0. Date: Fri, 27 May 2022 00:26:52 -0500
* gnu/packages/python-xyz.scm (python-shellingham): Update to 1.4.0.
[arguments]: Remove arguments block since upstream now includes
a setup.py file.
---
 gnu/packages/python-xyz.scm | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index de4fcd1b32..658fd8a9aa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17635,25 +17635,14 @@ (define-public python-tomlkit
 (define-public python-shellingham
   (package
     (name "python-shellingham")
-    (version "1.3.2")
+    (version "1.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "shellingham" version))
        (sha256
-        (base32 "07kmia2hvd2q7wik89m82hig9mqr2faynvy38vxq5fm0ps11jv2p"))))
+        (base32 "07hpndvcv9mf9hp54b4apzpwzmzfzl8ryaacsfdq4139im2w4ma8"))))
     (build-system python-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'restore-setup.py
-           ;; setup.py will return in the next release.
-           ;; <https://github.com/sarugaku/shellingham/issues/33>
-           (lambda _
-             (with-output-to-file "setup.py"
-               (lambda _
-                 (display "from setuptools import setup\nsetup()\n")))
-             #t)))))
     (home-page "https://github.com/sarugaku/shellingham";)
     (synopsis "Tool to detect surrounding shell")
     (description
-- 
2.35.3




--- End Message ---
--- Begin Message --- Subject: Re: bug#55671: [PATCH] gnu: python-shellingham: Update to 1.4.0. Date: Fri, 03 Jun 2022 23:59:33 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi,

jgart <jgart@dismail.de> skribis:

> * gnu/packages/python-xyz.scm (python-shellingham): Update to 1.4.0.
> [arguments]: Remove arguments block since upstream now includes
> a setup.py file.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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