From 36b2ce87f88c2e24ff6785fb169c2f217e7e2fd7 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Tue, 27 Aug 2024 18:59:59 +0200 Subject: [PATCH] metadata/md5-cache: for netbox Signed-off-by: Alarig Le Lay --- metadata/md5-cache/dev-python/django-rich-1.8.0 | 15 +++++++++++++++ metadata/md5-cache/dev-python/django-rq-2.10.1 | 16 ++++++++++++++++ .../md5-cache/dev-python/drf-spectacular-0.27.0 | 15 +++++++++++++++ .../dev-python/drf-spectacular-sidecar-2023.12.1 | 15 +++++++++++++++ .../dev-python/social-auth-app-django-5.4.0 | 16 ++++++++++++++++ .../md5-cache/dev-python/social-auth-core-4.5.1 | 16 ++++++++++++++++ metadata/md5-cache/www-apps/netbox-3.6.8 | 15 +++++++++++++++ 7 files changed, 108 insertions(+) create mode 100644 metadata/md5-cache/dev-python/django-rich-1.8.0 create mode 100644 metadata/md5-cache/dev-python/django-rq-2.10.1 create mode 100644 metadata/md5-cache/dev-python/drf-spectacular-0.27.0 create mode 100644 metadata/md5-cache/dev-python/drf-spectacular-sidecar-2023.12.1 create mode 100644 metadata/md5-cache/dev-python/social-auth-app-django-5.4.0 create mode 100644 metadata/md5-cache/dev-python/social-auth-core-4.5.1 create mode 100644 metadata/md5-cache/www-apps/netbox-3.6.8 diff --git a/metadata/md5-cache/dev-python/django-rich-1.8.0 b/metadata/md5-cache/dev-python/django-rich-1.8.0 new file mode 100644 index 0000000..4530b1e --- /dev/null +++ b/metadata/md5-cache/dev-python/django-rich-1.8.0 @@ -0,0 +1,15 @@ +BDEPEND=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-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Extensions for using Rich with Django +EAPI=8 +HOMEPAGE=https://pypi.org/project/django-rich/ +INHERIT=distutils-r1 pypi +IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 +KEYWORDS=~amd64 +LICENSE=MIT +RDEPEND=>=dev-python/django-3.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/rich-10.0.0[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 ) +SLOT=0 +SRC_URI=https://files.pythonhosted.org/packages/source/d/django-rich/django_rich-1.8.0.tar.gz +_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73 pypi 2eecb475512bc76e5ea9192a681b9e6b +_md5_=777cbff7b5bf3ecc9a0dca4d6bcfc829 diff --git a/metadata/md5-cache/dev-python/django-rq-2.10.1 b/metadata/md5-cache/dev-python/django-rq-2.10.1 new file mode 100644 index 0000000..db3796c --- /dev/null +++ b/metadata/md5-cache/dev-python/django-rq-2.10.1 @@ -0,0 +1,16 @@ +BDEPEND=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/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-python/django-3.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/rq-1.14[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/redis-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DESCRIPTION=A simple app that provides django integration for RQ (Redis Queue) +EAPI=8 +HOMEPAGE=https://github.com/rq/django-rq/ +INHERIT=distutils-r1 +IUSE=python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~amd64 +LICENSE=MIT +RDEPEND=>=dev-python/django-3.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/rq-1.14[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/redis-3[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 ) +SLOT=0 +SRC_URI=https://github.com/rq/django-rq/archive/refs/tags/v2.10.1.tar.gz -> django-rq-2.10.1.tar.gz +_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73 +_md5_=717923ee813981913951501543de939c diff --git a/metadata/md5-cache/dev-python/drf-spectacular-0.27.0 b/metadata/md5-cache/dev-python/drf-spectacular-0.27.0 new file mode 100644 index 0000000..23aa642 --- /dev/null +++ b/metadata/md5-cache/dev-python/drf-spectacular-0.27.0 @@ -0,0 +1,15 @@ +BDEPEND=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/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Sane and flexible OpenAPI 3 schema generation for Django +EAPI=8 +HOMEPAGE=https://pypi.org/project/drf-spectacular/ +INHERIT=distutils-r1 pypi +IUSE=python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=>=dev-python/django-2.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/djangorestframework-3.10.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/uritemplate-2.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyyaml-5.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jsonschema-2.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/inflection-0.3.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/typing-extensions[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 ) +SLOT=0 +SRC_URI=https://files.pythonhosted.org/packages/source/d/drf-spectacular/drf-spectacular-0.27.0.tar.gz +_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73 pypi 2eecb475512bc76e5ea9192a681b9e6b +_md5_=dac2da304a80689c8a7929f6402a447e diff --git a/metadata/md5-cache/dev-python/drf-spectacular-sidecar-2023.12.1 b/metadata/md5-cache/dev-python/drf-spectacular-sidecar-2023.12.1 new file mode 100644 index 0000000..62cfcab --- /dev/null +++ b/metadata/md5-cache/dev-python/drf-spectacular-sidecar-2023.12.1 @@ -0,0 +1,15 @@ +BDEPEND=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-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Serve self-contained distribution builds of Swagger UI and Redoc +EAPI=8 +HOMEPAGE=https://pypi.org/project/drf-spectacular-sidecar/ +INHERIT=distutils-r1 pypi +IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=>=dev-python/django-2.2[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 ) +SLOT=0 +SRC_URI=https://files.pythonhosted.org/packages/source/d/drf-spectacular-sidecar/drf-spectacular-sidecar-2023.12.1.tar.gz +_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73 pypi 2eecb475512bc76e5ea9192a681b9e6b +_md5_=45a3402c370a1b5a553aa408d64e32a8 diff --git a/metadata/md5-cache/dev-python/social-auth-app-django-5.4.0 b/metadata/md5-cache/dev-python/social-auth-app-django-5.4.0 new file mode 100644 index 0000000..8888132 --- /dev/null +++ b/metadata/md5-cache/dev-python/social-auth-app-django-5.4.0 @@ -0,0 +1,16 @@ +BDEPEND=test? ( >=dev-python/django-3.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/social-auth-core-4.4.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) 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_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Python Social Auth - Application - Django +EAPI=8 +HOMEPAGE=https://github.com/python-social-auth/social-app-django +INHERIT=distutils-r1 +IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=>=dev-python/django-3.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/social-auth-core-4.4.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/python-social-auth/social-app-django/archive/5.4.0.tar.gz -> social-app-django-5.4.0.tar.gz +_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73 +_md5_=71a73a9ded7d18adf295d186d200af90 diff --git a/metadata/md5-cache/dev-python/social-auth-core-4.5.1 b/metadata/md5-cache/dev-python/social-auth-core-4.5.1 new file mode 100644 index 0000000..c6829da --- /dev/null +++ b/metadata/md5-cache/dev-python/social-auth-core-4.5.1 @@ -0,0 +1,16 @@ +BDEPEND=test? ( dev-python/httpretty[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-jose[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python3-saml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/requests-2.9.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/oauthlib-1.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/requests-oauthlib-0.6.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyjwt-2.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/cryptography-1.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/defusedxml-0.5.0_rc1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python3-openid-3.0.10[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) 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_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install postinst prepare test +DESCRIPTION=Python Social Auth - Core +EAPI=8 +HOMEPAGE=https://github.com/python-social-auth/social-core +INHERIT=distutils-r1 optfeature +IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=>=dev-python/requests-2.9.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/oauthlib-1.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/requests-oauthlib-0.6.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyjwt-2.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/cryptography-1.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/defusedxml-0.5.0_rc1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python3-openid-3.0.10[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/python-social-auth/social-core/archive/4.5.1.tar.gz -> social-core-4.5.1.tar.gz +_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 +_md5_=47ee00347895efd2b38d06abc7062723 diff --git a/metadata/md5-cache/www-apps/netbox-3.6.8 b/metadata/md5-cache/www-apps/netbox-3.6.8 new file mode 100644 index 0000000..86f20e6 --- /dev/null +++ b/metadata/md5-cache/www-apps/netbox-3.6.8 @@ -0,0 +1,15 @@ +DEFINED_PHASES=install postinst prepare setup +DEPEND=acct-group/netbox acct-user/netbox python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_11? ( >=dev-python/bleach-6.1.0[python_targets_python3_11(-)] =dev-python/django-4.2.8[python_targets_python3_11(-)] >=dev-python/django-cors-headers-4.3.1[python_targets_python3_11(-)] >=dev-python/django-debug-toolbar-4.2.0[python_targets_python3_11(-)] >=dev-python/django-filter-23.5[python_targets_python3_11(-)] >=dev-python/django-graphiql-debug-toolbar-0.2.0[python_targets_python3_11(-)] >=dev-python/django-mptt-0.14[python_targets_python3_11(-)] >=dev-python/django-pglocks-1.0.4[python_targets_python3_11(-)] >=dev-python/django-prometheus-2.3.1[python_targets_python3_11(-)] >=dev-python/django-redis-5.4.0[python_targets_python3_11(-)] >=dev-python/django-rich-1.8.0[python_targets_python3_11(-)] >=dev-python/django-rq-2.10.1[python_targets_python3_11(-)] >=dev-python/django-tables2-2.7.0[python_targets_python3_11(-)] >=dev-python/django-taggit-4.0.0[python_targets_python3_11(-)] >=dev-python/django-timezone-field-6.1.0[python_targets_python3_11(-)] >=dev-python/djangorestframework-3.14.0[python_targets_python3_11(-)] >=dev-python/drf-spectacular-0.27.0[python_targets_python3_11(-)] >=dev-python/drf-spectacular-sidecar-2023.12.1[python_targets_python3_11(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_11(-)] >=dev-python/graphene-django-3.0.0[python_targets_python3_11(-)] >=www-servers/gunicorn-21.2.0[python_targets_python3_11(-)] >=dev-python/jinja-3.1.2[python_targets_python3_11(-)] >=dev-python/markdown-3.3.7[python_targets_python3_11(-)] >=dev-python/mkdocs-material-9.5.3[python_targets_python3_11(-)] dev-python/mkdocstrings-python[python_targets_python3_11(-)] >=dev-python/netaddr-0.9.0[python_targets_python3_11(-)] >=dev-python/pillow-10.1.0[python_targets_python3_11(-)] =dev-python/psycopg-3.1[python_targets_python3_11(-)] >=dev-python/pyyaml-6.0.1[python_targets_python3_11(-)] >=dev-python/requests-2.31.0[python_targets_python3_11(-)] >=dev-python/sentry-sdk-1.39.1[python_targets_python3_11(-)] >=dev-python/social-auth-app-django-5.4.0[python_targets_python3_11(-)] >=dev-python/social-auth-core-4.5.1[python_targets_python3_11(-)] dev-python/python-jose[python_targets_python3_11(-)] >=dev-python/svgwrite-1.4.3[python_targets_python3_11(-)] >=dev-python/tablib-3.5.0[python_targets_python3_11(-)] >=dev-python/tzdata-2023.3[python_targets_python3_11(-)] ldap? ( >=dev-python/django-auth-ldap-4.1.0[python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( >=dev-python/bleach-6.1.0[python_targets_python3_12(-)] =dev-python/django-4.2.8[python_targets_python3_12(-)] >=dev-python/django-cors-headers-4.3.1[python_targets_python3_12(-)] >=dev-python/django-debug-toolbar-4.2.0[python_targets_python3_12(-)] >=dev-python/django-filter-23.5[python_targets_python3_12(-)] >=dev-python/django-graphiql-debug-toolbar-0.2.0[python_targets_python3_12(-)] >=dev-python/django-mptt-0.14[python_targets_python3_12(-)] >=dev-python/django-pglocks-1.0.4[python_targets_python3_12(-)] >=dev-python/django-prometheus-2.3.1[python_targets_python3_12(-)] >=dev-python/django-redis-5.4.0[python_targets_python3_12(-)] >=dev-python/django-rich-1.8.0[python_targets_python3_12(-)] >=dev-python/django-rq-2.10.1[python_targets_python3_12(-)] >=dev-python/django-tables2-2.7.0[python_targets_python3_12(-)] >=dev-python/django-taggit-4.0.0[python_targets_python3_12(-)] >=dev-python/django-timezone-field-6.1.0[python_targets_python3_12(-)] >=dev-python/djangorestframework-3.14.0[python_targets_python3_12(-)] >=dev-python/drf-spectacular-0.27.0[python_targets_python3_12(-)] >=dev-python/drf-spectacular-sidecar-2023.12.1[python_targets_python3_12(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_12(-)] >=dev-python/graphene-django-3.0.0[python_targets_python3_12(-)] >=www-servers/gunicorn-21.2.0[python_targets_python3_12(-)] >=dev-python/jinja-3.1.2[python_targets_python3_12(-)] >=dev-python/markdown-3.3.7[python_targets_python3_12(-)] >=dev-python/mkdocs-material-9.5.3[python_targets_python3_12(-)] dev-python/mkdocstrings-python[python_targets_python3_12(-)] >=dev-python/netaddr-0.9.0[python_targets_python3_12(-)] >=dev-python/pillow-10.1.0[python_targets_python3_12(-)] =dev-python/psycopg-3.1[python_targets_python3_12(-)] >=dev-python/pyyaml-6.0.1[python_targets_python3_12(-)] >=dev-python/requests-2.31.0[python_targets_python3_12(-)] >=dev-python/sentry-sdk-1.39.1[python_targets_python3_12(-)] >=dev-python/social-auth-app-django-5.4.0[python_targets_python3_12(-)] >=dev-python/social-auth-core-4.5.1[python_targets_python3_12(-)] dev-python/python-jose[python_targets_python3_12(-)] >=dev-python/svgwrite-1.4.3[python_targets_python3_12(-)] >=dev-python/tablib-3.5.0[python_targets_python3_12(-)] >=dev-python/tzdata-2023.3[python_targets_python3_12(-)] ldap? ( >=dev-python/django-auth-ldap-4.1.0[python_targets_python3_12(-)] ) ) +DESCRIPTION=IP address and data center infrastructure management tool +EAPI=8 +HOMEPAGE=https://github.com/netbox-community/netbox +INHERIT=python-single-r1 readme.gentoo-r1 +IUSE=ldap python_single_target_python3_11 python_single_target_python3_12 +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=acct-group/netbox acct-user/netbox python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_11? ( >=dev-python/bleach-6.1.0[python_targets_python3_11(-)] =dev-python/django-4.2.8[python_targets_python3_11(-)] >=dev-python/django-cors-headers-4.3.1[python_targets_python3_11(-)] >=dev-python/django-debug-toolbar-4.2.0[python_targets_python3_11(-)] >=dev-python/django-filter-23.5[python_targets_python3_11(-)] >=dev-python/django-graphiql-debug-toolbar-0.2.0[python_targets_python3_11(-)] >=dev-python/django-mptt-0.14[python_targets_python3_11(-)] >=dev-python/django-pglocks-1.0.4[python_targets_python3_11(-)] >=dev-python/django-prometheus-2.3.1[python_targets_python3_11(-)] >=dev-python/django-redis-5.4.0[python_targets_python3_11(-)] >=dev-python/django-rich-1.8.0[python_targets_python3_11(-)] >=dev-python/django-rq-2.10.1[python_targets_python3_11(-)] >=dev-python/django-tables2-2.7.0[python_targets_python3_11(-)] >=dev-python/django-taggit-4.0.0[python_targets_python3_11(-)] >=dev-python/django-timezone-field-6.1.0[python_targets_python3_11(-)] >=dev-python/djangorestframework-3.14.0[python_targets_python3_11(-)] >=dev-python/drf-spectacular-0.27.0[python_targets_python3_11(-)] >=dev-python/drf-spectacular-sidecar-2023.12.1[python_targets_python3_11(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_11(-)] >=dev-python/graphene-django-3.0.0[python_targets_python3_11(-)] >=www-servers/gunicorn-21.2.0[python_targets_python3_11(-)] >=dev-python/jinja-3.1.2[python_targets_python3_11(-)] >=dev-python/markdown-3.3.7[python_targets_python3_11(-)] >=dev-python/mkdocs-material-9.5.3[python_targets_python3_11(-)] dev-python/mkdocstrings-python[python_targets_python3_11(-)] >=dev-python/netaddr-0.9.0[python_targets_python3_11(-)] >=dev-python/pillow-10.1.0[python_targets_python3_11(-)] =dev-python/psycopg-3.1[python_targets_python3_11(-)] >=dev-python/pyyaml-6.0.1[python_targets_python3_11(-)] >=dev-python/requests-2.31.0[python_targets_python3_11(-)] >=dev-python/sentry-sdk-1.39.1[python_targets_python3_11(-)] >=dev-python/social-auth-app-django-5.4.0[python_targets_python3_11(-)] >=dev-python/social-auth-core-4.5.1[python_targets_python3_11(-)] dev-python/python-jose[python_targets_python3_11(-)] >=dev-python/svgwrite-1.4.3[python_targets_python3_11(-)] >=dev-python/tablib-3.5.0[python_targets_python3_11(-)] >=dev-python/tzdata-2023.3[python_targets_python3_11(-)] ldap? ( >=dev-python/django-auth-ldap-4.1.0[python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( >=dev-python/bleach-6.1.0[python_targets_python3_12(-)] =dev-python/django-4.2.8[python_targets_python3_12(-)] >=dev-python/django-cors-headers-4.3.1[python_targets_python3_12(-)] >=dev-python/django-debug-toolbar-4.2.0[python_targets_python3_12(-)] >=dev-python/django-filter-23.5[python_targets_python3_12(-)] >=dev-python/django-graphiql-debug-toolbar-0.2.0[python_targets_python3_12(-)] >=dev-python/django-mptt-0.14[python_targets_python3_12(-)] >=dev-python/django-pglocks-1.0.4[python_targets_python3_12(-)] >=dev-python/django-prometheus-2.3.1[python_targets_python3_12(-)] >=dev-python/django-redis-5.4.0[python_targets_python3_12(-)] >=dev-python/django-rich-1.8.0[python_targets_python3_12(-)] >=dev-python/django-rq-2.10.1[python_targets_python3_12(-)] >=dev-python/django-tables2-2.7.0[python_targets_python3_12(-)] >=dev-python/django-taggit-4.0.0[python_targets_python3_12(-)] >=dev-python/django-timezone-field-6.1.0[python_targets_python3_12(-)] >=dev-python/djangorestframework-3.14.0[python_targets_python3_12(-)] >=dev-python/drf-spectacular-0.27.0[python_targets_python3_12(-)] >=dev-python/drf-spectacular-sidecar-2023.12.1[python_targets_python3_12(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_12(-)] >=dev-python/graphene-django-3.0.0[python_targets_python3_12(-)] >=www-servers/gunicorn-21.2.0[python_targets_python3_12(-)] >=dev-python/jinja-3.1.2[python_targets_python3_12(-)] >=dev-python/markdown-3.3.7[python_targets_python3_12(-)] >=dev-python/mkdocs-material-9.5.3[python_targets_python3_12(-)] dev-python/mkdocstrings-python[python_targets_python3_12(-)] >=dev-python/netaddr-0.9.0[python_targets_python3_12(-)] >=dev-python/pillow-10.1.0[python_targets_python3_12(-)] =dev-python/psycopg-3.1[python_targets_python3_12(-)] >=dev-python/pyyaml-6.0.1[python_targets_python3_12(-)] >=dev-python/requests-2.31.0[python_targets_python3_12(-)] >=dev-python/sentry-sdk-1.39.1[python_targets_python3_12(-)] >=dev-python/social-auth-app-django-5.4.0[python_targets_python3_12(-)] >=dev-python/social-auth-core-4.5.1[python_targets_python3_12(-)] dev-python/python-jose[python_targets_python3_12(-)] >=dev-python/svgwrite-1.4.3[python_targets_python3_12(-)] >=dev-python/tablib-3.5.0[python_targets_python3_12(-)] >=dev-python/tzdata-2023.3[python_targets_python3_12(-)] ldap? ( >=dev-python/django-auth-ldap-4.1.0[python_targets_python3_12(-)] ) ) +REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 ) +SLOT=0 +SRC_URI=https://github.com/netbox-community/netbox/archive/v3.6.8.tar.gz -> netbox-3.6.8.tar.gz +_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-single-r1 75118e916668a74c660a13b0ecb22562 readme.gentoo-r1 b8c7a61664027641d79dcfc04bd366f4 +_md5_=85a2878faa8dddd4f6e614c5df49a9a6