2024-08-23 00:48:54 UTC

This commit is contained in:
Repository mirror & CI
2024-08-23 00:48:54 +00:00
parent 69249d1d5e
commit b478b23979
42 changed files with 362 additions and 131 deletions

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/pytest-import-check[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( <app-portage/gentoopm-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click-aliases[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pydantic-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pydantic-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pydantic-core-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pydantic-core-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-bugzilla[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tabulate[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-util/find-work-0.91[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/flit-core-3.9.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Personal advice utility for Gentoo package maintainers: Bugzilla plugin
EAPI=8
HOMEPAGE=https://find-work.sysrq.in/ https://pypi.org/project/find-work-bugzilla/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=WTFPL-2
RDEPEND=<app-portage/gentoopm-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click-aliases[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pydantic-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pydantic-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pydantic-core-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pydantic-core-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-bugzilla[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tabulate[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-util/find-work-0.91[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/f/find-work-bugzilla/find_work_bugzilla-0.2.1.tar.gz
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e python-r1 c1fc393cd1e72f093b4838e29d27918c distutils-r1 39c571155ace3dd926fe0d6440cf0a50 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=dc8c98ed2ba3f5dbe1d4596e0eda79fb

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/pytest-import-check[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( <app-portage/gentoopm-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click-aliases[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pydantic-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pydantic-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sortedcontainers[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-util/find-work-0.91[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-util/pkgcheck[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/flit-core-3.9.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Personal advice utility for Gentoo package maintainers: pkgcheck plugin
EAPI=8
HOMEPAGE=https://find-work.sysrq.in/ https://pypi.org/project/find-work-pkgcheck/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=WTFPL-2
RDEPEND=<app-portage/gentoopm-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click-aliases[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pydantic-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pydantic-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sortedcontainers[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-util/find-work-0.91[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-util/pkgcheck[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/f/find-work-pkgcheck/find_work_pkgcheck-0.2.1.tar.gz
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e python-r1 c1fc393cd1e72f093b4838e29d27918c distutils-r1 39c571155ace3dd926fe0d6440cf0a50 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=f0189bd623dc610f0010b6b36a8560a4

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/pytest-import-check[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( <app-portage/gentoopm-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click-aliases[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pydantic-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pydantic-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/repology-client-0.0.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/repology-client-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sortedcontainers[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-util/find-work-0.91[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/flit-core-3.9.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Personal advice utility for Gentoo package maintainers: Repology plugin
EAPI=8
HOMEPAGE=https://find-work.sysrq.in/ https://pypi.org/project/find-work-repology/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=WTFPL-2
RDEPEND=<app-portage/gentoopm-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click-aliases[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pydantic-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pydantic-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/repology-client-0.0.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/repology-client-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sortedcontainers[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-util/find-work-0.91[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/f/find-work-repology/find_work_repology-0.2.1.tar.gz
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e python-r1 c1fc393cd1e72f093b4838e29d27918c distutils-r1 39c571155ace3dd926fe0d6440cf0a50 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=034aabf668dd0d66e13bb631ea4f89f8

View File

@@ -1,14 +1,14 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=media-libs/rlottie media-libs/libpng media-libs/giflib
DESCRIPTION=Simple lottie (telegram animated sticker) converter.
DEPEND=media-libs/giflib:= media-libs/libpng:= media-libs/rlottie:= sys-libs/zlib:=
DESCRIPTION=Simple lottie (telegram animated sticker) converter
EAPI=8
HOMEPAGE=https://github.com/sot-tech/LottieConverter
INHERIT=cmake
KEYWORDS=~amd64 ~ppc64
LICENSE=BSD
RDEPEND=media-libs/rlottie media-libs/libpng media-libs/giflib
RDEPEND=media-libs/giflib:= media-libs/libpng:= media-libs/rlottie:= sys-libs/zlib:=
SLOT=0
SRC_URI=https://github.com/sot-tech/lottieconverter/archive/refs/tags/r0.2.tar.gz -> lottieconverter-0.2.tar.gz
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 10a50dfaf728b802fcfd37f8d0da9056
_md5_=98bd001c0055ef6d27a3b1bb71027ea2
_md5_=9a62592b92d5619b0798d7a63d2b5748

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long