diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-12-21 01:09:53 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-12-21 01:12:54 -0600 |
commit | 889d521bf9c63307cbc16e216687c03b719e2c1f (patch) | |
tree | 3d984491075e990b6465d99cf962c3c53e24fa5c | |
parent | dev-python/oslo-utils: 3.28.1 stable amd64 and x86 with cleanup (diff) | |
download | gentoo-889d521bf9c63307cbc16e216687c03b719e2c1f.tar.gz gentoo-889d521bf9c63307cbc16e216687c03b719e2c1f.tar.bz2 gentoo-889d521bf9c63307cbc16e216687c03b719e2c1f.zip |
dev-python/futurist: 1.3.1 stable amd64 and x86 with cleanup
Package-Manager: Portage-2.3.14, Repoman-2.3.6
-rw-r--r-- | dev-python/futurist/Manifest | 2 | ||||
-rw-r--r-- | dev-python/futurist/futurist-0.13.0.ebuild | 27 | ||||
-rw-r--r-- | dev-python/futurist/futurist-1.3.0.ebuild | 30 | ||||
-rw-r--r-- | dev-python/futurist/futurist-1.3.1.ebuild | 2 |
4 files changed, 1 insertions, 60 deletions
diff --git a/dev-python/futurist/Manifest b/dev-python/futurist/Manifest index 70b6a4b3bb2d..66299de0a6e7 100644 --- a/dev-python/futurist/Manifest +++ b/dev-python/futurist/Manifest @@ -1,3 +1 @@ -DIST futurist-0.13.0.tar.gz 30739 BLAKE2B 7f47245433cd2bc756020534fc0b0e4d2c87eaca7f41ae9dfa347a43b4a12ee64aaeb613b106d5880cb8a734837a555815592e008b6e7b8478de03e87e9f8a84 SHA512 a193721ac4920577cf42a39868a76ab772154430ff59b7ca90584d63d65097e842057a0767d357ead9b057638fc8b736d4245cae9945dabac8782d5821e134b0 -DIST futurist-1.3.0.tar.gz 40889 BLAKE2B fcad25afd7d984383d1d1ac4b55c9cc6038bf9c690f7ee14dee2658db6e6105a2a2e48af2d96db35f26a9cd845451dd542ca325c3a501fb278f9372f9675bc19 SHA512 1510de6b52ac72500045e0daebd21184788b31123f0cd152fcca9021fcccf8638e808c0459a446f386ecd849dc2f563b7651145c6a5b56a6b36d630868729abe DIST futurist-1.3.1.tar.gz 40927 BLAKE2B 7a746bc7dbdfe1ac9ff2fcdd02a0f4f6e0caccadb52b46439620bc5daf736545de906d0a8d159d39fe7d0ab8eda05767aff4723607dc777ec5c1b43a1670c277 SHA512 88b3af8922542d0bcc3e3e1ba8c456adb6233a616c1e14b3b49b11162be5b65855e7088ae6ce573d42bc80675f51070270533fea65e70935304954a3889db3e3 diff --git a/dev-python/futurist/futurist-0.13.0.ebuild b/dev-python/futurist/futurist-0.13.0.ebuild deleted file mode 100644 index 3c94fc81a197..000000000000 --- a/dev-python/futurist/futurist-0.13.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) - -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-1.6[${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}]" diff --git a/dev-python/futurist/futurist-1.3.0.ebuild b/dev-python/futurist/futurist-1.3.0.ebuild deleted file mode 100644 index d226756aac6e..000000000000 --- a/dev-python/futurist/futurist-1.3.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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}]" diff --git a/dev-python/futurist/futurist-1.3.1.ebuild b/dev-python/futurist/futurist-1.3.1.ebuild index 7b11926575cf..d226756aac6e 100644 --- a/dev-python/futurist/futurist-1.3.1.ebuild +++ b/dev-python/futurist/futurist-1.3.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="" CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] |