From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/contextlib2/
Date: Thu, 18 Feb 2016 12:38:36 +0000 (UTC) [thread overview]
Message-ID: <1455799060.a1a54581e1af8c2213ea9ebab3a8a51178f8458e.patrick@gentoo> (raw)
commit: a1a54581e1af8c2213ea9ebab3a8a51178f8458e
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 12:28:34 2016 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 12:37:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a54581
dev-python/contextlib2: Bump
Package-Manager: portage-2.2.27
dev-python/contextlib2/Manifest | 1 +
dev-python/contextlib2/contextlib2-0.5.1.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-python/contextlib2/Manifest b/dev-python/contextlib2/Manifest
index a2aa4e4..4317aad 100644
--- a/dev-python/contextlib2/Manifest
+++ b/dev-python/contextlib2/Manifest
@@ -1 +1,2 @@
DIST contextlib2-0.4.0.tar.gz 18741 SHA256 55a5dc78f7a742a0e756645134ffb39bbe11da0fea2bc0f7070d40dac208b732 SHA512 622762c5490f0ff3e4b421a63bccce8fe0753977112ee0db9640dad31093c40c8a331f3d7cade9925f17903eaeaa376925ef607d7a440170c7c5ec1c8e04f56a WHIRLPOOL b1b2b753b15cb5124ebc378acf6b959839e727a53d3a096eea5b04404fc059f6a1b49b9fa23cc6310ad1b9bcfa655a82088af0906a74f8326d7bf57f3793440c
+DIST contextlib2-0.5.1.tar.gz 25186 SHA256 227c79e126e8a8904a81d162750581ed3d49af2395a3100be7067b7296d33d45 SHA512 da3a954a52a0f036e0b2d949bf4e73f4551eb637944eae5f6f421a1c22b2177dcfa56984a6c77692bb92713cf73a0df02b9159268b428550651fb7be97074613 WHIRLPOOL b970100478d107ce89ea9a21d670767cae8921acc095922fb82a3b1c19eeecb98bc326888e97ac9fd5b9dec71f2a69b769693f2a07ecb48060b3b76353ad1ade
diff --git a/dev-python/contextlib2/contextlib2-0.5.1.ebuild b/dev-python/contextlib2/contextlib2-0.5.1.ebuild
new file mode 100644
index 0000000..5d90531
--- /dev/null
+++ b/dev-python/contextlib2/contextlib2-0.5.1.ebuild
@@ -0,0 +1,24 @@
+# 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_3,3_4} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Backports and enhancements for the contextlib module"
+HOMEPAGE="https://pypi.python.org/pypi/contextlib2"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="PSF-2.4"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="test? ( dev-python/unittest2[${PYTHON_USEDEP}] )"
+
+python_test() {
+ "${PYTHON}" test_contextlib2.py || die "Tests fail for ${EPYTHON}"
+}
next reply other threads:[~2016-02-18 12:38 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-18 12:38 Patrick Lauer [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-02-28 7:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/contextlib2/ Matt Thode
2016-03-12 18:14 Tim Harder
2016-06-29 13:21 Patrick Lauer
2016-08-05 21:22 Tim Harder
2017-01-17 16:22 Agostino Sarubbo
2017-05-02 19:15 Michał Górny
2017-05-04 16:15 Manuel Rüger
2017-08-22 6:08 Tim Harder
2017-09-21 5:16 Tim Harder
2017-09-22 19:40 Sergei Trofimovich
2017-09-23 10:39 Sergei Trofimovich
2017-09-23 13:05 Sergei Trofimovich
2017-12-01 22:28 Mike Gilbert
2017-12-04 2:30 Matt Turner
2017-12-19 23:02 Sergei Trofimovich
2017-12-21 22:34 Sergei Trofimovich
2017-12-23 21:58 Sergei Trofimovich
2017-12-26 16:22 Jason Zaman
2017-12-27 20:06 Sergei Trofimovich
2017-12-27 20:37 Sergei Trofimovich
2018-01-07 22:27 Mikle Kolyada
2018-02-21 17:20 Michał Górny
2018-03-11 23:12 Matt Turner
2018-03-15 1:03 Matt Turner
2018-03-21 19:41 Markus Meier
2018-04-09 20:22 Stephen Klimaszewski
2018-04-21 23:55 Thomas Deutschmann
2019-01-29 13:31 Mikle Kolyada
2019-11-23 3:50 Patrick McLean
2019-12-04 19:44 Sergei Trofimovich
2020-03-26 14:51 Michał Górny
2020-03-26 14:51 Michał Górny
2020-03-26 14:51 Michał Górny
2020-04-06 13:58 Sebastian Pipping
2020-05-25 20:16 Michał Górny
2020-07-08 13:16 Michał Górny
2020-09-20 15:38 Michał Górny
2020-11-28 13:41 Sam James
2021-05-23 13:41 Michał Górny
2021-06-27 14:20 Michał Górny
2021-07-01 14:06 Marek Szuba
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=1455799060.a1a54581e1af8c2213ea9ebab3a8a51178f8458e.patrick@gentoo \
--to=patrick@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