From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.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 2CVmKL209WRRawEAauVa8A:P1 (envelope-from ) for ; Mon, 04 Sep 2023 12:43:09 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 2CVmKL209WRRawEAauVa8A (envelope-from ) for ; Mon, 04 Sep 2023 12:43:09 +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 82839F9B8 for ; Mon, 4 Sep 2023 12:43:09 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=SLjjV1rB; 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=1693824189; 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=HOl6ztz91qQVrWeYVBlDhjhvOGoCQJJBa57qXWic1Pg=; b=hZbHOX7zKANg24CgnPG4UAukM2F0Pq5vBxPg5P54zrTxinkxAR2w/rdFR/bzLp+b833xNt 1lsCG05WpGy9/dKWNatQFxmxS/8xR8s76zGOygkxWWPMVrJEVWHEr5ZPCaHHTBLHq6SwxC gaOM38wr/b7cvVvsjDY+BwX82A/H4jaOYCL8PSUg+hgpRCrfO/B6yX3EuHX3zIP2Mkrg5O k3K4FKtWLmPRJ9Aq0AXCbvCQGREUWGSmtJ2QgNalwsVbp1lvdk5T0l7Ai23yc934oRwr0F ylB//1effNuRthhZZH+gt1oksidbfGBeL6ZsBTihgblUkKUAAosALfXz5HEdSg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1693824189; a=rsa-sha256; cv=none; b=WncX6t9SbGHX9rAKCQcF8DkaD/sDE3n/qt7HX9s35UVOk2EHLGsLxpq3TwtAWhgRJlVFBU OfPR184TXOndhkTKbPOrJcNQz7MILq+9MnPQR7cfcGbLK5hcZOwntwzdssBRUVRfa6nst0 U8ist1LMZ8466xBYNvIhWkUDZx3ueyzmx/c2P9u7Ck4p9lfKh+X2nuCNwSHaOTQlzGn8/M eR3HNyNnSas762AsC3opHslCkysY2ATAx+rEiZPIekMmzV8dN8uez2sPm3EjryFd+MmNwM a2eDaGMmefZdEw7GXtoYulzsD6IHR9PZwrgT7xGz1MbgRntT/H1EjpXOJerFVg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=SLjjV1rB; 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 1qd72C-00075a-Gh; Mon, 04 Sep 2023 06:42:20 -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 1qd71y-00072W-K4 for guix-patches@gnu.org; Mon, 04 Sep 2023 06:42:07 -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 1qd71v-0007nR-5L for guix-patches@gnu.org; Mon, 04 Sep 2023 06:42:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qd71u-0005x2-FF; Mon, 04 Sep 2023 06:42:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65037] [PATCH v4 3/8] gnu: Add python-construct-classes. Resent-From: Attila Lendvai Original-Sender: "Debbugs-submit" Resent-CC: lars@6xq.net, jgart@dismail.de, guix-patches@gnu.org Resent-Date: Mon, 04 Sep 2023 10:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65037 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 65037@debbugs.gnu.org Cc: Attila Lendvai , Lars-Dominik Braun , jgart X-Debbugs-Original-Xcc: Lars-Dominik Braun , jgart Received: via spool by 65037-submit@debbugs.gnu.org id=B65037.169382408522771 (code B ref 65037); Mon, 04 Sep 2023 10:42:02 +0000 Received: (at 65037) by debbugs.gnu.org; 4 Sep 2023 10:41:25 +0000 Received: from localhost ([127.0.0.1]:48827 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qd71I-0005v0-Jp for submit@debbugs.gnu.org; Mon, 04 Sep 2023 06:41:25 -0400 Received: from mail-ed1-x52a.google.com ([2a00:1450:4864:20::52a]:61878) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qd71E-0005uF-Rw for 65037@debbugs.gnu.org; Mon, 04 Sep 2023 06:41:21 -0400 Received: by mail-ed1-x52a.google.com with SMTP id 4fb4d7f45d1cf-52683da3f5cso1752207a12.3 for <65037@debbugs.gnu.org>; Mon, 04 Sep 2023 03:41:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693824075; x=1694428875; 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=HOl6ztz91qQVrWeYVBlDhjhvOGoCQJJBa57qXWic1Pg=; b=SLjjV1rBIZ68ULsFDW9iKKMJkpmI4rw/OTlrVmnrNFwKEdlI5iFMIfeRCjR5CG39oO CQmCy2iHniR4r7tvzAXB1chMRaGEMvAFHzlYG8S/oiEHvbpM1YniMhS9+0mAZIdiIoky ZZRAKMC8p6j0iknkt30XPfxYc2S/5VY3V2IGRfNmn/k+pN/cf6BDaHMb3G0tqS4/I1Bd VL9NpeMePpJomA4ZcDHq2czS5Jbcz41Grqow72CK/f94lO4xn8ZxO3AhczAlMAcUw7EK TAFhbyp0NlvcgZMGe/YtDrM9G/BxVudBrf07ijF8dm0LBiAVmcgldYcwsvukddyjj/lF c2xQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693824075; x=1694428875; 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=HOl6ztz91qQVrWeYVBlDhjhvOGoCQJJBa57qXWic1Pg=; b=ZEqHr+RyzK+b0j7HnfQJXwfn12ZxwgLOrLroTy/hv8GRgJadQUV4EAE5WraiQSl8jQ uKshSXfqux5kNzlwSzvT8mNH5ryr5X0TjSXYzst54GO1QtXkfJCoxLIvdjxhP+QbWoMW e7MbOy7Mdo9L5VXHNlxwNGo37NefClE1/MzMS0ngzypcpdEMFo/UXV8b0hJLliWcqweQ gdRLHZG2zq3jBIHttFYgL/+Fui4HTYWBi3v0fwV+WfEiCGGUTQjDc2gy72VXgG9F/sxG zbAYWlMIAoX9rISKrZ3z6EgOX+hb5fkxxZUan5p5WUTeWxIjKIxPkC1uFhnIxBLKLuhd yjTg== X-Gm-Message-State: AOJu0Yz2T3SNltsJy7AP8znPr8S1lLx2ao6PXuGve6QbvxSYyqSTjb82 HDY4W6QqXhjAfUM5/8y94YbrdOTczmef5A== X-Google-Smtp-Source: AGHT+IEakY/NbUMhC6BP5PLb6DS7lUcXjE86HHVemNb68o1M7MgOjKtd/AlKAVfRIpyxren9nNX5lQ== X-Received: by 2002:a50:ef03:0:b0:523:4d60:71c0 with SMTP id m3-20020a50ef03000000b005234d6071c0mr6356014eds.33.1693824075249; Mon, 04 Sep 2023 03:41:15 -0700 (PDT) Received: from lelap.lan (2a00-1f40-b161-2f0-6b9f-85-742e-f655.pool6.panelnet.hu. [2a00:1f40:b161:2f0:6b9f:85:742e:f655]) by smtp.gmail.com with ESMTPSA id d25-20020a056402079900b005224f840130sm5560568edy.60.2023.09.04.03.41.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 04 Sep 2023 03:41:14 -0700 (PDT) From: Attila Lendvai X-Google-Original-From: Attila Lendvai Date: Mon, 4 Sep 2023 12:40:42 +0200 Message-ID: <0a299622afedab46783d6dbf9db130b9012a6f14.1693824046.git.attila@lendvai.name> 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-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -4.63 X-Spam-Score: -4.63 X-Migadu-Queue-Id: 82839F9B8 X-TUID: r8jUd+W1PmVK * gnu/packages/python-xyz.scm (python-construct-classes): New variable. --- gnu/packages/python-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5cc966c591..eeb028e9b8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -824,6 +824,31 @@ (define-public python-colorful as functions or string constants to form colored terminal output.") (license license:expat))) +(define-public python-construct-classes + (package + (name "python-construct-classes") + (version "0.1.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/matejcik/construct-classes") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0fmr8nfg543lyqk4164a52jb6lwpq98radicbkhhdfckq9lib2wp")))) + (build-system pyproject-build-system) + (propagated-inputs + (list python-construct)) + (native-inputs + (list python-poetry-core + python-pytest)) + (home-page "https://github.com/matejcik/construct-classes") + (synopsis "Parse binary structs into dataclasses") + (description "This package provides a parser to parse binary structs +into dataclasses.") + (license license:expat))) + (define-public python-yaspin (package (name "python-yaspin") -- 2.41.0