[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/377: gnu: python-pygmsh: Update to 7.1.11.
From: |
guix-commits |
Subject: |
01/377: gnu: python-pygmsh: Update to 7.1.11. |
Date: |
Sun, 5 Sep 2021 10:06:38 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit d6c2fc37292f5bd75a7fd26ae4bccf649175c00e
Author: Paul Garlick <pgarlick@tourbillion-technology.com>
AuthorDate: Mon Aug 23 12:33:20 2021 +0100
gnu: python-pygmsh: Update to 7.1.11.
*gnu/packages/simulation.scm (python-pygmsh): Update to 7.1.11.
[source](snippet): Re-phrase comment.
---
gnu/packages/simulation.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index a2c65b7..2358032 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -843,27 +843,27 @@ tools and a collection of Python modules for programmatic
use.")
(define-public python-pygmsh
(package
(name "python-pygmsh")
- (version "7.1.10")
+ (version "7.1.11")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/nschloe/pygmsh")
- (commit (string-append "v" version))))
+ (commit version)))
(file-name (git-file-name name version))
(sha256
(base32
- "03a949nl99ny9h0ni8lqgaljgkgicd305ls6zy1vkwgfa4mzsgqh"))
+ "0g4yllmxks7yb50vild5xi1cma0yl16vsq6rfvdwmqaj4hwxcabk"))
(modules '((guix build utils)))
(snippet
'(begin
(let ((file (open-file "setup.py" "a")))
(display "from setuptools import setup\nsetup()" file)
(close-port file))
- ;; setuptools is supplied by the build system. An extra
- ;; reference in the original configuration file triggers
- ;; an attempt to download the package again. This fails.
- ;; The extra reference is unnecessary and is removed.
+ ;; A reference to setuptools in the configuration file
+ ;; triggers an attempt to download the package from pypi.
+ ;; The reference is not needed since the package is
+ ;; provided by the build system.
(substitute* "setup.cfg"
(("^[[:blank:]]+setuptools>=42\n") ""))
#t))))
- branch wip-gnome created (now 77150eb), guix-commits, 2021/09/05
- 01/377: gnu: python-pygmsh: Update to 7.1.11.,
guix-commits <=
- 04/377: gnu: emacs-olivetti: Update to 2.0.2., guix-commits, 2021/09/05
- 02/377: gnu: bat: Update to 0.18.3., guix-commits, 2021/09/05
- 03/377: gnu: emacs-org-ref: Update to 2.0.0., guix-commits, 2021/09/05
- 06/377: gnu: Add r-yulab-utils., guix-commits, 2021/09/05
- 07/377: gnu: Add r-ggfun., guix-commits, 2021/09/05
- 08/377: gnu: Add r-distributional., guix-commits, 2021/09/05
- 05/377: gnu: r-with-tests: Update to 4.1.1., guix-commits, 2021/09/05
- 11/377: gnu: r-cachem: Update to 1.0.6., guix-commits, 2021/09/05
- 10/377: gnu: Add r-tfautograph., guix-commits, 2021/09/05
- 14/377: gnu: r-reprex: Update to 2.0.1., guix-commits, 2021/09/05