From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/partd/
Date: Fri, 18 Mar 2016 19:18:14 +0000 (UTC) [thread overview]
Message-ID: <1458331846.974a66953f6665c933c68c7c8e24c50b999cbc8f.bicatali@gentoo> (raw)
commit: 974a66953f6665c933c68c7c8e24c50b999cbc8f
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 00:15:01 2016 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 20:10:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=974a6695
dev-python/partd: initial import
Package-Manager: portage-2.2.28
dev-python/partd/Manifest | 1 +
dev-python/partd/metadata.xml | 19 +++++++++++++++++++
dev-python/partd/partd-0.3.2.ebuild | 33 +++++++++++++++++++++++++++++++++
3 files changed, 53 insertions(+)
diff --git a/dev-python/partd/Manifest b/dev-python/partd/Manifest
new file mode 100644
index 0000000..8a95159
--- /dev/null
+++ b/dev-python/partd/Manifest
@@ -0,0 +1 @@
+DIST partd-0.3.2.tar.gz 17097 SHA256 0b8a2f313d07548ab5fbca89fae27d63ce81709ee544609b9e515d9c604ca910 SHA512 7d48af79d6a42d7adbca85df1199d266ae115b4160fcaa9ba6a026b92ae813d9a37594dfab06f969a38799f13f23c80bbcd89be4ec4fdd8ad9f85718598707de WHIRLPOOL 4a7abf38f897cc09d061ffa5ccd2eb3f16a8496c60bd36feb170a52bea6789c1597921b69e97f875c8fb72a1b8549787f073f26fb70818038ce6e888afa6d7f0
diff --git a/dev-python/partd/metadata.xml b/dev-python/partd/metadata.xml
new file mode 100644
index 0000000..8bda67d
--- /dev/null
+++ b/dev-python/partd/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>cluster@gentoo.org</email>
+ <name>Gentoo Cluster Project</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <longdescription lang="en">
+ Partd stores key-value pairs. Values are raw bytes. We append on old values.
+ Partd excels at shuffling operations.
+ </longdescription>
+ <upstream>
+ <remote-id type="pypi">partd</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/partd/partd-0.3.2.ebuild b/dev-python/partd/partd-0.3.2.ebuild
new file mode 100644
index 0000000..c860062
--- /dev/null
+++ b/dev-python/partd/partd-0.3.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Appendable key-value storage"
+HOMEPAGE="http://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=""
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? (
+ dev-python/locket[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/pandas[${PYTHON_USEDEP}]
+ dev-python/pyzmq[${PYTHON_USEDEP}]
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/toolz[${PYTHON_USEDEP}] )"
+
+python_test() {
+ py.test partd --verbose || die
+}
next reply other threads:[~2016-03-18 19:18 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-18 19:18 Sebastien Fabbro [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-03-18 19:18 [gentoo-commits] repo/gentoo:master commit in: dev-python/partd/ Sebastien Fabbro
2017-01-09 22:36 Aaron Bauman
2017-03-07 0:17 Sebastien Fabbro
2017-03-07 9:23 David Seifert
2018-07-21 0:06 Mikle Kolyada
2019-11-24 16:15 Aaron Bauman
2020-01-17 7:47 Michał Górny
2020-06-14 12:24 Michał Górny
2020-07-29 10:20 Michał Górny
2020-08-12 6:01 Agostino Sarubbo
2020-08-18 5:28 Sam James
2020-08-18 5:52 Sam James
2021-04-08 22:46 Michał Górny
2021-05-19 17:22 Sam James
2021-05-19 18:21 Michał Górny
2021-07-04 16:55 Michał Górny
2021-12-13 3:09 Yixun Lan
2022-01-28 18:41 Arthur Zamarin
2022-08-12 10:35 Arthur Zamarin
2022-09-19 20:10 Jakov Smolić
2022-09-20 5:57 Michał Górny
2022-10-15 14:10 Andrew Ammerlaan
2023-01-28 8:09 Sam James
2023-03-16 4:03 Michał Górny
2023-04-12 4:49 Michał Górny
2023-05-13 11:35 Arthur Zamarin
2023-05-13 16:06 Michał Górny
2023-09-26 4:42 Michał Górny
2023-10-27 19:32 Sam James
2023-10-28 15:23 Michał Górny
2023-11-24 16:45 Arthur Zamarin
2024-01-26 16:45 Michał Górny
2024-01-26 16:45 Michał Górny
2024-04-13 16:08 Michał Górny
2024-05-07 1:57 Michał Górny
2024-05-22 8:03 Michał Górny
2024-05-22 9:05 Michał Górny
2024-05-22 9:10 Michał Górny
2024-07-11 16:37 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=1458331846.974a66953f6665c933c68c7c8e24c50b999cbc8f.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