From unknown Tue Jun 17 22:26:55 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57221] [PATCH] gnu: Add python-nanoid. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 15 Aug 2022 02:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 57221 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57221@debbugs.gnu.org Cc: jgart X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166052916313475 (code B ref -1); Mon, 15 Aug 2022 02:07:02 +0000 Received: (at submit) by debbugs.gnu.org; 15 Aug 2022 02:06:03 +0000 Received: from localhost ([127.0.0.1]:40140 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oNPUQ-0003VH-Lp for submit@debbugs.gnu.org; Sun, 14 Aug 2022 22:06:02 -0400 Received: from lists.gnu.org ([209.51.188.17]:60602) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oNPUO-0003Us-Qh for submit@debbugs.gnu.org; Sun, 14 Aug 2022 22:06:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41640) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oNPUO-00033Z-M0 for guix-patches@gnu.org; Sun, 14 Aug 2022 22:06:00 -0400 Received: from mx1.dismail.de ([78.46.223.134]:6255) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oNPUM-0005Q9-9g for guix-patches@gnu.org; Sun, 14 Aug 2022 22:06:00 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id e29842d2 for ; Mon, 15 Aug 2022 04:05:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=43B9LuBdwx19MEmvQvinafcbT7BZkHllTg8UjDLynZc=; b= bRkviqI4HdtLYlavl+c59kYFFKCGJqVTB2BNI4LraPf2FRwAJ3XU2CcqeMI6+KeI 489sCCalqMAkg4wudzilhxcNvS+L7j7ElD6354CTyMRfI+QHM5sKbFg0igwJ30L5 MaXY4sbQGtpqZQgepBw0BD/tHN2vG2nTqu1ypuiAbYeNUXpLBSVi1TcPE92x+FB8 i17x/MUjwse9r8fzCVGD+PZE6wBm2LRWaTIFD78xf2mOOCPgt4kD2XZY5OmppOxh GFLRHpJIAIOuyYRDPZ+HdJ3di8Ui7hplMqQIDHlcNZnbrsKZjgVWNyK/qFc7O8k8 HM7b+GLmuZfOBuGkcvzACA== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 31552fa3 for ; Mon, 15 Aug 2022 04:05:55 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 1050ab78 for ; Mon, 15 Aug 2022 04:05:55 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 6150c61e (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 15 Aug 2022 04:05:49 +0200 (CEST) From: jgart Date: Sun, 14 Aug 2022 21:05:53 -0500 Message-Id: <20220815020553.29149-1-jgart@dismail.de> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, 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-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/python-xyz.scm (python-nanoid): New variable. --- gnu/packages/python-xyz.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 13ab2f2c8b..2122db30c6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -30531,6 +30531,39 @@ (define-public python-types-orjson etc. to check code that uses @code{orjson}.") (license license:asl2.0))) +(define-public python-nanoid + ;; There are no tests on PyPi. + (let ((commit "061f9a598f310b0e2e91b9ed6ce725a22770da64") + (revision "0")) + (package + (name "python-nanoid") + (version "2.0.0") + (source + (origin + (method git-fetch) + (uri + (git-reference + (url "https://github.com/puyuan/py-nanoid") + (commit commit))) + (file-name (git-file-name name commit)) + (sha256 + (base32 "0y1bcw0h27g8rkqq7cp33ywn0i0lp0q3rjixzkh4191y1dp9yf8s")))) + (build-system python-build-system) + (native-inputs (list python-pytest)) + (arguments + '(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? inputs outputs #:allow-other-keys) + (when tests? + (invoke "pytest"))))))) + (home-page "https://github.com/puyuan/py-nanoid") + (synopsis "Unique string ID generator") + (description +"This package provides a tiny, secure, URL-friendly, unique string ID +generator for Python") + (license license:expat)))) + (define-public python-misskey (package (name "python-misskey") -- 2.37.2 From unknown Tue Jun 17 22:26:55 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: jgart Subject: bug#57221: closed (Re: bug#57221: [PATCH] gnu: Add python-nanoid.) Message-ID: References: <87lerqhxid.fsf@envs.net> <20220815020553.29149-1-jgart@dismail.de> X-Gnu-PR-Message: they-closed 57221 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 57221@debbugs.gnu.org Date: Mon, 15 Aug 2022 05:45:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1660542302-11342-1" This is a multi-part message in MIME format... ------------=_1660542302-11342-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #57221: [PATCH] gnu: Add python-nanoid. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 57221@debbugs.gnu.org. --=20 57221: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D57221 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1660542302-11342-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 57221-done) by debbugs.gnu.org; 15 Aug 2022 05:44:20 +0000 Received: from localhost ([127.0.0.1]:40333 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oNStg-0002vv-71 for submit@debbugs.gnu.org; Mon, 15 Aug 2022 01:44:20 -0400 Received: from envs.net ([89.163.145.170]:59090 helo=mail.envs.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oNSta-0002vi-SV for 57221-done@debbugs.gnu.org; Mon, 15 Aug 2022 01:44:19 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 366CD38A0DEA; Mon, 15 Aug 2022 05:44:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1660542251; bh=G7FpxwhEg+2NfSJ7IyXn4r2w0E7UWuyEDUolqEu2OzY=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=B4mx0XYm0MpxHWc9jM2SghgjGzJ5l/4uPWxt9+ZW37KKBcxgsqh9QRww5GICfJ+TK 3yVWR3rpI9yO8srgklkD32RdDk0SwDvu07KCLqgH8Ql2Yubmys435kchtNc4oWr1cj TW8zO8u/bIX1NqK8Bil657duYAFsvP34zXqNI73fbZ2mmFg3znTJEdMhtn0hMNSvkW HCMBmKwWJtMGeJIy0DHi86ywSVuYtIeGOz/KZdsY5EJx2Qu3SG0W/ElsmBFU+d745B 1x+ZZdki2VIeKYvBnXDKXu7iNK5/avpxe4/AsVMRPPr5QNsUGCddTsJu/vRE63mGPv OPJnpqU4BxSV4OXS+Ty8msWSztdXIyEbspAX/17HNwquxabeWTTSBqX16FjnG+g3ys hEmerf+Zbs69HmyKMXVYXY+bdaTfVbipYibLqAQ7Yo++d93N69jz+DGTR9mNIYWqTv NHhQDwaXdIwD7fDmtXJUNhJpse6UGHNnxDY9qgJelJC9blrD/pemNODigYgmHa59Y2 W6r6LfWSn3IQ9Mg3w02YpxTOP6suMXFexNpxxPQxpR7/L+zXZ426Y/X0o1ygVK+thu V33nAd8EDkG7dL22pXJMjqpOL+Pm5iCR0jWgKbI+GQS7TnhvwZdkliFV/CYOAOoGAZ 6BnrY+pVclJVxwEdLNa7/2Oo= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id dHxroBb2Dayi; Mon, 15 Aug 2022 05:44:07 +0000 (UTC) Received: from localhost (unknown [182.150.116.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: iyzsong@envs.net) by mail.envs.net (Postfix) with ESMTPSA; Mon, 15 Aug 2022 05:44:07 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id b71c1393; Mon, 15 Aug 2022 05:43:54 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: jgart Subject: Re: bug#57221: [PATCH] gnu: Add python-nanoid. References: <20220815020553.29149-1-jgart@dismail.de> Date: Mon, 15 Aug 2022 13:43:54 +0800 In-Reply-To: <20220815020553.29149-1-jgart@dismail.de> (jgart@dismail.de's message of "Sun, 14 Aug 2022 21:05:53 -0500") Message-ID: <87lerqhxid.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 57221-done Cc: 57221-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) jgart writes: > * gnu/packages/python-xyz.scm (python-nanoid): New variable. > --- > gnu/packages/python-xyz.scm | 33 +++++++++++++++++++++++++++++++++ > 1 file changed, 33 insertions(+) I fixed 'description' (indent and ending period) and pushed, thank you! ------------=_1660542302-11342-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 15 Aug 2022 02:06:03 +0000 Received: from localhost ([127.0.0.1]:40140 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oNPUQ-0003VH-Lp for submit@debbugs.gnu.org; Sun, 14 Aug 2022 22:06:02 -0400 Received: from lists.gnu.org ([209.51.188.17]:60602) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oNPUO-0003Us-Qh for submit@debbugs.gnu.org; Sun, 14 Aug 2022 22:06:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41640) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oNPUO-00033Z-M0 for guix-patches@gnu.org; Sun, 14 Aug 2022 22:06:00 -0400 Received: from mx1.dismail.de ([78.46.223.134]:6255) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oNPUM-0005Q9-9g for guix-patches@gnu.org; Sun, 14 Aug 2022 22:06:00 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id e29842d2 for ; Mon, 15 Aug 2022 04:05:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=43B9LuBdwx19MEmvQvinafcbT7BZkHllTg8UjDLynZc=; b= bRkviqI4HdtLYlavl+c59kYFFKCGJqVTB2BNI4LraPf2FRwAJ3XU2CcqeMI6+KeI 489sCCalqMAkg4wudzilhxcNvS+L7j7ElD6354CTyMRfI+QHM5sKbFg0igwJ30L5 MaXY4sbQGtpqZQgepBw0BD/tHN2vG2nTqu1ypuiAbYeNUXpLBSVi1TcPE92x+FB8 i17x/MUjwse9r8fzCVGD+PZE6wBm2LRWaTIFD78xf2mOOCPgt4kD2XZY5OmppOxh GFLRHpJIAIOuyYRDPZ+HdJ3di8Ui7hplMqQIDHlcNZnbrsKZjgVWNyK/qFc7O8k8 HM7b+GLmuZfOBuGkcvzACA== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 31552fa3 for ; Mon, 15 Aug 2022 04:05:55 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 1050ab78 for ; Mon, 15 Aug 2022 04:05:55 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 6150c61e (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 15 Aug 2022 04:05:49 +0200 (CEST) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-nanoid. Date: Sun, 14 Aug 2022 21:05:53 -0500 Message-Id: <20220815020553.29149-1-jgart@dismail.de> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, 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-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/python-xyz.scm (python-nanoid): New variable. --- gnu/packages/python-xyz.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 13ab2f2c8b..2122db30c6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -30531,6 +30531,39 @@ (define-public python-types-orjson etc. to check code that uses @code{orjson}.") (license license:asl2.0))) +(define-public python-nanoid + ;; There are no tests on PyPi. + (let ((commit "061f9a598f310b0e2e91b9ed6ce725a22770da64") + (revision "0")) + (package + (name "python-nanoid") + (version "2.0.0") + (source + (origin + (method git-fetch) + (uri + (git-reference + (url "https://github.com/puyuan/py-nanoid") + (commit commit))) + (file-name (git-file-name name commit)) + (sha256 + (base32 "0y1bcw0h27g8rkqq7cp33ywn0i0lp0q3rjixzkh4191y1dp9yf8s")))) + (build-system python-build-system) + (native-inputs (list python-pytest)) + (arguments + '(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? inputs outputs #:allow-other-keys) + (when tests? + (invoke "pytest"))))))) + (home-page "https://github.com/puyuan/py-nanoid") + (synopsis "Unique string ID generator") + (description +"This package provides a tiny, secure, URL-friendly, unique string ID +generator for Python") + (license license:expat)))) + (define-public python-misskey (package (name "python-misskey") -- 2.37.2 ------------=_1660542302-11342-1--