From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/futurist/
Date: Wed, 22 Nov 2017 02:00:40 +0000 (UTC) [thread overview]
Message-ID: <1511316000.cbaa1b868d58ec24b70c0eb051fa70a95e90ada9.prometheanfire@gentoo> (raw)
commit: cbaa1b868d58ec24b70c0eb051fa70a95e90ada9
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 22 01:47:36 2017 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 02:00:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbaa1b86
dev-python/futurist: 1.3.1 bup
Package-Manager: Portage-2.3.14, Repoman-2.3.6
dev-python/futurist/Manifest | 1 +
dev-python/futurist/futurist-1.3.1.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-python/futurist/Manifest b/dev-python/futurist/Manifest
index 4bc90793b72..b7b1f2960f5 100644
--- a/dev-python/futurist/Manifest
+++ b/dev-python/futurist/Manifest
@@ -1,2 +1,3 @@
DIST futurist-0.13.0.tar.gz 30739 SHA256 2d51e23607f42bcd84fcf666b91d9a41c131943d85f7a252e599cdea6518ab1c SHA512 a193721ac4920577cf42a39868a76ab772154430ff59b7ca90584d63d65097e842057a0767d357ead9b057638fc8b736d4245cae9945dabac8782d5821e134b0 WHIRLPOOL bf5353773ca8482361567461e0aaee72c03b2535005533364da54b34a88fc19e7d260e0de8831b1f4c88ab2ffed70481a22892d186c5a0e5727fb4dc3649381a
DIST futurist-1.3.0.tar.gz 40889 SHA256 1cd2cccdb1d09e6d8bb61568e933611d41da8bf72e8714cfd473f0728145efef SHA512 1510de6b52ac72500045e0daebd21184788b31123f0cd152fcca9021fcccf8638e808c0459a446f386ecd849dc2f563b7651145c6a5b56a6b36d630868729abe WHIRLPOOL eeb1ca603d38b110c99bc43b7a9bc833cabac9c71bb4fee1fe033dda883101d979258fab9f7b2d09572d29b226cf0c4c674da6023a7b42d86abc39c5325f539b
+DIST futurist-1.3.1.tar.gz 40927 SHA256 6ec2e900d71706bbf3ff10958eae5601d333775b6f775e14b013a021480578c1 SHA512 88b3af8922542d0bcc3e3e1ba8c456adb6233a616c1e14b3b49b11162be5b65855e7088ae6ce573d42bc80675f51070270533fea65e70935304954a3889db3e3 WHIRLPOOL 1d68b1d9a0021443fb040921e0c686a6e0d16bf52558bc7d4611cfcec75bf3cd17b7ef03443aa587d6d61dfd72d4e5f88ac9501b112eb1290160374b853b458d
diff --git a/dev-python/futurist/futurist-1.3.1.ebuild b/dev-python/futurist/futurist-1.3.1.ebuild
new file mode 100644
index 00000000000..7b11926575c
--- /dev/null
+++ b/dev-python/futurist/futurist-1.3.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="Useful additions to futures, from the future"
+HOMEPAGE="https://pypi.python.org/pypi/futurist http://docs.openstack.org/developer/futurist"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+ !~dev-python/futurist-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools
+ ${CDEPEND}"
+RDEPEND="
+ ${CDEPEND}
+ >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+ >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
+ virtual/python-futures[${PYTHON_USEDEP}]
+ >=dev-python/contextlib2-0.4.0[${PYTHON_USEDEP}]
+ >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
+ <dev-python/prettytable-0.8[${PYTHON_USEDEP}]"
next reply other threads:[~2017-11-22 2:00 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-22 2:00 Matt Thode [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-10 8:04 [gentoo-commits] repo/gentoo:master commit in: dev-python/futurist/ Michał Górny
2020-11-26 8:24 Sam James
2020-11-25 9:09 Michał Górny
2020-10-17 21:53 Matthew Thode
2020-03-27 10:42 Michał Górny
2020-02-05 13:24 Michał Górny
2019-05-11 18:17 Matthew Thode
2019-04-09 7:05 Matthew Thode
2018-03-31 0:59 Matt Thode
2018-02-17 1:47 Matt Thode
2017-12-21 7:13 Matt Thode
2017-08-27 4:26 Matt Thode
2016-03-25 4:37 Matt Thode
2016-02-28 6:56 Matt Thode
2015-11-10 14:35 Justin Lecher
2015-10-19 6:47 Matt Thode
2015-09-04 6:03 Justin Lecher
2015-09-03 21:29 Matt Thode
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=1511316000.cbaa1b868d58ec24b70c0eb051fa70a95e90ada9.prometheanfire@gentoo \
--to=prometheanfire@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