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/partd/
Date: Tue,  7 Mar 2017 00:17:30 +0000 (UTC)	[thread overview]
Message-ID: <1488845837.e16ea306342a9d1ce481b9173e3b67822a0d2814.bicatali@gentoo> (raw)

commit:     e16ea306342a9d1ce481b9173e3b67822a0d2814
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  6 19:45:43 2017 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 00:17:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e16ea306

dev-python/partd: version bump

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/partd/Manifest           |  1 +
 dev-python/partd/partd-0.3.7.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/partd/Manifest b/dev-python/partd/Manifest
index 8a9515984fe..5ef92b0d3db 100644
--- a/dev-python/partd/Manifest
+++ b/dev-python/partd/Manifest
@@ -1 +1,2 @@
 DIST partd-0.3.2.tar.gz 17097 SHA256 0b8a2f313d07548ab5fbca89fae27d63ce81709ee544609b9e515d9c604ca910 SHA512 7d48af79d6a42d7adbca85df1199d266ae115b4160fcaa9ba6a026b92ae813d9a37594dfab06f969a38799f13f23c80bbcd89be4ec4fdd8ad9f85718598707de WHIRLPOOL 4a7abf38f897cc09d061ffa5ccd2eb3f16a8496c60bd36feb170a52bea6789c1597921b69e97f875c8fb72a1b8549787f073f26fb70818038ce6e888afa6d7f0
+DIST partd-0.3.7.tar.gz 17530 SHA256 fdc344bca07f3b10645cc380950a00bbfcdbf993f3396715eb0936d14811cd18 SHA512 84b6cb6af0607dace3bb20a38b4767ec75c92e903ba2cf1069e048d4c9cfba8bcf6d998767817a1310ece2570c2f0d60e5a42c80d38d603c656b74d00e6f0986 WHIRLPOOL 078ca146b7505aeb62e17578ea277b5412e9acee135b95488539370805520bd996a127c35da37fdeb7e9f02883fc8dc53d492a819f9c6d70c2bbaf5386abd328

diff --git a/dev-python/partd/partd-0.3.7.ebuild b/dev-python/partd/partd-0.3.7.ebuild
new file mode 100644
index 00000000000..b85421196cf
--- /dev/null
+++ b/dev-python/partd/partd-0.3.7.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Appendable key-value storage"
+HOMEPAGE="https://github.com/dask/partd/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+RDEPEND="dev-python/locket[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (
+	  dev-python/blosc[${PYTHON_USEDEP}]
+	  dev-python/numpy[${PYTHON_USEDEP}]
+	  dev-python/pandas[${PYTHON_USEDEP}]
+	  dev-python/pytest[${PYTHON_USEDEP}]
+	  dev-python/pyzmq[${PYTHON_USEDEP}]
+	  dev-python/toolz[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+	py.test partd --verbose || die
+}


             reply	other threads:[~2017-03-07  0:17 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-07  0:17 Sebastien Fabbro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-11 16:37 [gentoo-commits] repo/gentoo:master commit in: dev-python/partd/ Michał Górny
2024-05-22  9:10 Michał Górny
2024-05-22  9:05 Michał Górny
2024-05-22  8:03 Michał Górny
2024-05-07  1:57 Michał Górny
2024-04-13 16:08 Michał Górny
2024-01-26 16:45 Michał Górny
2024-01-26 16:45 Michał Górny
2023-11-24 16:45 Arthur Zamarin
2023-10-28 15:23 Michał Górny
2023-10-27 19:32 Sam James
2023-09-26  4:42 Michał Górny
2023-05-13 16:06 Michał Górny
2023-05-13 11:35 Arthur Zamarin
2023-04-12  4:49 Michał Górny
2023-03-16  4:03 Michał Górny
2023-01-28  8:09 Sam James
2022-10-15 14:10 Andrew Ammerlaan
2022-09-20  5:57 Michał Górny
2022-09-19 20:10 Jakov Smolić
2022-08-12 10:35 Arthur Zamarin
2022-01-28 18:41 Arthur Zamarin
2021-12-13  3:09 Yixun Lan
2021-07-04 16:55 Michał Górny
2021-05-19 18:21 Michał Górny
2021-05-19 17:22 Sam James
2021-04-08 22:46 Michał Górny
2020-08-18  5:52 Sam James
2020-08-18  5:28 Sam James
2020-08-12  6:01 Agostino Sarubbo
2020-07-29 10:20 Michał Górny
2020-06-14 12:24 Michał Górny
2020-01-17  7:47 Michał Górny
2019-11-24 16:15 Aaron Bauman
2018-07-21  0:06 Mikle Kolyada
2017-03-07  9:23 David Seifert
2017-01-09 22:36 Aaron Bauman
2016-03-18 19:18 Sebastien Fabbro
2016-03-18 19:18 Sebastien Fabbro

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=1488845837.e16ea306342a9d1ce481b9173e3b67822a0d2814.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