[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72219] [PATCH 33/34] gnu: Add python-looseversion.
From: |
Sharlatan Hellseher |
Subject: |
[bug#72219] [PATCH 33/34] gnu: Add python-looseversion. |
Date: |
Sat, 20 Jul 2024 23:40:56 +0100 |
* gnu/packages/python-xyz.scm (python-looseversion): New variable.
Change-Id: I862f10cf5c7285e171335abee429ae76140271dd
---
gnu/packages/python-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1ac9884c59..226653cd65 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34534,6 +34534,34 @@ (define-public python-logical-unification
symbolic expressions in pure Python using the technique of logical
unification.")
(license license:bsd-3)))
+(define-public python-looseversion
+ (package
+ (name "python-looseversion")
+ (version "1.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "looseversion" version))
+ (sha256
+ (base32 "17k625ws83lwksa7yyy4mn0i39lmxgrzxihn22l335dvyvrnbppb"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ ;; No tests provided.
+ #:tests? #f))
+ (native-inputs
+ (list python-hatchling))
+ (home-page "https://github.com/effigies/looseversion")
+ (synopsis "Version numbering for anarchists and software realists")
+ (description
+ "This package provides a drop-in replacement for the original
+@code{LooseVersion}. It implements an identical interface and comparison
+logic to @code{LooseVersion}. The only major change is that a
+@code{looseversion.LooseVersion} is comparable to a
+@code{distutils.version.LooseVersion}, which means tools should not need to
+worry whether all dependencies that use LooseVersion have migrated.")
+ (license license:psfl)))
+
(define-public python-cons
(package
(name "python-cons")
--
2.41.0
- [bug#72219] [PATCH 32/34] gnu: Add python-glue-core., (continued)
- [bug#72219] [PATCH 32/34] gnu: Add python-glue-core., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 09/34] gnu: python-astropy-iers-data: Update to 0.2024.7.15.0.31.42., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 13/34] gnu: python-jwst: Update to 1.15.1., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 30/34] gnu: Add python-echo., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 22/34] gnu: python-sunpy: Update to 5.1.5., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 24/34] gnu: python-fast-histogram: Adjust inputs., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 28/34] gnu: Add python-ads., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 10/34] gnu: python-crds: Update to 11.17.26., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 27/34] gnu: Add python-kanon., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 25/34] gnu: Add python-dunamai., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 33/34] gnu: Add python-looseversion.,
Sharlatan Hellseher <=
- bug#72219: [PATCH 00/34] Astronomy update 2024/07, Sharlatan Hellseher, 2024/07/30