[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: Add python-setuptools-scm-3.3.
From: |
guix-commits |
Subject: |
01/07: gnu: Add python-setuptools-scm-3.3. |
Date: |
Sat, 19 Oct 2019 10:05:57 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit a0b2accf8217f15480272bef2e61fc0407afbcbd
Author: Mathieu Othacehe <address@hidden>
Date: Sat Oct 19 15:21:35 2019 +0200
gnu: Add python-setuptools-scm-3.3.
* gnu/packages/python-xyz.scm (python-setuptools-scm-3.3): New variable.
---
gnu/packages/python-xyz.scm | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f27fa4f..4c46bdc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -38,7 +38,7 @@
;;; Copyright © 2017 Frederick M. Muriithi <address@hidden>
;;; Copyright © 2017, 2018 Adriano Peluso <address@hidden>
;;; Copyright © 2017 Ben Sturmfels <address@hidden>
-;;; Copyright © 2017, 2018 Mathieu Othacehe <address@hidden>
+;;; Copyright © 2017, 2018, 2019 Mathieu Othacehe <address@hidden>
;;; Copyright © 2017 José Miguel Sánchez García <address@hidden>
;;; Copyright © 2017 Roel Janssen <address@hidden>
;;; Copyright © 2017, 2018 Kei Kebreau <address@hidden>
@@ -5111,6 +5111,18 @@ child application and control it as if a human were
typing commands.")
them as the version argument or in a SCM managed file.")
(license license:expat)))
+;; Needed by python-lazy-object-proxy, remove on next update cycle.
+(define-public python-setuptools-scm-3.3
+ (package
+ (inherit python-setuptools-scm)
+ (version "3.3.3")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "setuptools_scm" version))
+ (sha256
+ (base32
+ "19cyndx23xmpbhz4qrwmfwsmnnaczd0dw7qg977ksq2dbvxy29dx"))))))
+
(define-public python2-setuptools-scm
(package-with-python2 python-setuptools-scm))
- branch master updated (5f76051 -> 74c1a56), guix-commits, 2019/10/19
- 01/07: gnu: Add python-setuptools-scm-3.3.,
guix-commits <=
- 02/07: gnu: python-lazy-object-proxy: Update to 1.4.2., guix-commits, 2019/10/19
- 03/07: gnu: python-typed-ast: Update to 1.4.0., guix-commits, 2019/10/19
- 04/07: gnu: python-astroid: Update to 2.3.2., guix-commits, 2019/10/19
- 05/07: gnu: python2-astroid: Fix build., guix-commits, 2019/10/19
- 06/07: gnu: python-pylint: Update to 2.3.1., guix-commits, 2019/10/19
- 07/07: gnu: python2-pylint: Fix build., guix-commits, 2019/10/19