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 2F0901384C3 for ; Mon, 7 Sep 2015 07:33:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAEC614040; Mon, 7 Sep 2015 07:33:45 +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 DD37514215 for ; Mon, 7 Sep 2015 07:33:44 +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 E51BA3407D0 for ; Mon, 7 Sep 2015 07:33:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B1B117A for ; Mon, 7 Sep 2015 07:33:41 +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: <1441611217.47f786683c23125ca1e1a146360ccc05f724d5f5.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/doctest-ignore-unicode/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/doctest-ignore-unicode/Manifest dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild dev-python/doctest-ignore-unicode/metadata.xml X-VCS-Directories: dev-python/doctest-ignore-unicode/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 47f786683c23125ca1e1a146360ccc05f724d5f5 X-VCS-Branch: master Date: Mon, 7 Sep 2015 07:33:41 +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: bd5b892f-7f1d-4ec2-990f-0a942bfb4419 X-Archives-Hash: e1f927dd9025e8cd5efcbe0375be7bea commit: 47f786683c23125ca1e1a146360ccc05f724d5f5 Author: Justin Lecher gentoo org> AuthorDate: Mon Sep 7 07:21:21 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Sep 7 07:33:37 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f78668 dev-python/doctest-ignore-unicode: New package, ebuild written by me Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/doctest-ignore-unicode/Manifest | 1 + .../doctest-ignore-unicode-0.1.2.ebuild | 25 ++++++++++++++++++++++ dev-python/doctest-ignore-unicode/metadata.xml | 13 +++++++++++ 3 files changed, 39 insertions(+) diff --git a/dev-python/doctest-ignore-unicode/Manifest b/dev-python/doctest-ignore-unicode/Manifest new file mode 100644 index 0000000..bf20ae2 --- /dev/null +++ b/dev-python/doctest-ignore-unicode/Manifest @@ -0,0 +1 @@ +DIST doctest-ignore-unicode-0.1.2.tar.gz 2270 SHA256 fc90b2d0846477285c6b67fc4cb4d6f39fcf76d8752f4df0a241486f31512ad5 SHA512 ac88d1cc90b1db21b21b121cddde246314d8a3e399ea0e96f1cd4f7812949cebdd0850566a90d47da01ea159bb8d69c8a73ee05c62cc40d0839d4701f2f330d3 WHIRLPOOL 5769ff459cee4b55d325061158b4b7726c15489bd3acd45ef6028cf10748c2e0f70ebe4f5a99c59a17cbd800a4edf927eec924ed73297bab0b1c5a6edceeb0ea diff --git a/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild b/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild new file mode 100644 index 0000000..8fb7889 --- /dev/null +++ b/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild @@ -0,0 +1,25 @@ +# 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="Add flag to ignore unicode literal prefixes in doctests" +HOMEPAGE="https://pypi.python.org/pypi/doctest-ignore-unicode http://github.com/gnublade/doctest-ignore-unicode" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND=" + dev-python/nose[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + " diff --git a/dev-python/doctest-ignore-unicode/metadata.xml b/dev-python/doctest-ignore-unicode/metadata.xml new file mode 100644 index 0000000..9ff7a64 --- /dev/null +++ b/dev-python/doctest-ignore-unicode/metadata.xml @@ -0,0 +1,13 @@ + + + + python + + jlec@gentoo.org + Justin Lecher + + + pxml + metagriffin/pxml + +