[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/25: gnu: python-shellingham: Update to 1.3.2.
From: |
guix-commits |
Subject: |
19/25: gnu: python-shellingham: Update to 1.3.2. |
Date: |
Sat, 13 Jun 2020 18:49:32 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit a5d40ee7acd80d0472c64cd697f27045fffa4167
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 13 21:07:11 2020 +0200
gnu: python-shellingham: Update to 1.3.2.
* gnu/packages/python-xyz.scm (python-shellingham): Update to 1.3.2.
[arguments]: Add ‘restore-setup.py’ phase.
---
gnu/packages/python-xyz.scm | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bf2e7de..7506f78 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11749,17 +11749,26 @@ implementation has been adapted, improved, and fixed
from Molten.")
(define-public python-shellingham
(package
(name "python-shellingham")
- (version "1.3.1")
+ (version "1.3.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "shellingham" version))
(sha256
- (base32
- "1q7kws7w4x2hji3g7y0ni9ddk4sd676ylrb3db54gbpys6xj6nwq"))))
+ (base32 "07kmia2hvd2q7wik89m82hig9mqr2faynvy38vxq5fm0ps11jv2p"))))
(build-system python-build-system)
- (home-page
- "https://github.com/sarugaku/shellingham")
+ (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
"Shellingham detects what shell the current Python executable is
- 04/25: gnu: facter: Update to 4.0.26., (continued)
- 04/25: gnu: facter: Update to 4.0.26., guix-commits, 2020/06/13
- 06/25: gnu: gnome-chess: Update to 3.36.1., guix-commits, 2020/06/13
- 07/25: gnu: libolm: Update to 3.1.5., guix-commits, 2020/06/13
- 08/25: gnu: angband: Update to 4.2.1., guix-commits, 2020/06/13
- 10/25: gnu: julius: Update to 1.4.1., guix-commits, 2020/06/13
- 11/25: gnu: ltris: Update to 1.0.20., guix-commits, 2020/06/13
- 13/25: gnu: babl: Update to 0.1.78., guix-commits, 2020/06/13
- 18/25: gnu: xapian: Update to 1.4.16., guix-commits, 2020/06/13
- 15/25: gnu: gimp: Update to 2.10.20., guix-commits, 2020/06/13
- 17/25: gnu: rclone: Update to 1.52.1., guix-commits, 2020/06/13
- 19/25: gnu: python-shellingham: Update to 1.3.2.,
guix-commits <=
- 09/25: gnu: angband: Use HTTPS., guix-commits, 2020/06/13
- 20/25: gnu: evince: Update to 3.36.5., guix-commits, 2020/06/13
- 21/25: gnu: gnome-boxes: Update to 3.36.5., guix-commits, 2020/06/13
- 25/25: gnu: wesnoth: Update to 1.14.12., guix-commits, 2020/06/13
- 23/25: gnu: progress: Fix cross-compilation., guix-commits, 2020/06/13
- 12/25: gnu: libtextstyle: Update to 0.20.2., guix-commits, 2020/06/13
- 16/25: gnu: cogl: Update to 1.22.8., guix-commits, 2020/06/13
- 24/25: gnu: snd: Update to 20.4., guix-commits, 2020/06/13
- 14/25: gnu: gegl: Update to 0.4.24., guix-commits, 2020/06/13
- 22/25: gnu: s6-portable-utils: Update to 2.2.2.4., guix-commits, 2020/06/13