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-functools/
Date: Wed, 30 Dec 2015 02:32:52 +0000 (UTC)	[thread overview]
Message-ID: <1451442760.184f7d4400bae7ef56f1262daa00dc9e11f2a1d6.idella4@gentoo> (raw)

commit:     184f7d4400bae7ef56f1262daa00dc9e11f2a1d6
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Wed Dec 30 00:06:58 2015 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 02:32:40 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184f7d44

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

Package-Manager: portage-2.2.26

 dev-python/jaraco-functools/Manifest               |  1 +
 .../jaraco-functools/jaraco-functools-1.8.1.ebuild | 46 ++++++++++++++++++++++
 dev-python/jaraco-functools/metadata.xml           | 14 +++++++
 3 files changed, 61 insertions(+)

diff --git a/dev-python/jaraco-functools/Manifest b/dev-python/jaraco-functools/Manifest
new file mode 100644
index 0000000..2bef306
--- /dev/null
+++ b/dev-python/jaraco-functools/Manifest
@@ -0,0 +1 @@
+DIST jaraco.functools-1.8.1.tar.gz 6125 SHA256 766cd9caed0c18dfbf744dcd05d1f171f03e64ab8f7363d5b2521ba200383c5a SHA512 d67795340238bd646bea450e8bb37fb64bca66a41a4b8f385f4a986b880578edfa2dad23b820a1a9cce7460dc530a2de2a219362e9cd0ced851040e86fb70f21 WHIRLPOOL bd050b7daa52f2f5043ca2209562472b96d9ec5d417edf96bf686eb0f60a4bde6b69890557140f7f0b278e8d612c702b01a5b72ccae5b894b3646d37582a1da5

diff --git a/dev-python/jaraco-functools/jaraco-functools-1.8.1.ebuild b/dev-python/jaraco-functools/jaraco-functools-1.8.1.ebuild
new file mode 100644
index 0000000..9914b72
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-1.8.1.ebuild
@@ -0,0 +1,46 @@
+# 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.functools"
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# https://github.com/jaraco/jaraco.functools/issues/3
+RESTRICT="test"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep 'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' python2_7)
+"
+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-functools/metadata.xml b/dev-python/jaraco-functools/metadata.xml
new file mode 100644
index 0000000..811c8d1
--- /dev/null
+++ b/dev-python/jaraco-functools/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.functools</remote-id>
+		<remote-id type="github">jaraco/jaraco.functools</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2015-12-30  2:33 UTC|newest]

