diff options
-rw-r--r-- | dev-python/animation/animation-0.0.5-r4.ebuild (renamed from dev-python/animation/animation-0.0.5-r3.ebuild) | 3 | ||||
-rw-r--r-- | metadata/md5-cache/dev-python/animation-0.0.5-r4 (renamed from metadata/md5-cache/dev-python/animation-0.0.5-r3) | 12 | ||||
-rw-r--r-- | metadata/pkg_desc_index | 2 |
3 files changed, 9 insertions, 8 deletions
diff --git a/dev-python/animation/animation-0.0.5-r3.ebuild b/dev-python/animation/animation-0.0.5-r4.ebuild index d4588f09..9e9e38e2 100644 --- a/dev-python/animation/animation-0.0.5-r3.ebuild +++ b/dev-python/animation/animation-0.0.5-r4.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_8,3_9,3_10} ) + +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 diff --git a/metadata/md5-cache/dev-python/animation-0.0.5-r3 b/metadata/md5-cache/dev-python/animation-0.0.5-r4 index 99619363..56ca75a8 100644 --- a/metadata/md5-cache/dev-python/animation-0.0.5-r3 +++ b/metadata/md5-cache/dev-python/animation-0.0.5-r4 @@ -1,16 +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 ) >=dev-python/setuptools-65.7.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] +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(-)?] +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 +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 ) -REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 ) +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_=62cddc3f5b4ccb365a7c77fa0667eae1 +_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 |