From patchwork Wed Apr 21 13:38:39 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roel Janssen X-Patchwork-Id: 28730 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id F35D827BC79; Wed, 21 Apr 2021 14:39:08 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 7695B27BC7A for ; Wed, 21 Apr 2021 14:39:08 +0100 (BST) Received: from localhost ([::1]:45802 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lZD4N-0000o7-L2 for patchwork@mira.cbaines.net; Wed, 21 Apr 2021 09:39:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38226) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lZD4I-0000o1-MW for guix-patches@gnu.org; Wed, 21 Apr 2021 09:39:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45668) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lZD4I-0000eg-Ci for guix-patches@gnu.org; Wed, 21 Apr 2021 09:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lZD4I-0007SL-Ah for guix-patches@gnu.org; Wed, 21 Apr 2021 09:39:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#47933] [PATCH] gnu: Add python-crcmod. Resent-From: Roel Janssen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 21 Apr 2021 13:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 47933 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 47933@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.161901232628637 (code B ref -1); Wed, 21 Apr 2021 13:39:02 +0000 Received: (at submit) by debbugs.gnu.org; 21 Apr 2021 13:38:46 +0000 Received: from localhost ([127.0.0.1]:57214 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZD42-0007Rp-0e for submit@debbugs.gnu.org; Wed, 21 Apr 2021 09:38:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:47404) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZD3y-0007Re-2E for submit@debbugs.gnu.org; Wed, 21 Apr 2021 09:38:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38094) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lZD3x-0000nK-SC for guix-patches@gnu.org; Wed, 21 Apr 2021 09:38:41 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56014) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lZD3x-0000RS-L2 for guix-patches@gnu.org; Wed, 21 Apr 2021 09:38:41 -0400 Received: from [143.121.198.253] (port=58432) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1lZD3w-00052T-Vf for guix-patches@gnu.org; Wed, 21 Apr 2021 09:38:41 -0400 From: Roel Janssen Message-ID: <9b937c12-c3cc-34af-aba3-694fa17770c6@gnu.org> Date: Wed, 21 Apr 2021 15:38:39 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 Content-Language: en-US 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Hi Guix, Here's a patch for python-crcmod. Kind regards, Roel Janssen From 61fbb10be87a4d52a8a2a1328102e8f9c41b8726 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Wed, 21 Apr 2021 15:36:55 +0200 Subject: [PATCH] gnu: Add python-crcmod. * gnu/packages/python-xyz.scm (python-crcmod): New variable. --- gnu/packages/python-xyz.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5cf0b61c68..823d82cea7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -355,6 +355,25 @@ implementation for the Telegram Bot API.") with Python's logging module that outputs records using terminal colors.") (license license:expat))) +(define-public python-crcmod + (package + (name "python-crcmod") + (version "1.7") + (source (origin + (method url-fetch) + (uri (pypi-uri "crcmod" version)) + (sha256 + (base32 + "07k0hgr42vw2j92cln3klxka81f33knd7459cn3d8aszvfh52w6w")))) + (build-system python-build-system) + (home-page "http://crcmod.sourceforge.net/") + (synopsis "CRC generator for Python") + (description "The software in this package provides a Python module for +generating objects that compute the Cyclic Redundancy Check (CRC). It includes +a (optional) C extension for fast calculation, as well as a pure Python +implementation.") + (license license:expat))) + (define-public python-pyprind (package (name "python-pyprind") -- 2.31.1