diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2022-02-24 22:51:57 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2022-02-24 22:51:57 +0000 |
commit | ac7e2710e91ed2c6940c3983e2a6697bed343874 (patch) | |
tree | a65fbc9ffeef153078f6c1d64d197c70df77ec30 /metadata | |
parent | Merge updates from master (diff) | |
download | gentoo-ac7e2710e91ed2c6940c3983e2a6697bed343874.tar.gz gentoo-ac7e2710e91ed2c6940c3983e2a6697bed343874.tar.bz2 gentoo-ac7e2710e91ed2c6940c3983e2a6697bed343874.zip |
2022-02-24 22:51:54 UTC
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/md5-cache/dev-python/css-parser-1.0.7-r1 | 16 | ||||
-rw-r--r-- | metadata/md5-cache/dev-python/text-unidecode-1.3-r1 | 16 | ||||
-rw-r--r-- | metadata/pkg_desc_index | 4 | ||||
-rw-r--r-- | metadata/timestamp.chk | 2 |
4 files changed, 35 insertions, 3 deletions
diff --git a/metadata/md5-cache/dev-python/css-parser-1.0.7-r1 b/metadata/md5-cache/dev-python/css-parser-1.0.7-r1 new file mode 100644 index 000000000000..51d93bf5740a --- /dev/null +++ b/metadata/md5-cache/dev-python/css-parser-1.0.7-r1 @@ -0,0 +1,16 @@ +BDEPEND=test? ( dev-python/chardet[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) test? ( dev-python/unittest-or-fail[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/installer-0.4.0_p20220124[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/tomli-1.2.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-60.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/wheel[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=A CSS Cascading Style Sheets library (fork of cssutils) +EAPI=8 +HOMEPAGE=https://pypi.org/project/css-parser/ +INHERIT=distutils-r1 +IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 +KEYWORDS=~amd64 ~arm ~arm64 ~riscv ~x86 +LICENSE=LGPL-2.1+ +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/c/css-parser/css-parser-1.0.7.tar.gz +_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 aa61c3eb77ddf72c59f1346547510d74 +_md5_=7ca518e90bdcde2d8c4f65fb9d3c7819 diff --git a/metadata/md5-cache/dev-python/text-unidecode-1.3-r1 b/metadata/md5-cache/dev-python/text-unidecode-1.3-r1 new file mode 100644 index 000000000000..51ee94ce2c22 --- /dev/null +++ b/metadata/md5-cache/dev-python/text-unidecode-1.3-r1 @@ -0,0 +1,16 @@ +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/installer-0.4.0_p20220124[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/tomli-1.2.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-60.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/wheel[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=The most basic port of the Text::Unidecode Perl library +EAPI=8 +HOMEPAGE=https://pypi.org/project/text-unidecode/ https://github.com/kmike/text-unidecode/ +INHERIT=distutils-r1 +IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 +KEYWORDS=~amd64 ~ppc64 ~x86 +LICENSE=|| ( Artistic GPL-2+ ) +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/t/text-unidecode/text-unidecode-1.3.tar.gz +_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 aa61c3eb77ddf72c59f1346547510d74 +_md5_=117b789ceae77b9fb42352022fc05f40 diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 11d93426a2d9..650e5d83616f 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -8399,7 +8399,7 @@ dev-python/crashtest 0.3.1: Python library that makes exceptions handling and in dev-python/crcmod 1.7-r4 1.7-r5: Python CRC Generator module dev-python/croniter 1.2.0 1.3.4: Python module to provide iteration for datetime object dev-python/cryptography 3.4.7-r2 3.4.7-r3 36.0.0: Library providing cryptographic recipes and primitives -dev-python/css-parser 1.0.7: A CSS Cascading Style Sheets library (fork of cssutils) +dev-python/css-parser 1.0.7 1.0.7-r1: A CSS Cascading Style Sheets library (fork of cssutils) dev-python/csscompressor 0.9.5: A python port of YUI CSS Compressor dev-python/cssselect 1.1.0-r1: parses CSS3 Selectors and translates them to XPath 1.0 dev-python/cssselect2 0.4.1 0.4.1-r1: Parses CSS3 Selectors and translates them to XPath 1.0 @@ -9581,7 +9581,7 @@ dev-python/testpath 0.5.0 0.5.0-r1 0.6.0: Test utilities for code working with f dev-python/testresources 2.0.1: A pyunit extension for managing expensive test resources dev-python/testscenarios 0.5.0-r1: A pyunit extension for dependency injection dev-python/testtools 2.5.0: Extensions to the Python standard library unit testing framework -dev-python/text-unidecode 1.3: The most basic port of the Text::Unidecode Perl library +dev-python/text-unidecode 1.3 1.3-r1: The most basic port of the Text::Unidecode Perl library dev-python/textdistance 4.2.2: Compute distance between the two texts dev-python/texttable 1.6.4: Module for creating simple ASCII tables dev-python/textx 1.4: Meta-language for DSL implementation inspired by Xtext diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 3df2db9e9554..a43620a1242b 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Thu, 24 Feb 2022 22:36:56 +0000 +Thu, 24 Feb 2022 22:51:54 +0000 |