From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pickleshare/
Date: Thu, 21 Jan 2016 08:33:40 +0000 (UTC) [thread overview]
Message-ID: <1453365211.49090c764c95d9857ffa89dd6e57563154e0d2eb.jlec@gentoo> (raw)
commit: 49090c764c95d9857ffa89dd6e57563154e0d2eb
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 21 08:04:20 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 08:33:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49090c76
dev-python/pickleshare: Version Bump
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/pickleshare/Manifest | 1 +
dev-python/pickleshare/pickleshare-0.6.ebuild | 34 +++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-python/pickleshare/Manifest b/dev-python/pickleshare/Manifest
index 79e862d..476c2a5 100644
--- a/dev-python/pickleshare/Manifest
+++ b/dev-python/pickleshare/Manifest
@@ -1 +1,2 @@
DIST pickleshare-0.5.tar.gz 4441 SHA256 c0be5745035d437dbf55a96f60b7712345b12423f7d0951bd7d8dc2141ca9286 SHA512 1021b76591b5b1d6c777e03c9544fea63602f719b786a2a2e73590f8e8275156fa69b336adf81a6e8abcaad2263eacd76ce4abf2ceff04126ff6b1ffd96cb4e3 WHIRLPOOL 07907feb8dab2dfbfc74e43d17cc076027ab450091a8dd4af197019c6c46e268eda1d5761ab22fc774e37090ab7d51212d82ba284d89018fbc0f52c38f235c62
+DIST pickleshare-0.6.tar.gz 4519 SHA256 2e6064fc69561192f41997ee027336bb0d2e5126f370c9bd250a1050b903ded3 SHA512 5976744830cea1b2bfea5a6e2265c675df4ce3edd70d4dadfa4cb56aaee5e57b30645c31bbf3729a8486b3976b7334976f1c9ab7914bc071a7da3c52c5d426b9 WHIRLPOOL 36e97b02ab9d39a05738c2d1aced0f7f71b6cdc5c66b16763e3a8b94c7a093e4c2e188f00fc26224ff7fa148494d58cd3d8ac68dc0191c731641e7fad80ea2a0
diff --git a/dev-python/pickleshare/pickleshare-0.6.ebuild b/dev-python/pickleshare/pickleshare-0.6.ebuild
new file mode 100644
index 0000000..fd3c220
--- /dev/null
+++ b/dev-python/pickleshare/pickleshare-0.6.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A small 'shelve' like datastore with concurrency support"
+HOMEPAGE="https://github.com/pickleshare/pickleshare"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-python/path-py-6.2[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+# test_pickleshare.py is not included in the pickleshare-0.5 source
+# we fetched from pipy
+RESTRICT="test"
+
+python_test() {
+ distutils_install_for_testing
+ cd "${TEST_DIR}"/lib || die
+ cp "${S}"/test_pickleshare.py "${TEST_DIR}"/lib/ || die
+ py.test || die
+}
next reply other threads:[~2016-01-21 8:34 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-21 8:33 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-18 6:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/pickleshare/ Michał Górny
2023-11-16 19:43 Michał Górny
2023-11-16 19:43 Michał Górny
2023-10-27 14:04 Michał Górny
2023-10-27 12:17 Sam James
2023-10-15 8:00 Sam James
2023-10-15 7:38 Sam James
2023-10-14 19:52 Arthur Zamarin
2023-10-14 18:17 Arthur Zamarin
2023-10-14 18:17 Arthur Zamarin
2023-10-14 16:52 Arthur Zamarin
2023-09-14 11:24 Andrew Ammerlaan
2022-09-22 7:45 Michał Górny
2022-05-16 14:43 Andrew Ammerlaan
2022-02-14 8:35 Matt Turner
2022-01-30 11:33 James Le Cuirot
2021-11-01 15:46 Sam James
2021-09-26 17:52 Sam James
2021-09-08 16:19 Sam James
2021-06-29 5:53 Yixun Lan
2021-05-06 11:38 Michał Górny
2020-06-10 8:11 Michał Górny
2020-06-08 17:36 Michał Górny
2020-06-03 18:43 Agostino Sarubbo
2020-06-02 22:21 Mart Raudsepp
2020-03-28 11:59 Michał Górny
2020-03-01 4:12 Andrey Grozin
2020-01-26 17:11 Michał Górny
2019-12-14 0:41 David Seifert
2018-05-27 8:44 Mart Raudsepp
2018-05-16 12:28 Agostino Sarubbo
2018-03-21 20:24 Markus Meier
2018-03-12 0:51 Matt Turner
2018-03-04 22:40 Sergei Trofimovich
2017-05-22 16:41 Michał Górny
2017-03-12 6:19 Zac Medico
2017-02-04 21:30 David Seifert
2016-10-19 23:22 Patrice Clement
2016-10-19 23:22 Patrice Clement
2016-07-30 8:28 David Seifert
2016-07-23 11:46 David Seifert
2016-02-28 6:51 Matt Thode
2015-11-28 17:33 Justin Lecher
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=1453365211.49090c764c95d9857ffa89dd6e57563154e0d2eb.jlec@gentoo \
--to=jlec@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