From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id sHCtJ/o9nGaTNgEAe85BDQ:P1 (envelope-from ) for ; Sat, 20 Jul 2024 22:45:14 +0000 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id sHCtJ/o9nGaTNgEAe85BDQ (envelope-from ) for ; Sun, 21 Jul 2024 00:45:14 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=NXMjRxj6; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1721515514; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=UtpGP+9hQ4St2aoiy3TRNGywQWisA0z/pHKq6Sy8qDM=; b=KWiQX692F0a7Wz6RgsdBeHw+Il8PCxBZB+y/7Rc1ajTmpDI/oaUKlj1pB7nLvRdhITMyFD EMgjaSLVaxfMVzYJbbvw78qs00rnygs7tACOOrgZqNvLlQUNB7CWV15qt1l8ojqIcrm68w G+hlLRKobmnc4rBFLBuQOOaO1gIgjmi6CrCk3Nl7fvQaz3PnSxM54xCHLuNwM132Clt/qu XgUulCGTEA0zNZAU3EPQXe1SUKg7jNV7vSHEUKJpIB1ycXAFBXC3iyrAUShdjtixgS9X+l o0a1hvkjX2DgzPMvKvTp8nMsBkGic+8S0KrODCn1pW9RBDn2zvCX9JmFHfrUvA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=NXMjRxj6; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1721515514; a=rsa-sha256; cv=none; b=otxmhZ0x7uH+7FB5I1kLTemCZ11SXJg7YrYpet2oo32RYDFgzqwJOTlP7ezLXVV6pJiLah NaqP3P9Pcnw7zymy+vOU/P8AT3lK1P6SW7V3cAAuLbPwk0dk4QyF4AN3uOGz/2JiIb3trd x8qJIQuN0+7jpWNmuaYWJ46w36Z+jriT1nOmlE8RGeAwL5HWrIUu7oZHUNvyw/B7Oghfwc ch5Plmsvcf1BqC9sVZJch/RfyPQEtCEuNbFbxJYTIIxuzjkjDM8wdpOhEQsbZh/qK7G1TU 7vTI5P11GGxol4dr0mlDUXrplqjhC7ydIxO9VEstVW3tk3LJH3rlX86jBlJhGA== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 8E5E13D72C for ; Sun, 21 Jul 2024 00:45:14 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sVInT-0004lq-BR; Sat, 20 Jul 2024 18:43:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sVInR-0004j3-F7 for guix-patches@gnu.org; Sat, 20 Jul 2024 18:43:21 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sVInR-0004PC-6f; Sat, 20 Jul 2024 18:43:21 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sVInO-0001pP-Ef; Sat, 20 Jul 2024 18:43:18 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#72219] [PATCH 33/34] gnu: Add python-looseversion. Resent-From: Sharlatan Hellseher Original-Sender: "Debbugs-submit" Resent-CC: lars@6xq.net, marius@gnu.org, me@bonfacemunyoki.com, sharlatanus@gmail.com, tanguy@bioneland.org, jgart@dismail.de, guix-patches@gnu.org Resent-Date: Sat, 20 Jul 2024 22:43:18 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 72219 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 72219@debbugs.gnu.org Cc: Sharlatan Hellseher , Lars-Dominik Braun , Marius Bakke , Munyoki Kilyungi , Sharlatan Hellseher , Tanguy Le Carrour , jgart X-Debbugs-Original-Xcc: Lars-Dominik Braun , Marius Bakke , Munyoki Kilyungi , Sharlatan Hellseher , Tanguy Le Carrour , jgart Received: via spool by 72219-submit@debbugs.gnu.org id=B72219.17215153746647 (code B ref 72219); Sat, 20 Jul 2024 22:43:18 +0000 Received: (at 72219) by debbugs.gnu.org; 20 Jul 2024 22:42:54 +0000 Received: from localhost ([127.0.0.1]:54128 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sVImz-0001j3-Od for submit@debbugs.gnu.org; Sat, 20 Jul 2024 18:42:54 -0400 Received: from mail-wm1-f51.google.com ([209.85.128.51]:51466) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sVImk-0001fu-0A for 72219@debbugs.gnu.org; Sat, 20 Jul 2024 18:42:38 -0400 Received: by mail-wm1-f51.google.com with SMTP id 5b1f17b1804b1-427db004e36so7584295e9.3 for <72219@debbugs.gnu.org>; Sat, 20 Jul 2024 15:42:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1721515291; x=1722120091; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=UtpGP+9hQ4St2aoiy3TRNGywQWisA0z/pHKq6Sy8qDM=; b=NXMjRxj6FLeA5dlkP3V+riIixQHo/oEFBtrv3huo1pHoZ+Q56FSd26AWlKZHpSCqON 2JG5OF58wzNxIoo3CjT89FJIq5nj8Mx7RIJ04v7dHllE1ayZ7hEOgRlZPrE2CvBcgiPd Q4Y62h91Q7A2Ls/HLDlw3iCcc6SdVAYuQYjGMc3jCMsKoj7vhu190hP/ahivgD/XzZ9h cZ3EfiOzXR12aJggTn5zJttccZ4H6lstXzfL4+6L7S3us+05HE4YFNTkuh0vEY1ug5E5 u4srECDGVo0tOQ3JNcUQemNbaFfX+SPOi/dzEgLUT0BFeEqDFs8D4Pd+3uK2Jbrrb0Fm 9xTQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1721515291; x=1722120091; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=UtpGP+9hQ4St2aoiy3TRNGywQWisA0z/pHKq6Sy8qDM=; b=tlytyv2NCNTgM5YcnxANyGgQ7LzJ8Zw+WWKqT+Wk3s6ZBsXn/bfWaw+nxPlpXNVM3U NwW53V455zStNHYUt3uQWWJkMroVQ9KGhhdddP3wjQE365IJJszR3rrIVqO1FU95DqdG b6YwZt6qI7pEv4iEg3ELzn6Jl9MjVlRGu2lVBv1PzxPJ+0Dd9R3s+t4+ipH2maOzxDvW b/I0nvHqPRCdIKTZblpHZA5dK3lyPs08jLfiqwjiyWMOGqDA/wvwjTnWTOdTkLVDSjli hNYqOJy2DCDPvYCknfnlQ2eOwm8VWH/HkqHx5xiZil2e9efHUlHHsZBXhYi0JJ0gBtcM Rh0Q== X-Gm-Message-State: AOJu0YwylLg1pTRL67+hKyjvfUlikkK65Ib8wEmEC4i/5F3zM25Fw0V/ siUvSHWCajZv8vHwa5D96iEwgOiRsxpdjCzvEzWX1Two371TKT3DfXy1QJnj X-Google-Smtp-Source: AGHT+IGNF+LkuggzM0wSorCvFjfJnoqbrcHBbjbY9lFhSKtSUKjnb/zDRak65m5tncEW44Z/RQlwiA== X-Received: by 2002:a5d:64ca:0:b0:362:5816:f134 with SMTP id ffacd0b85a97d-369bbbb300cmr1933765f8f.13.1721515291400; Sat, 20 Jul 2024 15:41:31 -0700 (PDT) Received: from guxtil.incerto.xyz (bagu-15-b2-v4wan-170076-cust245.vm21.cable.virginm.net. [77.98.0.246]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-368787cec6bsm4690294f8f.71.2024.07.20.15.41.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 20 Jul 2024 15:41:31 -0700 (PDT) From: Sharlatan Hellseher Date: Sat, 20 Jul 2024 23:40:56 +0100 Message-ID: <3f8ba850a4eb6052896ce722eb998c574e55438e.1721514687.git.sharlatanus@gmail.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Queue-Id: 8E5E13D72C X-Migadu-Scanner: mx13.migadu.com X-Migadu-Spam-Score: -3.81 X-Spam-Score: -3.81 X-TUID: M/FT6tNogqDK * 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