diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-04-16 10:50:50 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-04-16 10:50:50 +0100 |
commit | 0cdf0885110e7857d66555c5000968d39b7892ef (patch) | |
tree | ada667cacee69fb0d7144ff0f0786da207e55127 | |
parent | 8109437d9298c290d0388795ad5a4dce19a307fd (diff) |
dev-python/animation : port to GPEP517
-rw-r--r-- | dev-python/animation/animation-0.0.5-r6.ebuild (renamed from dev-python/animation/animation-0.0.5-r5.ebuild) | 2 | ||||
-rw-r--r-- | metadata/md5-cache/dev-python/animation-0.0.5-r6 (renamed from metadata/md5-cache/dev-python/animation-0.0.5-r5) | 5 | ||||
-rw-r--r-- | metadata/pkg_desc_index | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/animation/animation-0.0.5-r5.ebuild b/dev-python/animation/animation-0.0.5-r6.ebuild index d5fd0a77..a5c2f10e 100644 --- a/dev-python/animation/animation-0.0.5-r5.ebuild +++ b/dev-python/animation/animation-0.0.5-r6.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 @@ -15,6 +16,7 @@ LICENSE="GPL" SLOT="0" KEYWORDS="amd64 arm64" IUSE="" +RESTRICT="test" RDEPEND="" DEPEND=" diff --git a/metadata/md5-cache/dev-python/animation-0.0.5-r5 b/metadata/md5-cache/dev-python/animation-0.0.5-r6 index 3767d9bd..567accd9 100644 --- a/metadata/md5-cache/dev-python/animation-0.0.5-r5 +++ b/metadata/md5-cache/dev-python/animation-0.0.5-r6 @@ -1,4 +1,4 @@ -BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/setuptools-75.8.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-75.8.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] DEFINED_PHASES=compile configure install prepare test DEPEND=dev-python/setuptools[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] DESCRIPTION=Tools for terminal-based wait animations @@ -10,7 +10,8 @@ KEYWORDS=amd64 arm64 LICENSE=GPL RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) +RESTRICT=test SLOT=0 SRC_URI=https://github.com/bprinty/animation/archive/0.0.5.tar.gz -> animation-0.0.5.tar.gz _eclasses_=distutils-r1 57cca9c4edd0e2a2591feae559933c10 eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 flag-o-matic e8de74bac929ba17427e740e95707d00 multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 fa2daad0051275fa416115c76e53b1de python-utils-r1 b7726144f5af59e186d66746d0f513e5 toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 -_md5_=414d0136bcc594766941df6e577ce3c5 +_md5_=ae39f2f42d66088525a669f27ed84c79 diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index f014f8f8..b384e041 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -24,7 +24,7 @@ dev-go/protoc-gen-go-grpc 1.2.0: This tool generates Go language bindings of ser dev-lang/ruby 3.1.4-r10: An object-oriented scripting language 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-r5: Tools for terminal-based wait animations +dev-python/animation 0.0.5-r6: Tools for terminal-based wait animations dev-python/grpcio 1.66.1-r2: High-performance RPC framework (python libraries) dev-python/grpcio-tools 1.66.1-r2: Protobuf code generator for gRPC dev-python/sh 1.12.14-r6: Python process launching |