Thread overview: 113+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-30  2:32 Ian Delaney [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-03-11  9:38 [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/ Patrice Clement
2016-03-23 21:09 Patrice Clement
2016-03-23 21:09 Patrice Clement
2016-04-03 14:07 Ian Delaney
2016-04-03 14:07 Ian Delaney
2016-08-14 18:09 Michael Palimaka
2016-08-14 18:09 Michael Palimaka
2016-09-09  4:01 Göktürk Yüksek
2016-09-09  4:01 Göktürk Yüksek
2016-09-21  3:47 Göktürk Yüksek
2016-09-21  3:47 Göktürk Yüksek
2017-06-17 15:36 Agostino Sarubbo
2017-06-17 17:24 Agostino Sarubbo
2018-06-12  8:46 Patrice Clement
2018-06-12  8:46 Patrice Clement
2018-06-18 10:34 Louis Sautier
2018-06-25  9:51 Louis Sautier
2018-06-25 10:40 Jason Zaman
2018-07-04 20:29 Louis Sautier
2018-07-04 20:29 Louis Sautier
2018-07-25 20:00 Louis Sautier
2019-04-17 18:07 Aaron Bauman
2019-11-22  0:20 Patrick McLean
2019-11-25  8:09 Patrick McLean
2019-11-25 12:35 Michał Górny
2019-11-27 12:59 Mikle Kolyada
2019-12-02 21:13 Aaron Bauman
2019-12-04 19:44 Sergei Trofimovich
2019-12-08 23:31 Sergei Trofimovich
2019-12-12  2:19 Georgy Yakovlev
2019-12-31 15:18 Louis Sautier
2019-12-31 15:18 Louis Sautier
2020-01-05 12:48 Sergei Trofimovich
2020-02-08 11:33 Sergei Trofimovich
2020-03-25 13:00 Michał Górny
2020-03-25 13:00 Michał Górny
2020-04-27 13:59 Louis Sautier
2020-04-27 13:59 Louis Sautier
2020-05-04  6:16 Mart Raudsepp
2020-05-04 11:13 Michał Górny
2020-05-16 11:25 Mikle Kolyada
2020-05-27  7:16 Michał Górny
2020-06-22 19:05 Mart Raudsepp
2020-06-29 13:40 Agostino Sarubbo
2020-07-05 15:16 Michał Górny
2020-07-06 11:57 Michał Górny
2020-07-13 23:13 Sam James
2020-07-28 17:28 Sergei Trofimovich
2020-09-06 17:34 Sam James
2020-09-21 15:30 Michał Górny
2020-11-28 15:26 Sam James
2020-11-28 15:26 Sam James
2020-12-28 19:27 Louis Sautier
2021-02-11  8:40 Michał Górny
2021-02-21 20:12 Louis Sautier
2021-02-21 20:12 Louis Sautier
2021-03-15  0:07 Sam James
2021-03-15  8:45 Michał Górny
2021-03-25 14:23 Sam James
2021-03-25 19:09 Michał Górny
2021-03-27  7:49 Michał Górny
2021-04-27 18:22 Michał Górny
2021-05-06 14:44 Michał Górny
2021-07-28 23:38 Marek Szuba
2021-11-01  8:32 Michał Górny
2021-12-02  8:40 Arthur Zamarin
2021-12-02  9:39 Michał Górny
2021-12-20  6:16 Arthur Zamarin
2022-01-20  8:41 Arthur Zamarin
2022-01-20 14:20 Michał Górny
2022-02-03 10:58 Michał Górny
2022-02-04 10:27 Michał Górny
2022-02-04 12:04 Michał Górny
2022-02-07 21:15 James Le Cuirot
2022-02-13  9:33 Joshua Kinard
2022-02-27 12:23 Jakov Smolić
2022-02-27 18:52 Michał Górny
2022-03-04  7:18 Michał Górny
2022-03-04  7:57 Michał Górny
2022-03-27  9:50 Fabian Groffen
2022-04-19  9:30 Andreas K. Hüttel
2022-07-14 18:34 Arthur Zamarin
2022-08-17 18:44 Arthur Zamarin
2022-08-17 19:40 Arthur Zamarin
2022-08-29 10:37 Michał Górny
2022-09-27  2:04 Michał Górny
2022-11-03 19:20 Arthur Zamarin
2022-11-03 19:30 Arthur Zamarin
2023-02-07  9:26 Michał Górny
2023-02-12 19:05 Michał Górny
2023-02-20  6:24 Michał Górny
2023-03-21 16:45 Michał Górny
2023-03-24 19:43 Arthur Zamarin
2023-03-24 19:48 Michał Górny
2023-05-30  2:54 Michał Górny
2023-06-26  4:51 Michał Górny
2023-07-05  8:01 Arthur Zamarin
2023-07-05  8:14 Michał Górny
2023-08-06  5:31 Michał Górny
2023-08-26  5:31 Michał Górny
2023-09-07 19:31 Arthur Zamarin
2023-09-08  4:53 Michał Górny
2023-11-05  5:36 Michał Górny
2023-11-29 10:26 Michał Górny
2023-11-29 10:30 Michał Górny
2024-04-19  2:44 Michał Górny
2024-05-04  7:13 Arthur Zamarin
2024-05-04  7:25 Michał Górny
2024-08-02  4:50 Michał Górny
2024-08-17  8:33 Jakov Smolić
2024-08-17  8:48 Michał Górny
2024-09-28  7:42 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=1451442760.184f7d4400bae7ef56f1262daa00dc9e11f2a1d6.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