From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fjlta-0000P2-Tg for guix-patches@gnu.org; Sun, 29 Jul 2018 09:38:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fjlta-0000OX-2X for guix-patches@gnu.org; Sun, 29 Jul 2018 09:38:02 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56513) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fjltZ-0000OT-UQ for guix-patches@gnu.org; Sun, 29 Jul 2018 09:38:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fjltZ-00056o-MZ for guix-patches@gnu.org; Sun, 29 Jul 2018 09:38:01 -0400 Subject: [bug#32263] [PATCH 2/8] gnu: Add python-pyperclip. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180724184847.19178-1-efraim@flashner.co.il> <20180724185115.19376-1-efraim@flashner.co.il> <20180724185115.19376-2-efraim@flashner.co.il> Date: Sun, 29 Jul 2018 15:37:29 +0200 In-Reply-To: <20180724185115.19376-2-efraim@flashner.co.il> (Efraim Flashner's message of "Tue, 24 Jul 2018 21:51:09 +0300") Message-ID: <87r2jmgo2u.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Efraim Flashner Cc: 32263@debbugs.gnu.org Efraim Flashner skribis: > * gnu/packages/xdisorg.scm (python-pyperclip): New variable. [...] > + (home-page "https://github.com/asweigart/pyperclip") > + (synopsis "Python clipboard module") > + (description > + "Pyperclip is a clipboard module for Python, handling copy and > +paste clipboard functions.") Maybe =E2=80=9Chandling copy/pasting from the X11 clipboard=E2=80=9D? Otherwise LGTM!