summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--metadata/md5-cache/dev-python/empy-3.3.4-r115
-rw-r--r--metadata/md5-cache/dev-python/entrypoints-0.3-r316
-rw-r--r--metadata/md5-cache/dev-python/eradicate-2.0.0-r116
-rw-r--r--metadata/md5-cache/dev-python/httpauth-0.3-r116
-rw-r--r--metadata/md5-cache/dev-python/ipaddr-2.2.0-r215
-rw-r--r--metadata/md5-cache/dev-python/ipy-1.01-r115
-rw-r--r--metadata/md5-cache/dev-python/ipython_genutils-0.2.0-r316
-rw-r--r--metadata/md5-cache/dev-python/ipywidgets-7.6.5-r116
-rw-r--r--metadata/pkg_desc_index16
-rw-r--r--metadata/timestamp.chk2
10 files changed, 134 insertions, 9 deletions
diff --git a/metadata/md5-cache/dev-python/empy-3.3.4-r1 b/metadata/md5-cache/dev-python/empy-3.3.4-r1
new file mode 100644
index 000000000000..946296677858
--- /dev/null
+++ b/metadata/md5-cache/dev-python/empy-3.3.4-r1
@@ -0,0 +1,15 @@
+BDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/tomli[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-60.5.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/wheel[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
+DEFINED_PHASES=compile configure install prepare test
+DESCRIPTION=A powerful and robust templating system for Python
+EAPI=8
+HOMEPAGE=http://www.alcyone.com/software/empy/
+INHERIT=distutils-r1
+IUSE=doc python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
+KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~x86
+LICENSE=LGPL-2.1
+RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
+SLOT=0
+SRC_URI=http://www.alcyone.com/software/empy/empy-3.3.4.tar.gz
+_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 7ee47726753a2bd062a05f6643d849da python-r1 0e7a98958af67ee30e3c2b2e3b37c0be distutils-r1 46a97aac0e3039b269e9738b9132e60d
+_md5_=7075c77f7842f7dc089b2ff0d7dea83b
diff --git a/metadata/md5-cache/dev-python/entrypoints-0.3-r3 b/metadata/md5-cache/dev-python/entrypoints-0.3-r3
new file mode 100644
index 000000000000..611a0cd19d94
--- /dev/null
+++ b/metadata/md5-cache/dev-python/entrypoints-0.3-r3
@@ -0,0 +1,16 @@
+BDEPEND=test? ( >=dev-python/pytest-6.2.5-r2[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/tomli[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/flit_core[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
+DEFINED_PHASES=compile configure install prepare test
+DESCRIPTION=Discover and load entry points from installed packages
+EAPI=8
+HOMEPAGE=https://github.com/takluyver/entrypoints
+INHERIT=distutils-r1
+IUSE=test python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos
+LICENSE=BSD
+RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
+RESTRICT=!test? ( test )
+SLOT=0
+SRC_URI=mirror://pypi/e/entrypoints/entrypoints-0.3.tar.gz
+_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 7ee47726753a2bd062a05f6643d849da python-r1 0e7a98958af67ee30e3c2b2e3b37c0be distutils-r1 46a97aac0e3039b269e9738b9132e60d
+_md5_=d366db2d081020db4a02447fc491f46a
diff --git a/metadata/md5-cache/dev-python/eradicate-2.0.0-r1 b/metadata/md5-cache/dev-python/eradicate-2.0.0-r1
new file mode 100644
index 000000000000..659b957f6122
--- /dev/null
+++ b/metadata/md5-cache/dev-python/eradicate-2.0.0-r1
@@ -0,0 +1,16 @@
+BDEPEND=test? ( dev-python/unittest-or-fail[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/tomli[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-60.5.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/wheel[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
+DEFINED_PHASES=compile configure install prepare test
+DESCRIPTION=Removes commented-out code from Python files
+EAPI=8
+HOMEPAGE=https://github.com/myint/eradicate
+INHERIT=distutils-r1
+IUSE=test python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
+LICENSE=MIT
+RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
+RESTRICT=!test? ( test )
+SLOT=0
+SRC_URI=https://github.com/myint/eradicate/archive/v2.0.0.tar.gz -> eradicate-2.0.0.tar.gz
+_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 7ee47726753a2bd062a05f6643d849da python-r1 0e7a98958af67ee30e3c2b2e3b37c0be distutils-r1 46a97aac0e3039b269e9738b9132e60d
+_md5_=fe131a0aa64bdd5a1c8442bbf9f4d414
diff --git a/metadata/md5-cache/dev-python/httpauth-0.3-r1 b/metadata/md5-cache/dev-python/httpauth-0.3-r1
new file mode 100644
index 000000000000..1fe36578affb
--- /dev/null
+++ b/metadata/md5-cache/dev-python/httpauth-0.3-r1
@@ -0,0 +1,16 @@
+BDEPEND=test? ( >=dev-python/nose-1.3.7-r4[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/tomli[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-60.5.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/wheel[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
+DEFINED_PHASES=compile configure install prepare test
+DESCRIPTION=A WSGI middleware that secures routes using HTTP Digest Authentication
+EAPI=8
+HOMEPAGE=https://github.com/jonashaag/httpauth/
+INHERIT=distutils-r1
+IUSE=test python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
+KEYWORDS=~amd64 ~x86
+LICENSE=ISC
+RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
+RESTRICT=!test? ( test )
+SLOT=0
+SRC_URI=mirror://pypi/h/httpauth/httpauth-0.3.tar.gz
+_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 7ee47726753a2bd062a05f6643d849da python-r1 0e7a98958af67ee30e3c2b2e3b37c0be distutils-r1 46a97aac0e3039b269e9738b9132e60d
+_md5_=77786e56a3fa99926d568492626ef574
diff --git a/metadata/md5-cache/dev-python/ipaddr-2.2.0-r2 b/metadata/md5-cache/dev-python/ipaddr-2.2.0-r2
new file mode 100644
index 000000000000..978a1e225bf5
--- /dev/null
+++ b/metadata/md5-cache/dev-python/ipaddr-2.2.0-r2
@@ -0,0 +1,15 @@
+BDEPEND=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[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=Python IP address manipulation library
+EAPI=8
+HOMEPAGE=https://github.com/google/ipaddr-py https://pypi.org/project/ipaddr/
+INHERIT=distutils-r1
+IUSE=python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
+KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86
+LICENSE=Apache-2.0
+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 )
+SLOT=0
+SRC_URI=mirror://pypi/i/ipaddr/ipaddr-2.2.0.tar.gz
+_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 7ee47726753a2bd062a05f6643d849da python-r1 0e7a98958af67ee30e3c2b2e3b37c0be distutils-r1 46a97aac0e3039b269e9738b9132e60d
+_md5_=d5ad5e70f89d9a44781ba839c2e64875
diff --git a/metadata/md5-cache/dev-python/ipy-1.01-r1 b/metadata/md5-cache/dev-python/ipy-1.01-r1
new file mode 100644
index 000000000000..26d234ae4432
--- /dev/null
+++ b/metadata/md5-cache/dev-python/ipy-1.01-r1
@@ -0,0 +1,15 @@
+BDEPEND=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[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=Class and tools for handling of IPv4 and IPv6 addresses and networks
+EAPI=8
+HOMEPAGE=https://github.com/autocracy/python-ipy/wiki https://pypi.org/project/IPy/
+INHERIT=distutils-r1
+IUSE=examples python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
+KEYWORDS=~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86
+LICENSE=BSD
+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 )
+SLOT=0
+SRC_URI=mirror://pypi/I/IPy/IPy-1.01.tar.gz
+_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 7ee47726753a2bd062a05f6643d849da python-r1 0e7a98958af67ee30e3c2b2e3b37c0be distutils-r1 46a97aac0e3039b269e9738b9132e60d
+_md5_=6ccfe8c91c340400ba0155b0fe80dd3a
diff --git a/metadata/md5-cache/dev-python/ipython_genutils-0.2.0-r3 b/metadata/md5-cache/dev-python/ipython_genutils-0.2.0-r3
new file mode 100644
index 000000000000..a4a91efac7be
--- /dev/null
+++ b/metadata/md5-cache/dev-python/ipython_genutils-0.2.0-r3
@@ -0,0 +1,16 @@
+BDEPEND=test? ( dev-python/nose[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/nose-1.3.7-r4[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[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=Vestigial utilities from IPython
+EAPI=8
+HOMEPAGE=https://github.com/ipython/ipython_genutils
+INHERIT=distutils-r1
+IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
+KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
+LICENSE=BSD
+RDEPEND=dev-python/nose[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 )
+REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
+RESTRICT=!test? ( test )
+SLOT=0
+SRC_URI=mirror://pypi/i/ipython_genutils/ipython_genutils-0.2.0.tar.gz
+_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 7ee47726753a2bd062a05f6643d849da python-r1 0e7a98958af67ee30e3c2b2e3b37c0be distutils-r1 46a97aac0e3039b269e9738b9132e60d
+_md5_=c7673ef49ae7c81c93a7186f3a6f30f3
diff --git a/metadata/md5-cache/dev-python/ipywidgets-7.6.5-r1 b/metadata/md5-cache/dev-python/ipywidgets-7.6.5-r1
new file mode 100644
index 000000000000..c395ed80e64d
--- /dev/null
+++ b/metadata/md5-cache/dev-python/ipywidgets-7.6.5-r1
@@ -0,0 +1,16 @@
+BDEPEND=test? ( >=dev-python/ipykernel-4.5.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/ipython_genutils-0.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/nbformat-4.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/traitlets-4.3.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/widgetsnbextension-3.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=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[threads(+)] ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9[threads(+)] ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10[threads(+)] ) >=dev-python/installer-0.4.0_p20220124[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/tomli[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=IPython HTML widgets for Jupyter
+EAPI=8
+HOMEPAGE=https://ipywidgets.readthedocs.io/
+INHERIT=distutils-r1
+IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
+KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux
+LICENSE=BSD
+RDEPEND=>=dev-python/ipykernel-4.5.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/ipython_genutils-0.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/nbformat-4.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/traitlets-4.3.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/widgetsnbextension-3.5.0[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[threads(+)] ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9[threads(+)] ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10[threads(+)] )
+REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
+RESTRICT=!test? ( test )
+SLOT=0
+SRC_URI=mirror://pypi/i/ipywidgets/ipywidgets-7.6.5.tar.gz
+_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 7ee47726753a2bd062a05f6643d849da python-r1 0e7a98958af67ee30e3c2b2e3b37c0be distutils-r1 46a97aac0e3039b269e9738b9132e60d
+_md5_=92ce56e4f779a8d14946c1d3a985698b
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index
index e9f300910a72..864df1a46368 100644
--- a/metadata/pkg_desc_index
+++ b/metadata/pkg_desc_index
@@ -8492,13 +8492,13 @@ dev-python/elasticsearch-py 7.14.1: Official Python low-level client for Elastic
dev-python/elementpath 2.4.0: XPath 1.0/2.0 parsers and selectors for ElementTree and lxml
dev-python/emcee 3.1.1: Python ensemble sampling toolkit for affine-invariant MCMC
dev-python/emoji 1.6.1 1.6.3: Emoji for Python
-dev-python/empy 3.3.4: A powerful and robust templating system for Python
+dev-python/empy 3.3.4 3.3.4-r1: A powerful and robust templating system for Python
dev-python/enrich 1.2.6 1.2.7 1.2.7-r1: Extend rich functionality
dev-python/entrypoint2 0.2.4 1.0: Easy to use command-line interface for python modules
-dev-python/entrypoints 0.3-r2: Discover and load entry points from installed packages
+dev-python/entrypoints 0.3-r2 0.3-r3: Discover and load entry points from installed packages
dev-python/environs 9.3.4: Python library for simplified environment variable parsing
dev-python/enzyme 0.4.1-r2 9999: Python video metadata parser
-dev-python/eradicate 2.0.0: Removes commented-out code from Python files
+dev-python/eradicate 2.0.0 2.0.0-r1: Removes commented-out code from Python files
dev-python/errorhandler 2.0.1: Logging framework handler
dev-python/et_xmlfile 1.1.0: An implementation of lxml.xmlfile for the standard library
dev-python/etuples 0.3.3 0.3.4: Python S-expression emulation using tuple-like objects
@@ -8627,7 +8627,7 @@ dev-python/html5-parser 0.4.10: Fast C based HTML 5 parsing for python
dev-python/html5lib 1.1: HTML parser based on the HTML5 specification
dev-python/httmock 1.4.0: A mocking library for requests
dev-python/http-parser 0.9.0: HTTP request/response parser for python in C
-dev-python/httpauth 0.3: A WSGI middleware that secures routes using HTTP Digest Authentication
+dev-python/httpauth 0.3 0.3-r1: A WSGI middleware that secures routes using HTTP Digest Authentication
dev-python/httpbin 0.7.0-r2: HTTP Request and Response Service
dev-python/httpcore 0.13.7 0.14.3 0.14.4 0.14.5: A minimal low-level HTTP client
dev-python/httplib2 0.20.2: A comprehensive HTTP client library
@@ -8667,14 +8667,14 @@ dev-python/intervaltree 3.1.0: Editable interval tree data structure for Python
dev-python/intreehooks 1.0: Load a PEP 517 backend from inside the source tree
dev-python/iocapture 0.1.2-r2: Capture stdout, stderr easily
dev-python/ioflo 2.0.2-r1: Automated Reasoning Engine and Flow Based Programming Framework
-dev-python/ipaddr 2.2.0-r1: Python IP address manipulation library
+dev-python/ipaddr 2.2.0-r1 2.2.0-r2: Python IP address manipulation library
dev-python/ipdb 0.13.9-r1: IPython-enabled pdb
-dev-python/ipy 1.01: Class and tools for handling of IPv4 and IPv6 addresses and networks
+dev-python/ipy 1.01 1.01-r1: Class and tools for handling of IPv4 and IPv6 addresses and networks
dev-python/ipykernel 6.6.0 6.6.1: IPython Kernel for Jupyter
dev-python/ipyparallel 6.3.0-r1 7.1.0 8.1.0 8.1.0-r1: Interactive Parallel Computing with IPython
dev-python/ipython 7.31.1 8.0.1: Advanced interactive shell for Python
-dev-python/ipython_genutils 0.2.0-r2: Vestigial utilities from IPython
-dev-python/ipywidgets 7.6.5: IPython HTML widgets for Jupyter
+dev-python/ipython_genutils 0.2.0-r2 0.2.0-r3: Vestigial utilities from IPython
+dev-python/ipywidgets 7.6.5 7.6.5-r1: IPython HTML widgets for Jupyter
dev-python/irc 19.0.1 20.0.0: IRC client framework written in Python
dev-python/iso8601 1.0.2 1.0.2-r1: Simple module to parse ISO 8601 dates
dev-python/isodate 0.6.1: ISO 8601 date/time/duration parser and formatter
diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk
index 4a5f8b5fb951..d1b3efc21185 100644
--- a/metadata/timestamp.chk
+++ b/metadata/timestamp.chk
@@ -1 +1 @@
-Sat, 29 Jan 2022 14:36:54 +0000
+Sat, 29 Jan 2022 15:21:51 +0000