From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 08 21:16:31 2019 Received: (at submit) by debbugs.gnu.org; 9 Feb 2019 02:16:31 +0000 Received: from localhost ([127.0.0.1]:40337 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gsIBz-00083W-In for submit@debbugs.gnu.org; Fri, 08 Feb 2019 21:16:31 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45194) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gsIBx-00083J-W4 for submit@debbugs.gnu.org; Fri, 08 Feb 2019 21:16:30 -0500 Received: from lists.gnu.org ([209.51.188.17]:44616) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gsIBs-0000n0-Qc for submit@debbugs.gnu.org; Fri, 08 Feb 2019 21:16:24 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gsIBr-0006UV-U6 for guix-patches@gnu.org; Fri, 08 Feb 2019 21:16:24 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gsIBq-0000m2-T4 for guix-patches@gnu.org; Fri, 08 Feb 2019 21:16:23 -0500 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]:36738) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gsIBq-0000ks-NQ for guix-patches@gnu.org; Fri, 08 Feb 2019 21:16:22 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:21:21:0:100e]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 34AE71AAC0 for ; Fri, 8 Feb 2019 18:16:17 -0800 (PST) From: Vagrant Cascadian To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-pymsgbox. Date: Fri, 08 Feb 2019 18:16:11 -0800 Message-ID: <87mun5vh90.fsf@ponder> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2600:3c01:e000:267:0:a171:de7:c X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit 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 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * gnu/packages/python-xyz.scm (python-pymsgbox): New variable. =2D-- gnu/packages/python-xyz.scm | 38 +++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 14a80b920e..086eb3af26 100644 =2D-- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1938,6 +1938,44 @@ easier to build concurrent applications.") (define-public python2-pykka (package-with-python2 python-pykka)) =20 +(define-public python-pymsgbox + (package + (name "python-pymsgbox") + (version "1.0.6") + (source + (origin + (method git-fetch) + (uri (git-reference + ;; LICENSE.txt is not present on pypi + (url "https://github.com/asweigart/PyMsgBox") + (commit "55926b55f46caa969c5ddb87990ebea2737bd66f"))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zy7rjfpwlrd8b64j7jk2lb8m2npc21rnpwakpfvwgl4nxdy80rg")))) + (arguments + '(#:phases + (modify-phases %standard-phases + ;; Circular dependency to run tests: + ;; Tests need pyautogui, which depends on pymsgbox. + (delete 'check)))) + (build-system python-build-system) + (home-page + "https://github.com/asweigart/PyMsgBox") + (synopsis + "Python module for JavaScript-like message boxes") + (description + "PyMsgBox is A simple, cross-platform, pure Python module for +JavaScript-like message boxes. Types of dialog boxes include: +@enumerate +@item alert +@item confirm +@item prompt +@item password +@end enumerate +") + (license license:bsd-3))) + (define-public python-pympler (package (name "python-pympler") =2D-=20 2.20.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXF436wAKCRDcUY/If5cW qi1wAQDw0QdjLKpzcK8KYeGuvJ+8pIVya09xS9vDPHSkoPR+iwD+LzW+maV2hDAA 4ix5cPYhHs2gNPshpQQP5MurXsYzLQ8= =6FlB -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 11 04:52:54 2019 Received: (at 34396-done) by debbugs.gnu.org; 11 Feb 2019 09:52:54 +0000 Received: from localhost ([127.0.0.1]:43126 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gt8Gk-0002ox-0f for submit@debbugs.gnu.org; Mon, 11 Feb 2019 04:52:54 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:57120) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gt8Gi-0002op-2M for 34396-done@debbugs.gnu.org; Mon, 11 Feb 2019 04:52:52 -0500 Received: from localhost (77.116.204.134.wireless.dyn.drei.com [77.116.204.134]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 14D34336269C; Mon, 11 Feb 2019 10:52:50 +0100 (CET) Date: Mon, 11 Feb 2019 10:52:49 +0100 From: Danny Milosavljevic To: Vagrant Cascadian Subject: Re: [bug#34396] [PATCH] gnu: Add python-pymsgbox. Message-ID: <20190211105249.2d050fce@scratchpost.org> In-Reply-To: <87mun5vh90.fsf@ponder> References: <87mun5vh90.fsf@ponder> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/Uj4EEUIKJA6/.8QTiD_X.ON"; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 34396-done Cc: 34396-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.7 (-) --Sig_/Uj4EEUIKJA6/.8QTiD_X.ON Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Vagrant, thanks. Applied to master. On Fri, 08 Feb 2019 18:16:11 -0800 Vagrant Cascadian wrote: > + ;; LICENSE.txt is not present on pypi > + (url "https://github.com/asweigart/PyMsgBox") > + (commit "55926b55f46caa969c5ddb87990ebea2737bd66f"))) Hmm, could you report this upstream? --Sig_/Uj4EEUIKJA6/.8QTiD_X.ON Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlxhRfEACgkQ5xo1VCww uqVi7Qf/Un6ohCRKhJNhlexlg3/YcxgMuNELtc8laXOn1FqvaP/A2n2sJa8QuIv5 3O5FlWc2MRDKkpULnpciqYwWACKxwhRKI6tZg52c5kZ9zPgcqfsMTUXVTE3T5/L3 qtrVct87TDOuC9nvd9uu7sBls5MucLVFvyHbuWjxAqITMwPYGn62nM/xVWxV5VLW YdXpMoa0c31Tv7hu+WzzoqEcuUgaUDXiWWAq+7R0CCAOvC4yPinBEbBgNTAZ1m3c xSg7E9yTr7M1KWZ042ZXwvf/6BsT37UZmul0ZWNxYyX+6JUrkWH5o8ob+/5Wuvg2 oI4aJS85ZxvPrd6Q1h79hcHkmIZT/w== =RUSR -----END PGP SIGNATURE----- --Sig_/Uj4EEUIKJA6/.8QTiD_X.ON-- From unknown Sat Jun 21 05:14:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 11 Mar 2019 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator