From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 22CD61386F1 for ; Sun, 9 Aug 2015 12:52:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8651E141B2; Sun, 9 Aug 2015 12:52:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87096141E9 for ; Sun, 9 Aug 2015 12:52:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6E6D340A78 for ; Sun, 9 Aug 2015 12:52:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E873145 for ; Sun, 9 Aug 2015 12:52:52 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1439124726.7a73ed2145445848d4939d163cc6a2c9e209273a.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/prompt_toolkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/prompt_toolkit/Manifest dev-python/prompt_toolkit/prompt_toolkit-0.46.ebuild X-VCS-Directories: dev-python/prompt_toolkit/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7a73ed2145445848d4939d163cc6a2c9e209273a X-VCS-Branch: master Date: Sun, 9 Aug 2015 12:52:52 +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: 5d2c8a42-1e7b-48b6-9c4d-b43f6b1b4f92 X-Archives-Hash: 5724cdd60cd2b6a4a488a3427072f189 commit: 7a73ed2145445848d4939d163cc6a2c9e209273a Author: Justin Lecher gentoo org> AuthorDate: Sun Aug 9 12:50:03 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Aug 9 12:52:06 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a73ed21 dev-python/prompt_toolkit: Version Bump Package-Manager: portage-2.2.20 Signed-off-by: Justin Lecher gentoo.org> dev-python/prompt_toolkit/Manifest | 1 + .../prompt_toolkit/prompt_toolkit-0.46.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-python/prompt_toolkit/Manifest b/dev-python/prompt_toolkit/Manifest index a834ced..1a28bfd 100644 --- a/dev-python/prompt_toolkit/Manifest +++ b/dev-python/prompt_toolkit/Manifest @@ -1 +1,2 @@ DIST prompt_toolkit-0.45.tar.gz 125907 SHA256 553fd2b9169674adacf227ede2e056c2bbd7181a4a3ca614960467c0720997a6 SHA512 ed3f374ccbedbcb82c013f499d8344001844c63d7f7fcd08de4d6776ef8ad23f5a85da94da04625de1e6197f197a78d6504954e189ddc6028f666f930f651e0c WHIRLPOOL f7c519473aa73be1d2165bdba7c6a359af108c8bcf8891444e55c5c8ebdbea8425721033dd0bbb2328da3e188bb87301805aa68e9f572d7aacde1752d7ba2b71 +DIST prompt_toolkit-0.46.tar.gz 127462 SHA256 1aa25cb9772e1e27d12f7920b5a514421ab763231067119bbd2f8b1574b409fb SHA512 43b7617484ba4c072fc8ac86450450ba127b54ccc1b0ac964cced075f63f470c0ba2d1c7a39be3a0911362baaa9e24e47d299fb48fd26b168f8bad60c1547780 WHIRLPOOL 3ee7c579073c577ab91bee80c7ed350905106c314350c389b5193def43d95d2fcabd739f90cc00989279ddfd407dcb357be8d27deb449c8f78ef51a6edd5fc33 diff --git a/dev-python/prompt_toolkit/prompt_toolkit-0.46.ebuild b/dev-python/prompt_toolkit/prompt_toolkit-0.46.ebuild new file mode 100644 index 0000000..d3cd177 --- /dev/null +++ b/dev-python/prompt_toolkit/prompt_toolkit-0.46.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=(python2_7 python3_{3,4} ) + +inherit distutils-r1 + +DESCRIPTION="Building powerful interactive command lines in Python" +HOMEPAGE="https://pypi.python.org/pypi/prompt_toolkit/ https://github.com/jonathanslenders/python-prompt-toolkit" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=" + dev-python/pygments[${PYTHON_USEDEP}] + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] + dev-python/wcwidth[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] +" + +# not contained in tarball +RESTRICT="test" + +python_test() { + "${PYTHON}" "${S}"/tests/run_tests.py || die +}