public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-collections/
Date: Sun,  7 Aug 2016 20:43:43 +0000 (UTC)	[thread overview]
Message-ID: <1470602612.39d9fe33a1b87bb6f2dbd63a9e76579fd8142bd4.monsieurp@gentoo> (raw)

commit:     39d9fe33a1b87bb6f2dbd63a9e76579fd8142bd4
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Fri Aug  5 23:19:25 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 20:43:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d9fe33

dev-python/jaraco-collections: version bump to 1.4.1.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2028

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-python/jaraco-collections/Manifest             |  1 +
 .../jaraco-collections-1.4.1.ebuild                | 59 ++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/dev-python/jaraco-collections/Manifest b/dev-python/jaraco-collections/Manifest
index 4fa150b..b3000a4 100644
--- a/dev-python/jaraco-collections/Manifest
+++ b/dev-python/jaraco-collections/Manifest
@@ -1,2 +1,3 @@
 DIST jaraco.collections-1.3.2.tar.gz 8965 SHA256 8587fcfa89d81d639687184502cddb4868e3dc5b9a73827ee2bfe8455ab27e57 SHA512 2369e9194fba5b25294ff5977def201b14d1ae72ddce08b5163995fcb530e55046f24354a0144f9272e822c38b468f493f262d56d2d0f6edab315be90f5fca70 WHIRLPOOL adb24717b71bce2f4d4ccae216eb9fd638bd8457a6c465c73fff32e045900ca08e8cc3a2bd49e9f55f6d7897caaae2894a74c10eac343c40498e7ab2a18c712a
+DIST jaraco.collections-1.4.1.tar.gz 10456 SHA256 43d0221be38fa0d8da339a149829800c8c3f843f379c09f3f8f1d99125110936 SHA512 1f9eca787efb427a73b5f03e144a2a95e5740580e21e9857a376d76dd35f39066c3a06056eaf78f72de2f97e4fc70805467fcc516f989ba4785e3f3d9354a538 WHIRLPOOL c37a851f1ab041554c1d9a54565e5671350bc750d31d1569a4415c5c215557739145b3a4992546d715a013695ef86cb788c47b4eb72940a29fdc17a9300399bb
 DIST jaraco.collections-1.4.tar.gz 9615 SHA256 82af38e4f8ef59ef5b44738561dd766f944e145a7ce39751744783f70f779ccb SHA512 dbb7c07bd6a7b4ef41aad1fef55b760447c94aea7036b56ed6fc02deba0720c2cb644fa47598f3997a307343dd1672d4afdd745fad3e02e37257ea714c02634a WHIRLPOOL 05c22e5b1c0d3725c4f0f486ff628991103643264c0e3338172d585be155eb2ba509182b652ed5484cd07cad13b0486829df2e8e9abd5450d7417ffb19d491f4

diff --git a/dev-python/jaraco-collections/jaraco-collections-1.4.1.ebuild b/dev-python/jaraco-collections/jaraco-collections-1.4.1.ebuild
new file mode 100644
index 0000000..357e496
--- /dev/null
+++ b/dev-python/jaraco-collections/jaraco-collections-1.4.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Models and classes to supplement the stdlib collections module"
+HOMEPAGE="https://github.com/jaraco/jaraco.collections"
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+PDEPEND="dev-python/jaraco-text[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/jaraco-classes[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	>=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
+	doc? (
+		dev-python/sphinx[${PYTHON_USEDEP}]
+		dev-python/rst-linker[${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 "dev-python/jaraco-text"; then
+		die "Ensure dev-python/jaraco-text is installed or the" \
+			"test suite will fail"
+	fi
+	distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+	use doc && esetup.py build_sphinx
+}
+
+python_test() {
+	PYTHONPATH=. py.test || die "tests failed with ${EPYTHON}"
+}
+
+python_install_all() {
+	use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2016-08-07 20:43 UTC|newest]

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

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=1470602612.39d9fe33a1b87bb6f2dbd63a9e76579fd8142bd4.monsieurp@gentoo \
    --to=monsieurp@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