public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cloudpickle/
Date: Wed, 28 Jun 2017 04:02:52 +0000 (UTC)	[thread overview]
Message-ID: <1498622410.188dd8fc601c86415bf8b87b43f90527b0e623b9.bicatali@gentoo> (raw)

commit:     188dd8fc601c86415bf8b87b43f90527b0e623b9
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 05:12:40 2017 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 04:00:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=188dd8fc

dev-python/cloudpickle: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/cloudpickle/Manifest                 |  1 +
 dev-python/cloudpickle/cloudpickle-0.3.1.ebuild | 27 +++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/cloudpickle/Manifest b/dev-python/cloudpickle/Manifest
index 71319186e11..f45735c92c8 100644
--- a/dev-python/cloudpickle/Manifest
+++ b/dev-python/cloudpickle/Manifest
@@ -1,2 +1,3 @@
 DIST cloudpickle-0.2.1.tar.gz 15514 SHA256 eea4b655e6aed3dba39b104ad1872226e3f9e23d8d202fc003f3e65f2d125c3b SHA512 ab098186c04db1947fb6c4c92bb4708b0c45122adf0435f5da70a0cb24c08cf6d36ce627ea112a8ad8d0107a28b12259435c3e1aa2ab7a6f8f4122e5ca756e2c WHIRLPOOL 66c3b735e592b05bdacb8fecc75a0d4e81751670f06eac2049a5d02b2a8dc1e1fbb66ef039d7de6f85175ff6dd7f6f635290f25937af02d6d640894a959778dc
 DIST cloudpickle-0.2.2.tar.gz 17020 SHA256 9da26af07a25431d8a3c412d4c8e78823c1298655d354f4f570ece1b995f8e74 SHA512 798b745d4059c34026a785fa32e6ac68aea689b3f4f8fa08d625eebe65651eca55211d104e9eab315c7c22dc720cbbad88cb1a444dac51ff457bff8d26c43756 WHIRLPOOL 05dd06818f6d53a2abbd936244ce6efdeaac49df0caa9a6dcabaacacd11157126f09f6432263d8eca94b913b6ff1a510c5310d56241e8ced32a4fefcf2329c1c
+DIST cloudpickle-0.3.1.tar.gz 18927 SHA256 c93a2684080011bb72fb59210c48b7259da8241bdcc6fa3f425ecca090e8c17e SHA512 81ea17181710f3428bc9c80e2e4b1fa57eadd6781528ed92ce5854ce86cded0b754d98afccd322408786ce4e3a77a1c758be73f197d809dad07c24e9dbb7c68d WHIRLPOOL caa3462abe4b131aed016918525674bd3831910dffcf435f96163573ab19d71b6d0fd671a94e9b24fa1acd97cb7c8a98f2fbc2f9a9c5f16b009d4963d08c1572

diff --git a/dev-python/cloudpickle/cloudpickle-0.3.1.ebuild b/dev-python/cloudpickle/cloudpickle-0.3.1.ebuild
new file mode 100644
index 00000000000..3c344a15bc7
--- /dev/null
+++ b/dev-python/cloudpickle/cloudpickle-0.3.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+inherit eutils distutils-r1
+
+DESCRIPTION="Extended pickling support for Python objects"
+HOMEPAGE="https://pypi.python.org/pypi/cloudpickle/"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE="test"
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (
+	  dev-python/mock[${PYTHON_USEDEP}]
+	  dev-python/pytest[${PYTHON_USEDEP}] )"
+
+RESTRICT="test"
+
+python_test() {
+	PYTHONPATH='.:tests' py.test || die
+}


             reply	other threads:[~2017-06-28  4:02 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-28  4:02 Sebastien Fabbro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-13 17:17 [gentoo-commits] repo/gentoo:master commit in: dev-python/cloudpickle/ Michał Górny
2024-01-04 17:14 Michał Górny
2023-11-29 10:17 Michał Górny
2023-11-29 10:15 Michał Górny
2023-11-14  4:34 Michał Górny
2023-10-16 13:56 Michał Górny
2023-02-21  7:50 Michał Górny
2023-02-21  7:50 Michał Górny
2023-02-20 19:13 Arthur Zamarin
2023-01-19 17:43 Michał Górny
2022-10-10 20:18 Michał Górny
2022-10-10 18:32 Arthur Zamarin
2022-09-09  7:23 Arthur Zamarin
2022-06-16  9:23 Michał Górny
2022-06-16  9:06 Jakov Smolić
2022-05-21  6:47 Michał Górny
2022-05-13 12:35 Michał Górny
2022-02-03 21:10 Arthur Zamarin
2022-02-02 10:48 Sam James
2022-01-29 18:38 Arthur Zamarin
2022-01-29 13:01 Arthur Zamarin
2022-01-10  4:20 Joshua Kinard
2021-12-31 20:20 James Le Cuirot
2021-12-31 16:53 Matt Turner
2021-12-30  5:49 Sam James
2021-12-28 21:32 Arthur Zamarin
2021-12-28 19:27 Arthur Zamarin
2021-12-28 19:21 Arthur Zamarin
2021-10-16  5:56 Michał Górny
2021-10-15 22:42 Sam James
2021-09-11  7:15 Michał Górny
2021-09-02 17:05 Marek Szuba
2021-05-07 11:25 Michał Górny
2021-02-25 12:00 Sam James
2020-10-07  7:28 Michał Górny
2020-10-01 23:06 Sergei Trofimovich
2020-08-26 10:14 Michał Górny
2020-08-22  5:29 Agostino Sarubbo
2020-08-21 15:36 Agostino Sarubbo
2020-08-18  8:50 Michał Górny
2020-08-18  5:52 Sam James
2020-07-05 13:44 Agostino Sarubbo
2020-07-05 13:17 Michał Górny
2020-07-05  8:47 Sergei Trofimovich
2020-07-02  8:29 Michał Górny
2020-06-15  7:47 Michał Górny
2020-06-14 18:55 Michał Górny
2020-05-04 10:29 Michał Górny
2020-04-30  9:45 Michał Górny
2020-04-27 12:42 Michał Górny
2020-04-26 20:40 Michał Górny
2020-03-26 14:51 Michał Górny
2020-02-10 18:46 Michał Górny
2020-02-02 15:34 Michał Górny
2020-02-02 15:34 Michał Górny
2019-11-19 18:36 Matthew Thode
2019-10-31 21:29 Matthew Thode
2019-09-12 14:11 Michał Górny
2019-07-21 10:00 Sergei Trofimovich
2019-06-30 22:26 Zac Medico
2019-06-29  8:15 Michał Górny
2017-12-02 20:55 Mike Gilbert
2017-11-30 19:02 Thomas Deutschmann
2017-05-04 18:08 Manuel Rüger
2017-03-07  0:17 Sebastien Fabbro
2016-10-02 13:00 Patrice Clement
2016-10-02 13:00 Patrice Clement
2016-03-18 19:18 Sebastien Fabbro
2016-02-18 17:46 Patrick Lauer

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=1498622410.188dd8fc601c86415bf8b87b43f90527b0e623b9.bicatali@gentoo \
    --to=bicatali@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