From a6abb68ee10123bb4fefb8b28be00dbd224ef653 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Tue, 31 Jan 2023 23:37:05 -0500 Subject: dev-python/futurist: add 2.4.1, drop 2.3.0-r1 Closes: https://bugs.gentoo.org/835031 Closes: https://bugs.gentoo.org/799485 Closes: https://bugs.gentoo.org/799482 Signed-off-by: Julien Roy --- dev-python/futurist/Manifest | 2 +- dev-python/futurist/futurist-2.3.0-r1.ebuild | 38 -------------------------- dev-python/futurist/futurist-2.4.1.ebuild | 41 ++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 39 deletions(-) delete mode 100644 dev-python/futurist/futurist-2.3.0-r1.ebuild create mode 100644 dev-python/futurist/futurist-2.4.1.ebuild diff --git a/dev-python/futurist/Manifest b/dev-python/futurist/Manifest index 33baaef092..96683d973a 100644 --- a/dev-python/futurist/Manifest +++ b/dev-python/futurist/Manifest @@ -1 +1 @@ -DIST futurist-2.3.0.tar.gz 42993 BLAKE2B ace10473ee65dedfa33f021437e6d2e974e7e9acd7eb5c6ae6955b133d74376d0bc5e966a8db502f17ff1825abaad1f6b583c6a21dcdd33d87ed4063d35a4638 SHA512 fa12314ce1bc12ccb7d8dd0e99a76a63dbd6a1c6560ca976eacb782f2c28a6003aee820d8ea745b59d35280b047e67563b046c761737d76fefb5928fdfba20e9 +DIST futurist-2.4.1.tar.gz 44796 BLAKE2B a1a4c031100da989e6dcd96347da2a29fdf29f229c46d6838d2f661ecf61643c9ba9603036d151a106195ab176e0b82c5607c3e0b8b7d98da9e2aeda9dcfbfb7 SHA512 39a5ccdbfd3f513356ef6f951ba2c53048b43fd7084001e025a776a4ceca8f53e9759711f3e0548b6bebd94c8760be095117084990e72e5284db0c09e0df7003 diff --git a/dev-python/futurist/futurist-2.3.0-r1.ebuild b/dev-python/futurist/futurist-2.3.0-r1.ebuild deleted file mode 100644 index 49c4fdf09c..0000000000 --- a/dev-python/futurist/futurist-2.3.0-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Useful additions to futures, from the future" -HOMEPAGE=" - https://opendev.org/openstack/futurist - https://pypi.org/project/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" - -RDEPEND=" - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - >=dev-python/six-1.10.0[${PYTHON_USEDEP}] -" -DEPEND=" - ${RDEPEND} - test? ( - >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}] - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] - >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest diff --git a/dev-python/futurist/futurist-2.4.1.ebuild b/dev-python/futurist/futurist-2.4.1.ebuild new file mode 100644 index 0000000000..f165b01b5d --- /dev/null +++ b/dev-python/futurist/futurist-2.4.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 + +DESCRIPTION="Useful additions to futures, from the future" +HOMEPAGE=" + https://opendev.org/openstack/futurist + https://pypi.org/project/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" + +RDEPEND=" + >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] + >=dev-python/six-1.10.0[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} + test? ( + dev-python/coverage[${PYTHON_USEDEP}] + dev-python/eventlet[${PYTHON_USEDEP}] + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] + >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}] + dev-python/stestr[${PYTHON_USEDEP}] + >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}] + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests unittest -- cgit v1.2.3-65-gdbad