From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45502) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jOztR-00082c-6D for guix-patches@gnu.org; Thu, 16 Apr 2020 04:29:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jOztQ-0005ux-3y for guix-patches@gnu.org; Thu, 16 Apr 2020 04:29:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54160) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jOztQ-0005uX-1a for guix-patches@gnu.org; Thu, 16 Apr 2020 04:29:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jOztO-0000eR-UO for guix-patches@gnu.org; Thu, 16 Apr 2020 04:29:02 -0400 Subject: [bug#40543] [PATCH v3 1/5] gnu: Add python2-pyatspi. Resent-Message-ID: From: Christopher Baines Date: Thu, 16 Apr 2020 09:28:48 +0100 Message-Id: <20200416082852.4319-1-mail@cbaines.net> In-Reply-To: <20200415174952.9368-1-mail@cbaines.net> References: <20200415174952.9368-1-mail@cbaines.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40543@debbugs.gnu.org This will enable updating python2-dogtail to 0.9.11. * gnu/packages/gnome.scm (python2-pyatspi): New variable. --- gnu/packages/gnome.scm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 33aae4545e..4710bd1349 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8774,6 +8774,14 @@ accessibility infrastructure.") (license license:lgpl2.0) (properties '((upstream-name . "pyatspi"))))) +(define-public python2-pyatspi + (package + (inherit python-pyatspi) + (name "python2-pyatspi") + (inputs + `(("python" ,python-2) + ("python-pygobject" ,python2-pygobject))))) + (define-public orca (package (name "orca") -- 2.26.0