public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-itertools/
Date: Tue, 29 Dec 2015 23:36:51 +0000 (UTC)	[thread overview]
Message-ID: <1451432194.3c4bfbb6c333e40a763e0b09ed309e1af8fb5bb2.idella4@gentoo> (raw)

commit:     3c4bfbb6c333e40a763e0b09ed309e1af8fb5bb2
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Tue Dec 29 22:10:59 2015 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 23:36:34 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4bfbb6

dev-python/jaraco-itertools: needed as a new dep to dev-python/irc

Package-Manager: portage-2.2.26

 dev-python/jaraco-itertools/Manifest               |  1 +
 .../jaraco-itertools/jaraco-itertools-1.7.1.ebuild | 44 ++++++++++++++++++++++
 dev-python/jaraco-itertools/metadata.xml           | 14 +++++++
 3 files changed, 59 insertions(+)

diff --git a/dev-python/jaraco-itertools/Manifest b/dev-python/jaraco-itertools/Manifest
new file mode 100644
index 0000000..89a5624
--- /dev/null
+++ b/dev-python/jaraco-itertools/Manifest
@@ -0,0 +1 @@
+DIST jaraco.itertools-1.7.1.tar.gz 10224 SHA256 bf5c7bf22c930a0c5942e0850166b10c77bbb6286117ac2c619c78c86db97d7b SHA512 e149de3368137db4379d02858be0cbb3b6dc1e81cc06eb0f53064a55c8e25fb09b2b4387035dda29928bdf54e22d28c9d9744dfbd82a6cf4e4c90b5d42b31dfb WHIRLPOOL 7377baca4411fe8acaccf4cca763d5c47aebd62acb51e4380e0565c4b72785d439e8cee51887aa4ccde9fd0bf90ab4d824cb6878b4b7436552d120d8f5e5ea50

diff --git a/dev-python/jaraco-itertools/jaraco-itertools-1.7.1.ebuild b/dev-python/jaraco-itertools/jaraco-itertools-1.7.1.ebuild
new file mode 100644
index 0000000..8a9f496
--- /dev/null
+++ b/dev-python/jaraco-itertools/jaraco-itertools-1.7.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="https://github.com/jaraco/jaraco.itertools"
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]
+dev-python/inflect[${PYTHON_USEDEP}]
+dev-python/more-itertools[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	>=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
+	test? (
+		${RDEPEND}
+		>=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+		dev-python/pytest-runner[${PYTHON_USEDEP}]
+	)
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_prepare_all() {
+	if use test && has_version "${CATEGORY}/${PN}"; then
+		die "Ensure $PN is not already installed or the test suite will fail"
+	fi
+	distutils-r1_python_prepare_all
+}
+
+python_test() {
+	PYTHONPATH=. py.test || die "tests failed with ${EPYTHON}"
+}

diff --git a/dev-python/jaraco-itertools/metadata.xml b/dev-python/jaraco-itertools/metadata.xml
new file mode 100644
index 0000000..9961c85
--- /dev/null
+++ b/dev-python/jaraco-itertools/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>proxy-maintainers</herd>
+	<maintainer>
+		<email>sautier.louis@gmail.com</email>
+		<name>Louis Sautier</name>
+		<description>Proxied maintainer; set to assignee in all bugs</description>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">jaraco.itertools</remote-id>
+		<remote-id type="github">jaraco/jaraco.itertools</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2015-12-29 23:36 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-29 23:36 Ian Delaney [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-09-03  4:33 [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-itertools/ Göktürk Yüksek
2016-09-04 13:35 Göktürk Yüksek
2016-09-04 13:35 Göktürk Yüksek
2017-06-17 15:36 Agostino Sarubbo
2017-06-17 17:24 Agostino Sarubbo
2018-06-18 10:34 Louis Sautier
2018-06-23 14:09 Louis Sautier
2018-06-23 14:15 Louis Sautier
2018-06-23 14:15 Louis Sautier
2018-06-25 10:40 Jason Zaman
2018-07-10 22:04 Louis Sautier
2018-07-10 22:04 Louis Sautier
2018-07-25 21:10 Louis Sautier
2018-09-07 22:59 Louis Sautier
2018-09-18 23:05 Louis Sautier
2018-09-18 23:05 Louis Sautier
2018-10-29 10:10 Louis Sautier
2018-10-29 10:10 Louis Sautier
2019-07-02 22:08 Louis Sautier
2019-07-02 22:08 Louis Sautier
2019-12-03  3:02 Aaron Bauman
2019-12-31 14:14 Louis Sautier
2019-12-31 14:14 Louis Sautier
2020-01-27 13:15 Louis Sautier
2020-02-06  8:23 Sergei Trofimovich
2020-02-06  8:34 Sergei Trofimovich
2020-02-06  9:02 Sergei Trofimovich
2020-03-03  7:22 Matt Turner
2020-03-15 12:21 Mikle Kolyada
2020-03-25 13:00 Michał Górny
2020-03-25 13:00 Michał Górny
2020-04-09 18:40 Sergei Trofimovich
2020-04-23  8:10 Sergei Trofimovich
2020-05-13 13:18 Agostino Sarubbo
2020-05-13 14:52 Agostino Sarubbo
2020-05-13 17:11 Agostino Sarubbo
2020-05-13 17:12 Agostino Sarubbo
2020-05-13 17:14 Agostino Sarubbo
2020-05-14  8:03 Agostino Sarubbo
2020-05-15 17:33 Sergei Trofimovich
2020-09-04 23:03 Louis Sautier
2020-09-19  0:17 Sam James
2020-09-19  0:23 Sam James
2020-09-19  0:25 Sam James
2020-09-20 15:38 Michał Górny
2020-09-21 15:30 Michał Górny
2020-11-28  8:27 Sam James
2021-03-15  8:34 Michał Górny
2021-04-18  1:41 Sam James
2021-04-18  7:05 Michał Górny
2021-05-06 14:44 Michał Górny
2021-09-18  7:00 Michał Górny
2021-10-24  0:19 Sam James
2021-10-24  8:43 Michał Górny
2022-01-19 22:45 James Le Cuirot
2022-02-04 12:04 Michał Górny
2022-02-04 18:32 Michał Górny
2022-02-04 18:32 Michał Górny
2022-02-21  9:15 Michał Górny
2022-02-22 19:01 Michał Górny
2022-03-15 11:44 Jakov Smolić
2022-03-15 14:10 Michał Górny
2022-05-13 16:31 Arthur Zamarin
2022-06-02  8:32 Michał Górny
2023-02-07  9:26 Michał Górny
2023-02-12 19:05 Michał Górny
2023-03-21 16:45 Michał Górny
2023-06-03  8:17 Michał Górny
2023-07-13  5:28 Michał Górny
2023-08-19 15:53 Michał Górny
2023-08-19 16:19 Arthur Zamarin
2023-08-19 16:21 Michał Górny
2024-07-01  6:18 Arthur Zamarin
2025-04-07  5:30 Michał Górny
2025-04-26 10:04 Arthur Zamarin
2025-04-26 10:22 Michał Górny
2025-05-11  3:09 Michał Górny
2025-05-31  9:59 Michał Górny
2025-05-31 10:19 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=1451432194.3c4bfbb6c333e40a763e0b09ed309e1af8fb5bb2.idella4@gentoo \
    --to=idella4@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