From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.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 mJ+vIkKQ32SG2AAASxT56A (envelope-from ) for ; Fri, 18 Aug 2023 17:37:38 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id oO5xIkKQ32RYMwEA9RJhRA (envelope-from ) for ; Fri, 18 Aug 2023 17:37:38 +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 02C725CF8E for ; Fri, 18 Aug 2023 17:37:37 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=OAzwzTbT; 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=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1692373058; a=rsa-sha256; cv=none; b=N3ubMqFy8JedrYspfnt20ERa5pP4RDcGIb6Nm4ocM+t+1zewr5r7K7G8rtIM7XsABc7emi ZbyrXYH2eHxqN0sLCrOUHi95cCy83XkKOsd/KmeZljGKtkgfKaljhDcmj1R3q+Pck1Xsk1 Vctd1BrwT7I91tayJ2VASElsoVRsQP0cZWTZAthRuONQXDyCT+3z173JfZpJXdKmIcocWl VeFGm337TuQHm5XKOd7my1X9Ukhfkc4Ca2Pejq2UGa4zy59YsiM6cfI41RVMy+WlXqBqSO lvKE3mxJcVivmXyTjKZ7wRyJXVdnVPG4HX4hagGiKbVpBZSh/4OZnbb1TyYOhw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=OAzwzTbT; 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=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1692373058; h=from:from:sender:sender:reply-to: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=yA0tR6dN0+N5BkP9zvI01lSklN/vmxGxu0mzi2GrJwU=; b=BSB9Ne7i9s6Jh2wq7RnF2t8egHNBiNLKDWoST62C40M79LJlppd2JVjiHHB9CjaOUDUfkT cqZ1cHvppNv9mK0skzXkCBs0FxCgPfrDLHD79SaQ1Pem4FP2ZgJdDzrukhqYZm69OObBKB zdm7QJad6ICkmu8Hw0XcDpulFo8QuOeYGzIAcj5+faQGA7VfM7WWim0O0FqDR6IPGLMJJo 66RChkfynKgeFP5tqBC1KzQhQhM/CYQxOw/HSRMN+xU7RNa4QFXVXZodie+vluuxh38fl/ JSN7ENFJpLNeGxny6TteFCROnff2qQwnRL2CQFyjd1AKlYgYDueEa6KedbjGMA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qX1X7-0004in-Vh; Fri, 18 Aug 2023 11:37:05 -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 1qX1X6-0004i8-IR for guix-patches@gnu.org; Fri, 18 Aug 2023 11:37:04 -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 1qX1X6-0006eZ-AM for guix-patches@gnu.org; Fri, 18 Aug 2023 11:37:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qX1X5-0007J9-OE; Fri, 18 Aug 2023 11:37:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65369] [PATCH 2/5] gnu: Add python-pymarshal. Resent-From: Sughosha Original-Sender: "Debbugs-submit" Resent-CC: lars@6xq.net, jgart@dismail.de, guix-patches@gnu.org Resent-Date: Fri, 18 Aug 2023 15:37:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 65369 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65369@debbugs.gnu.org Cc: Sughosha , Lars-Dominik Braun , jgart X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Lars-Dominik Braun , jgart Received: via spool by submit@debbugs.gnu.org id=B.169237301328043 (code B ref -1); Fri, 18 Aug 2023 15:37:03 +0000 Received: (at submit) by debbugs.gnu.org; 18 Aug 2023 15:36:53 +0000 Received: from localhost ([127.0.0.1]:48539 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qX1Wu-0007IF-JT for submit@debbugs.gnu.org; Fri, 18 Aug 2023 11:36:52 -0400 Received: from lists.gnu.org ([2001:470:142::17]:34188) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qX1Ws-0007I2-HZ for submit@debbugs.gnu.org; Fri, 18 Aug 2023 11:36:51 -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 1qX1Wm-0004PT-Gz for guix-patches@gnu.org; Fri, 18 Aug 2023 11:36:44 -0400 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qX1Wk-0006bL-7p for guix-patches@gnu.org; Fri, 18 Aug 2023 11:36:44 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 2E9C0410BC; Fri, 18 Aug 2023 17:36:41 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YkHFlbnNZkKS; Fri, 18 Aug 2023 17:36:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1692373000; bh=js2inyet24jT1U5zYDK+IC9/xRVjYrxTaDim7G/mNgM=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=OAzwzTbTLutG+zO2JrkVaRPJfZSBa8dpddZpJqoxFExFdszmviyGQtsVW1/HhHxKt ATHjcMigpCM2Ea+ZIL8QJ6rJ7mhQE1hLU7zUUWOWwlF2XqcnVdkvm4ySYkiU2i4z8B QdgAybeIFvC7lJhsRvyan5NtipoAxbCrppoSzpLm3Ds4PcG4Yq6hkcS2csL910hcwf TL30Y35lFd2fY2/rO0qmzj4D5su0z1U2oNbcsvZGNZjnhvYPqRZ5786s1QzR+/3OkC CkeY5Ysqw9kKJdnJFeur6zD5aYd4pevV42uT/i6nsOCJ+IkAgHS17DzCyFQrtKhve1 jZsyluSnlBVhw== Date: Fri, 18 Aug 2023 17:35:39 +0200 Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=sughosha@disroot.org; helo=layka.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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: , Reply-to: Sughosha X-ACL-Warn: , Sughosha via Guix-patches From: Sughosha via Guix-patches via 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-Spam-Score: -6.19 X-Migadu-Queue-Id: 02C725CF8E X-Migadu-Spam-Score: -6.19 X-TUID: OpZj9R8E8shO * gnu/packages/python-xyz.scm (python-pymarshal): New variable. --- gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7f8c976753..67721666ec 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -30686,6 +30686,28 @@ (define-public python-peachpy supports x86_64 instructions up to AVX-512 and SHA.") (license license:bsd-2)))) +(define-public python-pymarshal + (package + (name "python-pymarshal") + (version "2.2.3") + (source (origin + (method url-fetch) + (uri (pypi-uri "pymarshal" version)) + (sha256 + (base32 + "1lhb7yim60pvclbd440zd4n50xs1d2rvmnrhhvib3hyv0dxil5j3")))) + (build-system pyproject-build-system) + (arguments + (list #:tests? #f)) ;fails due to unrecognized arguments + (native-inputs + (list python-pytest)) + (propagated-inputs (list python-bson python-pyyaml)) + (home-page "https://gitlab.com/d3v-t00lz/pymarshal") + (synopsis "Pythonic implementation of Golang struct (un)marshalling") + (description "PyMarshal replicates the feature of (un)marshalling structs +in Golang.") + (license license:bsd-2))) + (define-public python-sgmllib3k (let ((commit "799964676f35349ca2dd04503e34c2b3ad522c0d") (revision "1")) -- 2.41.0