2023-11-16 14:16:54 UTC

This commit is contained in:
Repository mirror & CI
2023-11-16 14:16:54 +00:00
parent 5e3679bd53
commit a21d474e8c
5 changed files with 13 additions and 12 deletions

View File

@@ -1,17 +1,17 @@
BDEPEND=test? ( >=dev-python/nose-1.3.7_p20221026[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=test? ( dev-python/memory-profiler[python_targets_python3_10(-)?,python_targets_python3_11(-)?] )
DEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
DESCRIPTION=Python interface to the Google WebRTC Voice Activity Detector (VAD)
EAPI=8
HOMEPAGE=https://github.com/wiseman/py-webrtcvad
INHERIT=distutils-r1
IUSE=test python_targets_python3_10 python_targets_python3_11
IUSE=python_targets_python3_10 python_targets_python3_11 debug
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/wiseman/py-webrtcvad/archive/refs/tags/2.0.10.tar.gz -> webrtcvad-2.0.10.tar.gz
SRC_URI=https://github.com/wiseman/py-webrtcvad/archive/refs/tags/2.0.10.tar.gz -> webrtcvad-2.0.10.tar.gz https://gentoo.kropotkin.rocks/distfiles/webrtcvad-2.0.10-patches.tar.xz
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic baa4d385108ac87993edac956a916a36 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 30999b80ec1fe0b4af340ae819375346 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 e77a62f5bbafca793544392d5e41affb
_md5_=76437f5a868aaaee00264dc151c6c2cb
_md5_=6e4227bd30490a2971d7a3f5f4f20b70

File diff suppressed because one or more lines are too long

View File

@@ -1208,7 +1208,7 @@ dev-python/volatile 2.1.0: A small extension for the tempfile module
dev-python/vttlib 0.12.0: Dump, merge and compile Visual TrueType data in UFO3 with FontTools
dev-python/w3lib 2.0.1 2.1.1: Library of web-related functions
dev-python/webpy 0.62: A web framework for python that is as simple as it is powerful
dev-python/webrtcvad 2.0.10: Python interface to the Google WebRTC Voice Activity Detector (VAD)
dev-python/webrtcvad 2.0.10-r1: Python interface to the Google WebRTC Voice Activity Detector (VAD)
dev-python/wheezy-template 3.1.0: lightweight template library
dev-python/wrapio 2.0.0: Handling event-based streams in Python
dev-python/wsgi_intercept 1.10.0: wsgi_intercept installs a WSGI application in place of a real URI for testing
@@ -1276,7 +1276,7 @@ dev-util/qshaderedit 0.1.5: Multiplatform shader editor inspired by Apple's Open
dev-util/quilttools 0.3-r1: Mailbox to quilt series converter
dev-util/reflex 0.3.1: A small tool to watch a directory and rerun a command when certain files change
dev-util/reuse 2.0.0 2.1.0: A tool for compliance with the REUSE recommendations
dev-util/rye 0.15.2: An Experimental Package Management Solution for Python
dev-util/rye 0.15.2-r1: An Experimental Package Management Solution for Python
dev-util/stripe-cli 9999: A command-line tool for Stripe
dev-util/tflint-bin 0.43.0 0.46.0: A Pluggable Terraform Linter
dev-util/tokei 12.1.1 12.1.2: Count code, quickly
@@ -1462,7 +1462,7 @@ gui-apps/wlsunset 0.3.0 9999: Day/night gamma adjustments for Wayland
gui-apps/wmenu 0.1.4: dynamic menu for wlroots compositors, maintains the look and feel of dmenu
gui-apps/wob 0.14.2 0.15.1: Lightweight overlay volume/backlight/progress/anything bar for Wayland
gui-apps/wtype 0.4: xdotool type for wayland
gui-apps/xremap 0.8.11: Dynamic key remap for X and Wayland
gui-apps/xremap 0.8.11-r1: Dynamic key remap for X and Wayland
gui-apps/yambar 1.9.0 1.10.0 9999: Simplistic and highly configurable status panel for X and Wayland
gui-libs/cubegui 4.7-r2: CUBE Uniform Behavioral Encoding GUI
gui-libs/libcprime 4.2.0 4.2.2 9999: Library for managing settings of CoreApps

View File

@@ -1 +1 @@
Thu, 16 Nov 2023 11:01:55 +0000
Thu, 16 Nov 2023 14:16:54 +0000