diff --git a/metadata/md5-cache/dev-python/blurb-2.0.0 b/metadata/md5-cache/dev-python/blurb-2.0.0 index 25cebbbcf80f8..d228ed9fa9f04 100644 --- a/metadata/md5-cache/dev-python/blurb-2.0.0 +++ b/metadata/md5-cache/dev-python/blurb-2.0.0 @@ -1,16 +1,16 @@ -BDEPEND=test? ( dev-python/pyfakefs[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/time-machine[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] +BDEPEND=test? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pyfakefs[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/time-machine[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] DEFINED_PHASES=compile configure install prepare test DESCRIPTION=Tool to create and manage NEWS blurbs for CPython EAPI=8 HOMEPAGE=https://github.com/python/core-workflow/tree/master/blurb https://pypi.org/project/blurb/ INHERIT=distutils-r1 pypi -IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 +IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=BSD -RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) -REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 ) +RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) +REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://files.pythonhosted.org/packages/source/b/blurb/blurb-2.0.0.tar.gz _eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 0b620dd604ab8af0bc9cd1bcc66d4f7c python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc pypi 464727a3e8a18884f71fe2368cac3197 -_md5_=59d5801082d5b344442fd04e34f61b27 +_md5_=3a1cab95c742dae2f5cad8bba3906ea5 diff --git a/metadata/md5-cache/dev-python/cstruct-6.0 b/metadata/md5-cache/dev-python/cstruct-6.0 deleted file mode 100644 index 762a639b75848..0000000000000 --- a/metadata/md5-cache/dev-python/cstruct-6.0 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=test? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] -DEFINED_PHASES=compile configure install prepare test -DESCRIPTION=C-style structs for Python -EAPI=8 -HOMEPAGE=https://github.com/andreax79/python-cstruct/ https://pypi.org/project/cstruct/ -INHERIT=distutils-r1 -IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) -REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://github.com/andreax79/python-cstruct/archive/v6.0.tar.gz -> python-cstruct-6.0.gh.tar.gz -_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 0b620dd604ab8af0bc9cd1bcc66d4f7c python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc -_md5_=6fd8b5d522aeb6454c328887bb54e4ab diff --git a/metadata/md5-cache/dev-python/fritzconnection-1.14.0 b/metadata/md5-cache/dev-python/fritzconnection-1.14.0 deleted file mode 100644 index 528452791de48..0000000000000 --- a/metadata/md5-cache/dev-python/fritzconnection-1.14.0 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=test? ( dev-python/pytest-mock[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/requests-2.22[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] qrcode? ( dev-python/segno[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] -DEFINED_PHASES=compile configure install prepare test -DESCRIPTION=Lib/tool to communicate with AVM FRITZ! devices using TR-064 protocol over UPnP -EAPI=8 -HOMEPAGE=https://github.com/kbr/fritzconnection/ https://pypi.org/project/fritzconnection/ -INHERIT=distutils-r1 -IUSE=qrcode test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 -KEYWORDS=~amd64 ~arm64 ~x86 -LICENSE=MIT -RDEPEND=>=dev-python/requests-2.22[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] qrcode? ( dev-python/segno[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) -REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://github.com/kbr/fritzconnection/archive/1.14.0.tar.gz -> fritzconnection-1.14.0.gh.tar.gz -_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 0b620dd604ab8af0bc9cd1bcc66d4f7c python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc -_md5_=e58ca9c10fe89aff4c9e09114a2dfb14 diff --git a/metadata/md5-cache/dev-python/fritzconnection-1.15.0 b/metadata/md5-cache/dev-python/fritzconnection-1.15.0 index 3c8d1fb7b01db..98ed2e6ad49ab 100644 --- a/metadata/md5-cache/dev-python/fritzconnection-1.15.0 +++ b/metadata/md5-cache/dev-python/fritzconnection-1.15.0 @@ -1,16 +1,16 @@ -BDEPEND=test? ( dev-python/pytest-mock[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/requests-2.22[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] qrcode? ( dev-python/segno[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] +BDEPEND=test? ( >=dev-python/requests-2.22[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] qrcode? ( dev-python/segno[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-mock[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] DEFINED_PHASES=compile configure install prepare test DESCRIPTION=Lib/tool to communicate with AVM FRITZ! devices using TR-064 protocol over UPnP EAPI=8 HOMEPAGE=https://github.com/kbr/fritzconnection/ https://pypi.org/project/fritzconnection/ INHERIT=distutils-r1 -IUSE=qrcode test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 +IUSE=qrcode test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=MIT -RDEPEND=>=dev-python/requests-2.22[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] qrcode? ( dev-python/segno[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) -REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 ) +RDEPEND=>=dev-python/requests-2.22[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] qrcode? ( dev-python/segno[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) +REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/kbr/fritzconnection/archive/1.15.0.tar.gz -> fritzconnection-1.15.0.gh.tar.gz _eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 0b620dd604ab8af0bc9cd1bcc66d4f7c python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc -_md5_=220cff6423fd578bbeb293ef12c5db42 +_md5_=ac96cfd7a89ab945a6f9b743bf5bb43e diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index f89d8aa8a7cfb..c7f9791f1c0a7 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -8266,7 +8266,7 @@ dev-python/csscompressor 0.9.5-r2: A python port of YUI CSS Compressor dev-python/cssselect 1.3.0: Parse CSS3 Selectors and translate them to XPath 1.0 dev-python/cssselect2 0.8.0: Parses CSS3 Selectors and translates them to XPath 1.0 dev-python/cssutils 2.11.1: A CSS Cascading Style Sheets library -dev-python/cstruct 6.0 6.1: C-style structs for Python +dev-python/cstruct 6.1: C-style structs for Python dev-python/csvkit 2.1.0: A suite of utilities for converting to and working with CSV dev-python/curtsies 0.4.3: Curses-like terminal wrapper, with colored strings dev-python/cvxopt 1.3.2: Python package for convex optimization @@ -8434,7 +8434,7 @@ dev-python/fpylll 0.6.4: Python bindings for sci-libs/fplll dev-python/fqdn 1.5.1-r2: RFC-compliant FQDN validation and manipulation for Python dev-python/freetype-py 2.5.1: FreeType Python bindings dev-python/freezegun 1.5.3 1.5.4 1.5.5: Let your Python tests travel through time -dev-python/fritzconnection 1.14.0 1.15.0: Lib/tool to communicate with AVM FRITZ! devices using TR-064 protocol over UPnP +dev-python/fritzconnection 1.15.0: Lib/tool to communicate with AVM FRITZ! devices using TR-064 protocol over UPnP dev-python/frozen-flask 1.0.2: Freezes a Flask application into a set of static files dev-python/frozenlist 1.7.0: A list-like structure which implements collections.abc.MutableSequence dev-python/fs 2.4.16-r1: Filesystem abstraction layer diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 9f79a54bafd2e..d910ea07cd90c 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Sat, 04 Oct 2025 18:34:25 +0000 +Sat, 04 Oct 2025 18:49:15 +0000