From 871cc534428ad2b34c2bf3506fc8f89c7046401f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 27 Apr 2023 21:32:32 +0100 Subject: dev-python/animation : add python3.11 compat --- dev-python/animation/animation-0.0.5-r3.ebuild | 27 ----------------------- dev-python/animation/animation-0.0.5-r4.ebuild | 28 ++++++++++++++++++++++++ metadata/md5-cache/dev-python/animation-0.0.5-r3 | 16 -------------- metadata/md5-cache/dev-python/animation-0.0.5-r4 | 16 ++++++++++++++ metadata/pkg_desc_index | 2 +- 5 files changed, 45 insertions(+), 44 deletions(-) delete mode 100644 dev-python/animation/animation-0.0.5-r3.ebuild create mode 100644 dev-python/animation/animation-0.0.5-r4.ebuild delete mode 100644 metadata/md5-cache/dev-python/animation-0.0.5-r3 create mode 100644 metadata/md5-cache/dev-python/animation-0.0.5-r4 diff --git a/dev-python/animation/animation-0.0.5-r3.ebuild b/dev-python/animation/animation-0.0.5-r3.ebuild deleted file mode 100644 index d4588f09..00000000 --- a/dev-python/animation/animation-0.0.5-r3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python{2_7,3_8,3_9,3_10} ) - -inherit distutils-r1 - -DESCRIPTION="Tools for terminal-based wait animations" -HOMEPAGE="https://github.com/bprinty/animation" -SRC_URI="https://github.com/bprinty/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL" -SLOT="0" -KEYWORDS="amd64 arm64" -IUSE="" - -RDEPEND="" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -" - -S="${WORKDIR}/${PN}-${PV}" - -python_install_all() { - distutils-r1_python_install_all -} diff --git a/dev-python/animation/animation-0.0.5-r4.ebuild b/dev-python/animation/animation-0.0.5-r4.ebuild new file mode 100644 index 00000000..9e9e38e2 --- /dev/null +++ b/dev-python/animation/animation-0.0.5-r4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 + +DESCRIPTION="Tools for terminal-based wait animations" +HOMEPAGE="https://github.com/bprinty/animation" +SRC_URI="https://github.com/bprinty/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL" +SLOT="0" +KEYWORDS="amd64 arm64" +IUSE="" + +RDEPEND="" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] +" + +S="${WORKDIR}/${PN}-${PV}" + +python_install_all() { + distutils-r1_python_install_all +} diff --git a/metadata/md5-cache/dev-python/animation-0.0.5-r3 b/metadata/md5-cache/dev-python/animation-0.0.5-r3 deleted file mode 100644 index 99619363..00000000 --- a/metadata/md5-cache/dev-python/animation-0.0.5-r3 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/setuptools-65.7.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python3_9(-)?,python_targets_python3_10(-)?] -DESCRIPTION=Tools for terminal-based wait animations -EAPI=7 -HOMEPAGE=https://github.com/bprinty/animation -INHERIT=distutils-r1 -IUSE=python_targets_python3_9 python_targets_python3_10 -KEYWORDS=amd64 arm64 -LICENSE=GPL -RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) -REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 ) -SLOT=0 -SRC_URI=https://github.com/bprinty/animation/archive/0.0.5.tar.gz -> animation-0.0.5.tar.gz -_eclasses_=distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 eapi8-dosym 741bfa77afb2a9321261501aca58c208 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 3c6cd0f418ba702c186a9865b85e704d python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e -_md5_=62cddc3f5b4ccb365a7c77fa0667eae1 diff --git a/metadata/md5-cache/dev-python/animation-0.0.5-r4 b/metadata/md5-cache/dev-python/animation-0.0.5-r4 new file mode 100644 index 00000000..56ca75a8 --- /dev/null +++ b/metadata/md5-cache/dev-python/animation-0.0.5-r4 @@ -0,0 +1,16 @@ +BDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/setuptools-65.7.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] +DESCRIPTION=Tools for terminal-based wait animations +EAPI=7 +HOMEPAGE=https://github.com/bprinty/animation +INHERIT=distutils-r1 +IUSE=python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 +KEYWORDS=amd64 arm64 +LICENSE=GPL +RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) +REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 ) +SLOT=0 +SRC_URI=https://github.com/bprinty/animation/archive/0.0.5.tar.gz -> animation-0.0.5.tar.gz +_eclasses_=distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 eapi8-dosym 741bfa77afb2a9321261501aca58c208 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 3c6cd0f418ba702c186a9865b85e704d python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e +_md5_=faba1f239aeeb8bbd4f6b4236ec6c397 diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 5b0bc748..3b69ffd4 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -17,7 +17,7 @@ dev-go/go-protobuf 1.5.2: Go support for Google's protocol buffers dev-go/protoc-gen-go-grpc 1.2.0: This tool generates Go language bindings of services in protobuf definition files for gRPC dev-libs/libdbusmenu-qt 0.9.3_pre20160218-r2: A library providing Qt implementation of DBusMenu specification (meta mackage) dev-libs/libdbusmenu-qt5 0.9.3_pre20160218-r3: Library providing Qt implementation of DBusMenu specification -dev-python/animation 0.0.5-r3: Tools for terminal-based wait animations +dev-python/animation 0.0.5-r4: Tools for terminal-based wait animations dev-python/click 7.1.2-r100: A Python package for creating beautiful command line interfaces dev-python/sh 1.12.14-r5: Python process launching dev-python/typer 0.2.1-r3: Build great CLIs. Easy to code. Based on Python type hints -- cgit v1.2.3