From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 581261396D0 for ; Mon, 28 Aug 2017 18:35:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1959E0E95; Mon, 28 Aug 2017 18:35:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CB25E0E95 for ; Mon, 28 Aug 2017 18:35:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D3C833BEBE for ; Mon, 28 Aug 2017 18:35:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E422A85D1 for ; Mon, 28 Aug 2017 18:35:00 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1503945269.0f61be24d61ef26610e8373bdbd070e93b461abf.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyperclip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyperclip/Manifest dev-python/pyperclip/metadata.xml dev-python/pyperclip/pyperclip-1.5.27.ebuild X-VCS-Directories: dev-python/pyperclip/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 0f61be24d61ef26610e8373bdbd070e93b461abf X-VCS-Branch: master Date: Mon, 28 Aug 2017 18:35:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c34627f4-55a9-4829-8990-6c142a394efe X-Archives-Hash: 22d29ebdfa637792d6764229766924d0 commit: 0f61be24d61ef26610e8373bdbd070e93b461abf Author: Matthew Thode gentoo org> AuthorDate: Mon Aug 28 18:16:12 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Aug 28 18:34:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f61be24 dev-python/pyperclip: adding for cmd2 bup Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/pyperclip/Manifest | 1 + dev-python/pyperclip/metadata.xml | 14 ++++++++++++++ dev-python/pyperclip/pyperclip-1.5.27.ebuild | 19 +++++++++++++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-python/pyperclip/Manifest b/dev-python/pyperclip/Manifest new file mode 100644 index 00000000000..cecc327da14 --- /dev/null +++ b/dev-python/pyperclip/Manifest @@ -0,0 +1 @@ +DIST pyperclip-1.5.27.zip 16938 SHA256 a3cb6df5d8f1557ca8fc514d94fabf50dc5a97042c90e5ba4f3611864fed3fc5 SHA512 cefd79f1d246c9aa9d4d0f3d8cdad291ad31bcc2e000c83e5e05704978bbf7b9b45d49667c2e88305d0a5d6baaeacfb47b26bb69fabf89b6b6e3a1e6f1e23d74 WHIRLPOOL e06951b934afcf16e26588d0bbcc018204b5a941065cd2871ee45a94cd0d2f54967aa0d7e6798b92aa5c64c37e4d7d246eba6bacd42c8b6aec9e4e6d9d3669be diff --git a/dev-python/pyperclip/metadata.xml b/dev-python/pyperclip/metadata.xml new file mode 100644 index 00000000000..364c5c198e7 --- /dev/null +++ b/dev-python/pyperclip/metadata.xml @@ -0,0 +1,14 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + A cross-platform clipboard module for Python. + + diff --git a/dev-python/pyperclip/pyperclip-1.5.27.ebuild b/dev-python/pyperclip/pyperclip-1.5.27.ebuild new file mode 100644 index 00000000000..eeca1cf16d3 --- /dev/null +++ b/dev-python/pyperclip/pyperclip-1.5.27.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 pypy) +inherit distutils-r1 + +DESCRIPTION="A cross-platform clipboard module for Python." +HOMEPAGE="https://github.com/asweigart/pyperclip" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=""