From patchwork Sun Feb 6 08:16:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Pierre-Henry_Fr=C3=B6hring?= X-Patchwork-Id: 37017 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 1192627BBEA; Sun, 6 Feb 2022 08:19:25 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id D225F27BBE9 for ; Sun, 6 Feb 2022 08:19:24 +0000 (GMT) Received: from localhost ([::1]:49166 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nGclX-00016v-Vu for patchwork@mira.cbaines.net; Sun, 06 Feb 2022 03:19:24 -0500 Received: from eggs.gnu.org ([209.51.188.92]:34430) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nGclD-00015H-1r for guix-patches@gnu.org; Sun, 06 Feb 2022 03:19:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42429) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nGclC-0001hD-NU for guix-patches@gnu.org; Sun, 06 Feb 2022 03:19:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nGclC-0000vL-If for guix-patches@gnu.org; Sun, 06 Feb 2022 03:19:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53816] [PATCH] Add package python-types-ujson to python-xyz.scm. Resent-From: Pierre-Henry =?utf-8?b?RnLDtmhyaW5n?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 06 Feb 2022 08:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 53816 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53816@debbugs.gnu.org Cc: Pierre-Henry =?utf-8?b?RnLDtmhyaW5n?= X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16441355253524 (code B ref -1); Sun, 06 Feb 2022 08:19:02 +0000 Received: (at submit) by debbugs.gnu.org; 6 Feb 2022 08:18:45 +0000 Received: from localhost ([127.0.0.1]:36326 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGckv-0000um-5T for submit@debbugs.gnu.org; Sun, 06 Feb 2022 03:18:45 -0500 Received: from lists.gnu.org ([209.51.188.17]:50814) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGckt-0000ue-7a for submit@debbugs.gnu.org; Sun, 06 Feb 2022 03:18:43 -0500 Received: from eggs.gnu.org ([209.51.188.92]:34384) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nGcko-0000ne-Hu for guix-patches@gnu.org; Sun, 06 Feb 2022 03:18:40 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:47241) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nGckl-0001ep-5X for guix-patches@gnu.org; Sun, 06 Feb 2022 03:18:36 -0500 Received: (Authenticated sender: contact@phfrohring.com) by mail.gandi.net (Postfix) with ESMTPSA id BAD92100006; Sun, 6 Feb 2022 08:18:15 +0000 (UTC) From: Pierre-Henry =?utf-8?b?RnLDtmhyaW5n?= Date: Sun, 6 Feb 2022 09:16:05 +0100 Message-Id: <20220206081605.1631727-1-contact@phfrohring.com> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Received-SPF: pass client-ip=217.70.178.231; envelope-from=contact@phfrohring.com; helo=relay11.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 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: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches --- 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 7c1b5e8ed3..09077dc77b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -28931,3 +28931,22 @@ (define-public python-types-dataclasses "This packages provides a collection of library stubs for Python, with static types.") (license license:asl2.0))) + +(define-public python-types-ujson + (package + (name "python-types-ujson") + (version "4.2.1") + (source (origin + (method url-fetch) + (uri (pypi-uri "types-ujson" version)) + (sha256 + (base32 + "0k9n9hsq4k2zaakdwbkcsvi7m8d3mv2y9yl6f171y58ld4qpcxcy")))) + (build-system python-build-system) + (home-page "https://github.com/python/typeshed") + (synopsis "Typing stubs for ujson") + (description + "This is a PEP 561 type stub package for the ujson +package. It can be used by type-checking tools like mypy, PyCharm, +pytype etc. to check code that uses ujson.") + (license license:asl2.0)))