From efb4620d7c89d22edaab0168cf8503ee3e871772 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Fri, 8 Dec 2023 19:19:50 -0500 Subject: gnu: Remove python-msgpack-1.0.2. This package is no longer used in Guix. * gnu/packages/python-xyz.scm (python-msgpack-1.0.2): Remove variable. Change-Id: I6216003e6312c5587ae3471ba9870865ee68f680 --- gnu/packages/python-xyz.scm | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 86f8d81689b..0babe0dd0ae 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13743,17 +13743,6 @@ reading and writing MessagePack data.") (home-page "https://pypi.org/project/msgpack/") (license license:asl2.0))) -(define-public python-msgpack-1.0.2 - (package - (inherit python-msgpack) - (version "1.0.2") - (source (origin - (method url-fetch) - (uri (pypi-uri "msgpack" version)) - (sha256 - (base32 - "1109s2yynrahwi64ikax68hx0mbclz8p35afmpphw5dwynb49q7s")))))) - ;; This msgpack library's name changed from "python-msgpack" to "msgpack" with ;; release 0.5. Some packages like borg still call it by the old name for now. ;; -- cgit v1.3 From f061bc5ba3bbd3265fad812b74aaa46a7190956c Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Fri, 8 Dec 2023 19:20:40 -0500 Subject: gnu: python-msgpack-transitional: Update code comment. * gnu/packages/python-xyz.scm (python-msgpack-transitional): Update comment. Change-Id: I93afe78c40ac87c6e5147d286cf257ec9a8afd68 --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0babe0dd0ae..404177e9cd5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13744,7 +13744,7 @@ reading and writing MessagePack data.") (license license:asl2.0))) ;; This msgpack library's name changed from "python-msgpack" to "msgpack" with -;; release 0.5. Some packages like borg still call it by the old name for now. +;; release 0.5. Some packages like poetry still call it by the old name for now. ;; (define-public python-msgpack-transitional (package -- cgit v1.3