Gentoo Archives: gentoo-commits

From: Julien Roy <julien@××××.ca>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/futurist/
Date: Wed, 01 Feb 2023 04:40:48
Message-Id: 1675226437.a6abb68ee10123bb4fefb8b28be00dbd224ef653.julien@gentoo
1 commit: a6abb68ee10123bb4fefb8b28be00dbd224ef653
2 Author: Julien Roy <julien <AT> jroy <DOT> ca>
3 AuthorDate: Wed Feb 1 04:37:05 2023 +0000
4 Commit: Julien Roy <julien <AT> jroy <DOT> ca>
5 CommitDate: Wed Feb 1 04:40:37 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6abb68e
7
8 dev-python/futurist: add 2.4.1, drop 2.3.0-r1
9
10 Closes: https://bugs.gentoo.org/835031
11 Closes: https://bugs.gentoo.org/799485
12 Closes: https://bugs.gentoo.org/799482
13 Signed-off-by: Julien Roy <julien <AT> jroy.ca>
14
15 dev-python/futurist/Manifest | 2 +-
16 .../{futurist-2.3.0-r1.ebuild => futurist-2.4.1.ebuild} | 15 +++++++++------
17 2 files changed, 10 insertions(+), 7 deletions(-)
18
19 diff --git a/dev-python/futurist/Manifest b/dev-python/futurist/Manifest
20 index 33baaef09..96683d973 100644
21 --- a/dev-python/futurist/Manifest
22 +++ b/dev-python/futurist/Manifest
23 @@ -1 +1 @@
24 -DIST futurist-2.3.0.tar.gz 42993 BLAKE2B ace10473ee65dedfa33f021437e6d2e974e7e9acd7eb5c6ae6955b133d74376d0bc5e966a8db502f17ff1825abaad1f6b583c6a21dcdd33d87ed4063d35a4638 SHA512 fa12314ce1bc12ccb7d8dd0e99a76a63dbd6a1c6560ca976eacb782f2c28a6003aee820d8ea745b59d35280b047e67563b046c761737d76fefb5928fdfba20e9
25 +DIST futurist-2.4.1.tar.gz 44796 BLAKE2B a1a4c031100da989e6dcd96347da2a29fdf29f229c46d6838d2f661ecf61643c9ba9603036d151a106195ab176e0b82c5607c3e0b8b7d98da9e2aeda9dcfbfb7 SHA512 39a5ccdbfd3f513356ef6f951ba2c53048b43fd7084001e025a776a4ceca8f53e9759711f3e0548b6bebd94c8760be095117084990e72e5284db0c09e0df7003
26
27 diff --git a/dev-python/futurist/futurist-2.3.0-r1.ebuild b/dev-python/futurist/futurist-2.4.1.ebuild
28 similarity index 75%
29 rename from dev-python/futurist/futurist-2.3.0-r1.ebuild
30 rename to dev-python/futurist/futurist-2.4.1.ebuild
31 index 49c4fdf09..f165b01b5 100644
32 --- a/dev-python/futurist/futurist-2.3.0-r1.ebuild
33 +++ b/dev-python/futurist/futurist-2.4.1.ebuild
34 @@ -1,10 +1,10 @@
35 -# Copyright 1999-2022 Gentoo Authors
36 +# Copyright 1999-2023 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=8
40
41 -DISTUTILS_USE_SETUPTOOLS=bdepend
42 -PYTHON_COMPAT=( python3_{8..10} )
43 +DISTUTILS_USE_PEP517=setuptools
44 +PYTHON_COMPAT=( python3_{9..11} )
45
46 inherit distutils-r1
47
48 @@ -27,12 +27,15 @@ RDEPEND="
49 DEPEND="
50 ${RDEPEND}
51 test? (
52 - >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
53 + dev-python/coverage[${PYTHON_USEDEP}]
54 + dev-python/eventlet[${PYTHON_USEDEP}]
55 >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
56 + >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
57 + dev-python/stestr[${PYTHON_USEDEP}]
58 + >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
59 >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
60 >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
61 - >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
62 )
63 "
64
65 -distutils_enable_tests pytest
66 +distutils_enable_tests unittest