2022-03-07 21:36:42 UTC

This commit is contained in:
Repository mirror & CI
2022-03-07 21:36:42 +00:00
parent 71ed896aab
commit 7bbe050ca2
81 changed files with 395 additions and 411 deletions

View File

@@ -12,6 +12,6 @@ RDEPEND=dev-python/pygments[python_targets_python3_9(-)?] python_targets_python3
REQUIRED_USE=|| ( python_targets_python3_9 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/pabluk/pygments-promql/archive/refs/tags/0.0.9.tar.gz
SRC_URI=https://github.com/pabluk/pygments-promql/archive/refs/tags/0.0.9.tar.gz -> pygments-promql-0.0.9.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=18017abacd3f2feafb5d6a2d3c5b39ef
_md5_=8c4898399f45dd91c086f00cd4c7577b

View File

@@ -11,6 +11,6 @@ RDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/tkarabela/pysubs2/archive/refs/tags/1.3.0.tar.gz -> pysubs2-1.3.0.tar.gz
SRC_URI=https://github.com/tkarabela/pysubs2/archive/refs/tags/1.4.1.tar.gz -> pysubs2-1.4.1.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=d9dec414741ee879c17af140f73e20e5
_md5_=90aab5d6a09ad8db94d33c3150b882de

View File

@@ -1,17 +1,17 @@
BDEPEND=test? ( >=dev-python/pytest-6.2.5-r2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
BDEPEND=test? ( >=dev-python/pytest-6.2.5-r2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install postinst prepare test
DEPEND=test? ( dev-python/hypothesis[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
DEPEND=test? ( dev-python/hypothesis[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] )
DESCRIPTION=A tiny library for parsing, modifying, and composing SRT files
EAPI=8
HOMEPAGE=https://github.com/cdown/srt
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=public-domain
RDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 )
LICENSE=MIT
RDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/s/srt/srt-3.4.1.tar.gz
SRC_URI=mirror://pypi/s/srt/srt-3.5.2.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=72a503f80469461e1c0f8e762d8e8359
_md5_=b43de0f5b3718a124c29cd13f61cf1df