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 3106A13888F for ; Wed, 21 Oct 2015 15:17:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EA4721C008; Wed, 21 Oct 2015 15:17:47 +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 0372E21C00E for ; Wed, 21 Oct 2015 15:17:47 +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 3E07B340901 for ; Wed, 21 Oct 2015 15:17:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F312C156C for ; Wed, 21 Oct 2015 15:17:44 +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: <1445440659.859b67aac39070fea22f9ac2bd37994aee350b5f.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.0.ebuild dev-python/et_xmlfile/metadata.xml X-VCS-Directories: dev-python/et_xmlfile/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 859b67aac39070fea22f9ac2bd37994aee350b5f X-VCS-Branch: master Date: Wed, 21 Oct 2015 15:17:44 +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: af3c7158-8394-406e-a784-49dba1a3b90a X-Archives-Hash: f0292d7164939b34ede6364054dcad58 commit: 859b67aac39070fea22f9ac2bd37994aee350b5f Author: Justin Lecher gentoo org> AuthorDate: Wed Oct 21 14:58:46 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Oct 21 15:17:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=859b67aa dev-python/et_xmlfile: New package, ebuild written by me 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.0.ebuild | 28 +++++++++++++++++++++++++++ dev-python/et_xmlfile/metadata.xml | 5 +++++ 3 files changed, 34 insertions(+) diff --git a/dev-python/et_xmlfile/Manifest b/dev-python/et_xmlfile/Manifest new file mode 100644 index 0000000..221fdfc --- /dev/null +++ b/dev-python/et_xmlfile/Manifest @@ -0,0 +1 @@ +DIST et_xmlfile-1.0.0.tar.gz 7682 SHA256 727fd43a5fe7af1087c4fe6d610c24f87dc6283b914ea0f3f2d05c82de0dda96 SHA512 498b5de336cb8b0f538def60c22f565560f6cb800a5caab84ca1f51c558b79503abb1b3dc8be7419595867e549da5dd9f0f725aff873dc04c0749b9344ac021c WHIRLPOOL c4f798cd3adcd41376f1befae53a42db915bc1a8d1040eaa4776123d6d31fef7939d09644c03290b8dde07725e1177eea053697b09d675c1c4a4bdca097c9b48 diff --git a/dev-python/et_xmlfile/et_xmlfile-1.0.0.ebuild b/dev-python/et_xmlfile/et_xmlfile-1.0.0.ebuild new file mode 100644 index 0000000..c497eaa --- /dev/null +++ b/dev-python/et_xmlfile/et_xmlfile-1.0.0.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 ~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 +} diff --git a/dev-python/et_xmlfile/metadata.xml b/dev-python/et_xmlfile/metadata.xml new file mode 100644 index 0000000..ee7e8b2 --- /dev/null +++ b/dev-python/et_xmlfile/metadata.xml @@ -0,0 +1,5 @@ + + + + python +