public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/et_xmlfile/
Date: Wed, 21 Oct 2015 15:17:44 +0000 (UTC)	[thread overview]
Message-ID: <1445440659.859b67aac39070fea22f9ac2bd37994aee350b5f.jlec@gentoo> (raw)

commit:     859b67aac39070fea22f9ac2bd37994aee350b5f
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 14:58:46 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>python</herd>
+</pkgmetadata>


             reply	other threads:[~2015-10-21 15:17 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-21 15:17 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-10-21 15:17 [gentoo-commits] repo/gentoo:master commit in: dev-python/et_xmlfile/ Justin Lecher
2015-10-27  9:16 Justin Lecher
2016-03-16 10:58 Agostino Sarubbo
2016-03-16 11:00 Agostino Sarubbo
2017-03-10 22:48 Zac Medico
2017-05-02 19:15 Michał Górny
2018-10-19  8:46 Michał Górny
2020-02-05 13:00 Michał Górny
2020-06-10 10:48 Michał Górny
2020-08-23 11:45 David Seifert
2020-08-25 12:17 Sam James
2021-04-27  7:08 Michał Górny
2021-05-23  9:29 Michał Górny
2021-05-23  9:29 Michał Górny
2021-05-23  9:29 Michał Górny
2021-06-05 21:01 Michał Górny
2021-07-28 15:58 Sergei Trofimovich
2021-08-10  4:59 Sam James
2021-08-16 11:46 Marek Szuba
2021-09-06  0:13 Sam James
2021-09-06 23:37 Sam James
2021-09-06 23:42 Sam James
2021-10-24 21:14 Sam James
2021-11-14 23:51 Sam James
2022-02-14  8:35 Matt Turner
2022-02-23 22:35 Michał Górny
2022-03-26 17:52 Arthur Zamarin
2022-03-26 18:05 Arthur Zamarin
2022-05-21  9:24 Michał Górny
2022-10-30 20:28 Arthur Zamarin
2023-05-30 18:47 Arthur Zamarin
2023-11-20 15:35 Andrew Ammerlaan
2024-01-04 11:29 WANG Xuerui
2024-05-28  7:40 Michał Górny
2024-05-28  7:40 Michał Górny
2024-05-28  7:40 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1445440659.859b67aac39070fea22f9ac2bd37994aee350b5f.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox