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 8A96E1388BF for ; Tue, 12 Jan 2016 09:44:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47EF521C00D; Tue, 12 Jan 2016 09:44:25 +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 D3D1B21C00D for ; Tue, 12 Jan 2016 09:44:24 +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 ACE43340997 for ; Tue, 12 Jan 2016 09:44:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61372CB3 for ; Tue, 12 Jan 2016 09:44:21 +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: <1452591858.13653306e47d78d390af060c28674df66a94e3d0.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyte/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyte/Manifest dev-python/pyte/pyte-0.5.1.ebuild X-VCS-Directories: dev-python/pyte/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 13653306e47d78d390af060c28674df66a94e3d0 X-VCS-Branch: master Date: Tue, 12 Jan 2016 09:44:21 +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: 745fa969-b5bb-4e2c-8468-2d44c4dbaaa4 X-Archives-Hash: 4b664fe58b89330591a36bbeb9646c13 commit: 13653306e47d78d390af060c28674df66a94e3d0 Author: Justin Lecher gentoo org> AuthorDate: Tue Jan 12 09:44:08 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Jan 12 09:44:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13653306 dev-python/pyte: Version Bump Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> dev-python/pyte/Manifest | 1 + dev-python/pyte/pyte-0.5.1.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-python/pyte/Manifest b/dev-python/pyte/Manifest index 9bec2a5..d6a6e4e 100644 --- a/dev-python/pyte/Manifest +++ b/dev-python/pyte/Manifest @@ -1,2 +1,3 @@ DIST pyte-0.4.10.tar.gz 44410 SHA256 9c492bacc628c2e88fe3a5cb70dcd361b544baa46cd51435861e48068a896ecf SHA512 64ee60285c621cf13e24bb7e22e541bb66ed4eb2fa5cb371e0051d65e96766ae630c15206b0f0ee3f98dff87a82517b65dd9b322445439d97a92dd226a54969f WHIRLPOOL bd7f1526cf58e4ba31236d8d7f4f7e352110a70c155dfdf21b84b497262f9e8106f5efbdc30e42733cd27f9e430322ab4fceaec8f18267e09b7ccc0ea52636fb DIST pyte-0.4.9.tar.gz 43730 SHA256 3b1d3b9df29e24f6ae3e9c277d830a01bbb610bf88e6bb4c8255a25c00472ba3 SHA512 551f464282db7bd4eadf53358619651a6bac59868939f30ee3f33255a275ec321d773c075e786f28861824ed005282ec7aac11a63ced173fe8a1aacbfa9e2e0c WHIRLPOOL 20eac26136cdc906d40ea0b409be99959443fd2b24143a29223f78f42986f52f4e4b99c0817a22ed0edcf2b59e1d5961fac0cf4cc32d1430f71f64b532b9e951 +DIST pyte-0.5.1.tar.gz 49849 SHA256 d2cf77ef6395c6b97d5c10ee47f38d348114170e504fc55a043d4c7dd1aea6e1 SHA512 7077af73b91a990b03689b49172f2ec4ece98f132021bac2c3adbf1a61d7b868acdb400400bb43bb51ce3873cb9a5dc365662e0689cebf058151476c8cb69e9b WHIRLPOOL 5b79a96e45183d9ff6c0f7ac9a16be0eb96cad1a9e4bf48077992a55f4cce3c53e135d3c0befb8106115538825c4625d1467ecd70f728fcfc9c797662b6e72d7 diff --git a/dev-python/pyte/pyte-0.5.1.ebuild b/dev-python/pyte/pyte-0.5.1.ebuild new file mode 100644 index 0000000..587dd2a --- /dev/null +++ b/dev-python/pyte/pyte-0.5.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2016 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="Simple VTXXX-compatible terminal emulator" +HOMEPAGE="https://pypi.python.org/pypi/pyte/ https://github.com/selectel/pyte" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="LGPL-3" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND="dev-python/wcwidth[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) +" + +python_prepare_all() { + # no need for benchmarking + rm tests/test_benchmarks.py || die + distutils-r1_python_prepare_all +} + +python_test() { + esetup.py test --verbose +}