From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id uIBMObIkHGWbpAAAG6o9tA:P1 (envelope-from ) for ; Tue, 03 Oct 2023 16:26:59 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id uIBMObIkHGWbpAAAG6o9tA (envelope-from ) for ; Tue, 03 Oct 2023 16:26:59 +0200 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 711505F0D5 for ; Tue, 3 Oct 2023 16:26:58 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=IvJr9EZc; 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=1696343218; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: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=13c0NBdm9U8zdz+PqPqcy2ompJ7BZIhqMVmq85EZqM8=; b=tFTPxr1o/uvj8c4Sc8QAdUlGbi9QseITIZAFIkgxjt8qv1i6cpaK8IRYtSupqSk9G4WHRN VTIb2msHHra0OvM8rof9lGqDrGD+lCsZqiHyNDsZhWwn5vyWj5jAlT9/dHMEp/pq0CZLcT pBBhIUxWNA72m0vDxBc90jJkvDErLjcKmAeoPAYt4ledWysSEBUBO3X8GK2/GAmypQ4QQD GxVzOkonVTf0r4THMfAGyC/WO8B7+UvF7fXk/x/dVmhcyh8svftHDr01dKTK+rYIQSnDPj a3VUgWX7n3zWP2O2igMts9o0Fhf8MOTLQYhLLrgp1xSUoalfDwKE2FHP8tfdZw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1696343218; a=rsa-sha256; cv=none; b=L6OqUnqNUJmubg29WA1n4xcfFCthzrqGmigTe6gZ+iKA1ZIJ/0Ehm/llmaYiwDeu3ruV+Z Oy82ASpLysl3S5llm/fX4oZcM2S86j6dXH48/rmQU17x8NcyoOuJMhPlxM2vMiRoNGdkm5 diQjdJ+Ah26XJR5+Rd3W6JpF/moyT9hqA/mj040BTxXOXHVztmISdyB1SZwyeZoCMXyvvD TpcPwg1hmsm5rYSPJVcayTOt75LUo3McQ17twviEVyHZJzdO0W3th/LkBjrEwZLafZkFqk y8sJGaIeCIxOCb4571ry+gWkZNJOQyhPWOfWWDpfkqhQQice4jD6Lpei/UM/ug== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=IvJr9EZc; 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) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qngMJ-0002UQ-Dr; Tue, 03 Oct 2023 10:26:47 -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 1qngMH-0002Tx-OF for guix-patches@gnu.org; Tue, 03 Oct 2023 10:26:45 -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 1qngMH-0006Ru-Fa for guix-patches@gnu.org; Tue, 03 Oct 2023 10:26:45 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qngMY-0003yp-F4 for guix-patches@gnu.org; Tue, 03 Oct 2023 10:27:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65194] [PATCH v3] gnu: Add python-altgraph. Resent-From: Michael Ford Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 03 Oct 2023 14:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65194 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: jgart Cc: Munyoki Kilyungi , Hilton Chain , 65194@debbugs.gnu.org, Lars-Dominik Braun , Marius Bakke Received: via spool by 65194-submit@debbugs.gnu.org id=B65194.169634320815280 (code B ref 65194); Tue, 03 Oct 2023 14:27:02 +0000 Received: (at 65194) by debbugs.gnu.org; 3 Oct 2023 14:26:48 +0000 Received: from localhost ([127.0.0.1]:40551 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qngMK-0003yN-7m for submit@debbugs.gnu.org; Tue, 03 Oct 2023 10:26:48 -0400 Received: from mail-yw1-x112c.google.com ([2607:f8b0:4864:20::112c]:52640) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qngMJ-0003y9-0q for 65194@debbugs.gnu.org; Tue, 03 Oct 2023 10:26:47 -0400 Received: by mail-yw1-x112c.google.com with SMTP id 00721157ae682-5a4e29928c3so7762817b3.1 for <65194@debbugs.gnu.org>; Tue, 03 Oct 2023 07:26:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696343184; x=1696947984; darn=debbugs.gnu.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=13c0NBdm9U8zdz+PqPqcy2ompJ7BZIhqMVmq85EZqM8=; b=IvJr9EZcCV3Dp4tJcRj51ClfMZsXqW0507cHGu7CNQEJ1izn7+86WBxxEeKh83L9xw iwCLzFud1kWZCCYrrNXg4M/ecXZ1SeX1LTfjiGb38KPp+c4WPg3ckwkjnCVObC1XFKAO ub6b680N+/XJeiWx/MCH5M1EUptcQvIfaSYGYUhj0yiyA84aFdxF4aM0RibSCm6EUCce 0/gIxidQGc1uSvwgxjGcu1mhMHAwxj3pwxn1OS8gNC//+cSa7R2jmd6PRSSrBPxdTu/J iNlUJU8a7941TSPNVBu0RogD/I1Ez+wl2elXiiJtKIz7uX9IBfPfTnbAVifLwrlX8nkt qFOQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696343184; x=1696947984; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=13c0NBdm9U8zdz+PqPqcy2ompJ7BZIhqMVmq85EZqM8=; b=FNPVJ88YDCNnbQOFwQwz5gFnMLBBlrUkbnHaJyDYY4kqTsvTAp3N8flOZkpbqubh+Y RuRj2PwSYNkC2gCgB3nn5CewPC7LZo0X5t3E43LEYrflHHojcfwM7ePKfdfxRjxxRMfm UXmkQVIoJYaeGaAnxMHJcXRAV49ZzrzVze/HcWdrmbnGarWDQxzBqDjC3H1b1NH2bt+F xdawt4YSVmqLWQsHc9OEGhK9QS9jVHFD9lkaSolEscJk/za6O6XWnPgPSLg/c+NYDji/ lDxaKl0D7Zuz53+jXbWBNM2NW61VCa0wHRImMfJuxqy9C0sr3deiMlIrpOMUCPi5aHqK XGlQ== X-Gm-Message-State: AOJu0YxjzdefmRlmV03TNQFG3aJ4VRXM2oOm6mvLrhBjXrAykt8RT5hO 43rCx1Z4L+X/Epek06hPR3jiX7xFysUpMFJkBMU= X-Google-Smtp-Source: AGHT+IF7ZalnzM4KhYvvgRTa3SllSZHdiA0w82BmnhTZmkERqBRPHx5v8HWIIP991ttXW6rcxCZnzy1TCcsJsCRj/8E= X-Received: by 2002:a25:7609:0:b0:d85:ab4a:836 with SMTP id r9-20020a257609000000b00d85ab4a0836mr14184278ybc.39.1696343184088; Tue, 03 Oct 2023 07:26:24 -0700 (PDT) MIME-Version: 1.0 References: <0e8d212864503b6022ee496079a78eb2@dismail.de> <87sf6t4f0h.fsf@saitama.mail-host-address-is-not-set> <9c58e95cfd34ae3361495d25893646df@dismail.de> In-Reply-To: <9c58e95cfd34ae3361495d25893646df@dismail.de> From: Michael Ford Date: Tue, 3 Oct 2023 15:26:13 +0100 Message-ID: Content-Type: multipart/alternative; boundary="000000000000e7a2660606d0ac4c" 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-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -5.13 X-Spam-Score: -5.13 X-Migadu-Queue-Id: 711505F0D5 X-TUID: TptG/Xx7VKdo --000000000000e7a2660606d0ac4c Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi jgart, I'm happy for this to be changed in whatever way is best for inclusion in Guix. The original patch I submitted, came from a manifest in a different project, where we have just been using the source, and were not running the tests. If the PyPi souce would be a better fit here, that is fine with me. Thanks, Michael On Tue, 3 Oct 2023 at 14:32, jgart wrote: > Hi fanquake, > > Why not use the PyPi source if it includes the tests? > > It is what the importer would have produced: > > $ guix import pypi altgraph > > Starting download of /tmp/guix-file.mH76On > From > https://files.pythonhosted.org/packages/de/a8/7145824cf0b9e3c28046520480f= 207df47e927df83aa9555fb47f8505922/altgraph-0.17.4.tar.gz. > .. > =E2=80=A617.4.tar.gz 47KiB 835KiB/s 00:00 =E2=96=95=E2= =96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96= =88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88= =E2=96=88=E2=96=8F > 100.0% > > Starting download of /tmp/guix-file.j6I6jB > From > https://files.pythonhosted.org/packages/4d/3f/3bc3f1d83f6e4a7fcb834d37205= 44ca597590425be5ba9db032b2bf322a2/altgraph-0.17.4-py2.py3-none-any.whl. > .. > =E2=80=A62.py3-none-any.whl 21KiB 1.8MiB/s 00:00 =E2=96=95=E2= =96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96= =88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88= =E2=96=88=E2=96=8F > 100.0% > (package > (name "python-altgraph") > (version "0.17.4") > (source > (origin > (method url-fetch) > (uri (pypi-uri "altgraph" version)) > (sha256 > (base32 "01j48np3g50g6insjkszsz0vifwlm6gspria5vdwlkbciywznnhv")))) > (build-system pyproject-build-system) > (home-page "https://altgraph.readthedocs.io") > (synopsis "Python graph (network) package") > (description "Python graph (network) package") > > all best, > > jgart > --000000000000e7a2660606d0ac4c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi jgart,

I'm happy for = this to be changed in whatever way is best for inclusion in Guix.
The original patch I submitted, came from a manifest in a different projec= t, where
we have just been using the source, and were not running= the tests. If the PyPi souce
would be a better fit here, that is= fine with me.

Thanks,

Mi= chael

On Tue, 3 Oct 2023 at 14:32, jgart <jgart@dismail.de> wrote:
Hi fanquake,

Why not use the PyPi source if it includes the tests?

It is what the importer would have produced:

$ guix import pypi altgraph

Starting download of /tmp/guix-file.mH76On
>From https://files.pythonhosted.org/packages/= de/a8/7145824cf0b9e3c28046520480f207df47e927df83aa9555fb47f8505922/altgraph= -0.17.4.tar.gz...
=C2=A0=E2=80=A617.4.tar.gz=C2=A0 47KiB=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 835KiB/s 00:00 =E2=96=95=E2=96=88=E2=96=88=E2= =96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96= =88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=8F= 100.0%

Starting download of /tmp/guix-file.j6I6jB
>From https://files.pythonhosted= .org/packages/4d/3f/3bc3f1d83f6e4a7fcb834d3720544ca597590425be5ba9db032b2bf= 322a2/altgraph-0.17.4-py2.py3-none-any.whl...
=C2=A0=E2=80=A62.py3-none-any.whl=C2=A0 21KiB=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A01.8MiB/s 00:00 =E2=96=95=E2=96=88=E2=96=88=E2=96=88=E2=96=88= =E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2= =96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=8F 100.0%
(package
=C2=A0 (name "python-altgraph")
=C2=A0 (version "0.17.4")
=C2=A0 (source
=C2=A0 =C2=A0(origin
=C2=A0 =C2=A0 =C2=A0(method url-fetch)
=C2=A0 =C2=A0 =C2=A0(uri (pypi-uri "altgraph" version))
=C2=A0 =C2=A0 =C2=A0(sha256
=C2=A0 =C2=A0 =C2=A0 (base32 "01j48np3g50g6insjkszsz0vifwlm6gspria5vdw= lkbciywznnhv"))))
=C2=A0 (build-system pyproject-build-system)
=C2=A0 (home-page "https://altgraph.readthedocs.io") =C2=A0 (synopsis "Python graph (network) package")
=C2=A0 (description "Python graph (network) package")

all best,

jgart
--000000000000e7a2660606d0ac4c--