diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-11-21 19:47:36 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-11-21 20:00:00 -0600 |
commit | cbaa1b868d58ec24b70c0eb051fa70a95e90ada9 (patch) | |
tree | 3be8a8dc89aa6018a1cbb27ed0c6dcb3f6690f55 /dev-python/futurist | |
parent | dev-python/stevedore: 1.25.1 bup (diff) | |
download | gentoo-cbaa1b868d58ec24b70c0eb051fa70a95e90ada9.tar.gz gentoo-cbaa1b868d58ec24b70c0eb051fa70a95e90ada9.tar.bz2 gentoo-cbaa1b868d58ec24b70c0eb051fa70a95e90ada9.zip |
dev-python/futurist: 1.3.1 bup
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-python/futurist')
-rw-r--r-- | dev-python/futurist/Manifest | 1 | ||||
-rw-r--r-- | dev-python/futurist/futurist-1.3.1.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/futurist/Manifest b/dev-python/futurist/Manifest index 4bc90793b723..b7b1f2960f59 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 000000000000..7b11926575cf --- /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}]" |