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 1955413888F for ; Tue, 27 Oct 2015 09:17:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDF37E07A5; Tue, 27 Oct 2015 09:17:01 +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 9FFEEE07A5 for ; Tue, 27 Oct 2015 09:17:01 +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 5766834092D for ; Tue, 27 Oct 2015 09:16:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 538BA17F7 for ; Tue, 27 Oct 2015 09:16:53 +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: <1445937394.1a6b7d3b73b853da2cb83b1fb8ef776bf3cbfa7d.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/et_xmlfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/et_xmlfile/Manifest dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild X-VCS-Directories: dev-python/et_xmlfile/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1a6b7d3b73b853da2cb83b1fb8ef776bf3cbfa7d X-VCS-Branch: master Date: Tue, 27 Oct 2015 09:16:53 +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: 3046f068-c142-4d5b-800d-25be37d92959 X-Archives-Hash: 832079a64cbeee87905bb7be2ec74a91 commit: 1a6b7d3b73b853da2cb83b1fb8ef776bf3cbfa7d Author: Justin Lecher gentoo org> AuthorDate: Tue Oct 27 09:16:34 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Oct 27 09:16:34 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a6b7d3b dev-python/et_xmlfile: Version Bump Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/et_xmlfile/Manifest | 1 + dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild | 28 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-python/et_xmlfile/Manifest b/dev-python/et_xmlfile/Manifest index 221fdfc..2c97381 100644 --- a/dev-python/et_xmlfile/Manifest +++ b/dev-python/et_xmlfile/Manifest @@ -1 +1,2 @@ DIST et_xmlfile-1.0.0.tar.gz 7682 SHA256 727fd43a5fe7af1087c4fe6d610c24f87dc6283b914ea0f3f2d05c82de0dda96 SHA512 498b5de336cb8b0f538def60c22f565560f6cb800a5caab84ca1f51c558b79503abb1b3dc8be7419595867e549da5dd9f0f725aff873dc04c0749b9344ac021c WHIRLPOOL c4f798cd3adcd41376f1befae53a42db915bc1a8d1040eaa4776123d6d31fef7939d09644c03290b8dde07725e1177eea053697b09d675c1c4a4bdca097c9b48 +DIST et_xmlfile-1.0.1.tar.gz 8427 SHA256 614d9722d572f6246302c4491846d2c393c199cfa4edc9af593437691683335b SHA512 551fd87efd961b9c3202154dea9468aa97814ab8f6e5efc00962a651b17400866f2ad4fc85484a04c183c85a06375fd1c576c425e2e01bee4395ccfb680ce39b WHIRLPOOL 717822dc554150f8231e86df81eba8683d5d46dd477a464fe4555f9f83fe0d29f404a4ed9d7c1f179ae2b0c80a24ee1b0e82fd9199b564baa9a2c03b90bfb07d diff --git a/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild b/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild new file mode 100644 index 0000000..4f2e466 --- /dev/null +++ b/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild @@ -0,0 +1,28 @@ +# 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,5} ) + +inherit distutils-r1 + +DESCRIPTION="An implementation of lxml.xmlfile for the standard library" +HOMEPAGE="https://pypi.python.org/pypi/et_xmlfile https://bitbucket.org/openpyxl/et_xmlfile" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) +" + +python_test() { + py.test -vv || die +}