public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/futurist/
Date: Thu, 21 Dec 2017 07:13:23 +0000 (UTC)	[thread overview]
Message-ID: <1513840374.889d521bf9c63307cbc16e216687c03b719e2c1f.prometheanfire@gentoo> (raw)

commit:     889d521bf9c63307cbc16e216687c03b719e2c1f
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 07:09:53 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 07:12:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=889d521b

dev-python/futurist: 1.3.1 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-python/futurist/Manifest               |  2 --
 dev-python/futurist/futurist-0.13.0.ebuild | 27 ---------------------------
 dev-python/futurist/futurist-1.3.0.ebuild  | 30 ------------------------------
 dev-python/futurist/futurist-1.3.1.ebuild  |  2 +-
 4 files changed, 1 insertion(+), 60 deletions(-)

diff --git a/dev-python/futurist/Manifest b/dev-python/futurist/Manifest
index 70b6a4b3bb2..66299de0a6e 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 3c94fc81a19..00000000000
--- 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 d226756aac6..00000000000
--- 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 7b11926575c..d226756aac6 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}]


             reply	other threads:[~2017-12-21  7:13 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-21  7:13 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-11-22  2:00 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=1513840374.889d521bf9c63307cbc16e216687c03b719e2c1f.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