Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/futurist/
Date: Sat, 10 Apr 2021 08:04:29
Message-Id: 1618041703.9f456a544555fcdab588b816706beb19b519bafd.mgorny@gentoo
1 commit: 9f456a544555fcdab588b816706beb19b519bafd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 10 07:02:43 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 10 08:01:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f456a54
7
8 dev-python/futurist: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/futurist/Manifest | 1 -
13 dev-python/futurist/futurist-1.8.1.ebuild | 27 ---------------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/dev-python/futurist/Manifest b/dev-python/futurist/Manifest
17 index 287d2187d39..33baaef0923 100644
18 --- a/dev-python/futurist/Manifest
19 +++ b/dev-python/futurist/Manifest
20 @@ -1,2 +1 @@
21 -DIST futurist-1.8.1.tar.gz 42430 BLAKE2B 4584d37dd2a5de41be576b1233a50202c9c134b0a7e6c231e028224413f2a0c6e2ab22e1685e5fc974cded3e70c4fee6cbb9ae1262f167455a40a39eeec8c904 SHA512 4ec292284a1a6a7675bd9970f391bfcc47841c42beedac8348b23755481c4f87a2467dbb0f8c963c4b9fc8148a8aaca43e3c166878d07c9e48720481b0f73d9b
22 DIST futurist-2.3.0.tar.gz 42993 BLAKE2B ace10473ee65dedfa33f021437e6d2e974e7e9acd7eb5c6ae6955b133d74376d0bc5e966a8db502f17ff1825abaad1f6b583c6a21dcdd33d87ed4063d35a4638 SHA512 fa12314ce1bc12ccb7d8dd0e99a76a63dbd6a1c6560ca976eacb782f2c28a6003aee820d8ea745b59d35280b047e67563b046c761737d76fefb5928fdfba20e9
23
24 diff --git a/dev-python/futurist/futurist-1.8.1.ebuild b/dev-python/futurist/futurist-1.8.1.ebuild
25 deleted file mode 100644
26 index 9a194555391..00000000000
27 --- a/dev-python/futurist/futurist-1.8.1.ebuild
28 +++ /dev/null
29 @@ -1,27 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -PYTHON_COMPAT=( python3_7 )
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Useful additions to futures, from the future"
39 -HOMEPAGE="https://pypi.org/project/futurist/ http://docs.openstack.org/developer/futurist"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm64 x86"
45 -IUSE=""
46 -
47 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
48 -DEPEND="dev-python/setuptools
49 - ${CDEPEND}"
50 -RDEPEND="
51 - ${CDEPEND}
52 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
53 - >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
54 - >=dev-python/contextlib2-0.4.0[${PYTHON_USEDEP}]
55 - >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
56 - <dev-python/prettytable-0.8[${PYTHON_USEDEP}]"