From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pickleshare/
Date: Sat, 30 Jul 2016 08:28:07 +0000 (UTC) [thread overview]
Message-ID: <1469867252.e091f05abf61cc2807cee358d6949b56b8fa167f.soap@gentoo> (raw)
commit: e091f05abf61cc2807cee358d6949b56b8fa167f
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Jul 27 09:44:49 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 08:27:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e091f05a
dev-python/pickleshare: Version bump to 0.7.3
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1979
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-python/pickleshare/Manifest | 1 +
dev-python/pickleshare/pickleshare-0.7.3.ebuild | 28 +++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-python/pickleshare/Manifest b/dev-python/pickleshare/Manifest
index ff799dd..0afab66 100644
--- a/dev-python/pickleshare/Manifest
+++ b/dev-python/pickleshare/Manifest
@@ -1,3 +1,4 @@
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
DIST pickleshare-0.7.2.tar.gz 4664 SHA256 92ee3b0e21632542ecc9a0a245e69a126f62e5114081bdb0d32e0edd10410033 SHA512 2adb8222c1cab81d1097c9eb6aee63556c1d1fb518b7c597b14a0669848dba7f489e9c950cdcd40e4ceceb1806b0523b1429d732b1ab5bc24eb011621a530614 WHIRLPOOL 1209a4d5b16bfa43675ac0ab6fb71891716c9711aef933ddf344c823eee5cc4524a6f6aa955258accfb9dca2189c9aa6da0a6cdd05db8b3048d90a5d3827827c
+DIST pickleshare-0.7.3.tar.gz 5930 SHA256 b9710d01f777b1bf3b69c8f889b1d05a5145668f79e980cbd0f849e059edd274 SHA512 c49f41b2778783c0de69838db0c916bbfe88eb651134959bf43a18233a4f1747599e51bdbe4b0cc7f7b13c92fc202c2159a0cdd2331b099034afbfe0df61c19d WHIRLPOOL 53b540170c4a72c70743ae9c472a57fda67646a44c5d3f256a72f95b7f97ebbe1f08dcbb5f1c5de0b9ddfe051bdbd1193abd202aae967ec832c635bd33e4d714
diff --git a/dev-python/pickleshare/pickleshare-0.7.3.ebuild b/dev-python/pickleshare/pickleshare-0.7.3.ebuild
new file mode 100644
index 0000000..46757b5
--- /dev/null
+++ b/dev-python/pickleshare/pickleshare-0.7.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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 ~arm64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ $(python_gen_cond_dep 'dev-python/pathlib[${PYTHON_USEDEP}]' python2_7 python3_3)
+ >=dev-python/path-py-6.2[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+ py.test || die
+}
next reply other threads:[~2016-07-30 8:28 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-30 8:28 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-20 17:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/pickleshare/ Michał Górny
2024-05-18 6:58 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-23 11:46 David Seifert
2016-02-28 6:51 Matt Thode
2016-01-21 8:33 Justin Lecher
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=1469867252.e091f05abf61cc2807cee358d6949b56b8fa167f.soap@gentoo \
--to=soap@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