2023-05-01 09:33:48 UTC

This commit is contained in:
Repository mirror & CI
2023-05-01 09:33:48 +00:00
parent a64daafe74
commit e55d94544f
46 changed files with 299 additions and 205 deletions

View File

@@ -1,9 +1,9 @@
DEFINED_PHASES=compile install unpack
DEFINED_PHASES=install unpack
DESCRIPTION=A thin wrapper for Terraform
EAPI=8
HOMEPAGE=https://www.gruntwork.io
KEYWORDS=~amd64
KEYWORDS=-* ~amd64
LICENSE=MIT
SLOT=0
SRC_URI=https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.4/terragrunt_linux_amd64 -> terragrunt-bin-0.45.4.bin
_md5_=24ecb612941cd14f3057f6499f826593
_md5_=79761df09599966219c1dc51b47d5f2a

View File

@@ -1,6 +1,6 @@
BDEPEND=virtual/pkgconfig >=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=<dev-cpp/jwt-cpp-0.5.0 dev-db/sqlite dev-libs/openssl net-misc/curl sys-apps/util-linux test? ( dev-cpp/gtest )
DEPEND=>=dev-cpp/jwt-cpp-0.6.0 dev-db/sqlite dev-libs/openssl net-misc/curl sys-apps/util-linux test? ( dev-cpp/gtest )
DESCRIPTION=A C++ implementation of the SciTokens library with a C library interface
EAPI=8
HOMEPAGE=https://scitokens.org/
@@ -10,6 +10,6 @@ KEYWORDS=~amd64
LICENSE=Apache-2.0
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/scitokens/scitokens-cpp/archive/refs/tags/v0.7.1.tar.gz -> scitokens-cpp-0.7.1.tar.gz
SRC_URI=https://github.com/scitokens/scitokens-cpp/archive/refs/tags/v1.0.1.tar.gz -> scitokens-cpp-1.0.1.tar.gz
_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 flag-o-matic 514815b1cc0dd4aeac177c2e812b3b1a multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 7fb5980de96325cbab639f5b2187357c
_md5_=ddcf14660be83a6f16a394cfb17e68bf
_md5_=80597e058379f3a634f388f91339fbc7

View File

@@ -0,0 +1,11 @@
DEFINED_PHASES=configure
DESCRIPTION=GNU interpreter for the APL programming language
EAPI=8
HOMEPAGE=https://www.gnu.org/software/apl/
IUSE=static-libs erlang libapl python gtk3 pcre2 sqlite3 postgresql
KEYWORDS=~amd64
LICENSE=GPL-3+
RDEPEND=gtk3? ( >=gui-libs/gtk-3.0.0 ) sqlite3? ( >=dev-db/sqlite-3.0.0 ) postgresql? ( dev-db/postgresql ) pcre2? ( dev-libs/libpcre2 )
SLOT=0
SRC_URI=mirror://gnu/apl/apl-1.8.tar.gz
_md5_=a50ff73369c0d67e6397dc4420db8597

View File

@@ -1,4 +1,4 @@
BDEPEND=test? ( dev-python/pyhamcrest[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-benchmark[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
BDEPEND=test? ( dev-python/pyhamcrest[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Base58 and Base58Check implementation
EAPI=8
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/b/base58/base58-2.1.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=be93f422aaef8d8391caef7c5c5509e9
_md5_=c6737fc3f99a5c436b45e53ed21b5e40

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( dev-python/hypothesis[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pytest-benchmark[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/sortedcontainers[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/sortedcollections[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) test? ( >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) doc? ( || ( ( >=dev-lang/python-3.10.9-r1:3.10 >=dev-python/sphinx-5.3.0[python_targets_python3_10(-)] dev-python/alabaster[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.16-r1:3.9 >=dev-python/sphinx-5.3.0[python_targets_python3_9(-)] dev-python/alabaster[python_targets_python3_9(-)] ) ) ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/setuptools-65.7.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=The bidirectional mapping library for Python
EAPI=8
HOMEPAGE=https://github.com/jab/bidict https://pypi.org/project/bidict/
INHERIT=distutils-r1 pypi
IUSE=test doc python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MPL-2.0
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/b/bidict/bidict-0.22.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=5bdd73d2264a470eeb5f223e7e5e4628

View File

@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/jab/bidict/archive/refs/tags/v0.22.1.tar.gz -> bidict-0.22.1.gh.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65
_md5_=4ecc29ab9cf5a5bcbdc52ea76def317c
_md5_=c4b5df4b63baffa94e3f2c12540648fa

View File

@@ -0,0 +1,16 @@
BDEPEND=app-arch/unzip dev-python/setuptools-scm[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] test? ( dev-python/fontPens[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( >=dev-python/fonttools-4.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pyclipper-1.1.0_p1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Boolean operations on paths
EAPI=8
HOMEPAGE=https://pypi.org/project/booleanoperations/ https://github.com/typemytype/booleanOperations
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/fonttools-4.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pyclipper-1.1.0_p1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/b/booleanOperations/booleanOperations-0.9.0.zip
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=0aaf08d315e04aac786c315ce9d0f1e5

View File

@@ -1,4 +1,4 @@
BDEPEND=test? ( python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10[ncurses(+)] ) dev-python/azure-storage-blob[python_targets_python3_10(-)?] >=dev-python/boto3-1.9.178[python_targets_python3_10(-)?] dev-python/cryptography[python_targets_python3_10(-)?] dev-python/elasticsearch-py[python_targets_python3_10(-)?] >=dev-python/moto-1.3.7[python_targets_python3_10(-)?] dev-python/msgpack[python_targets_python3_10(-)?] dev-python/pylibmc[python_targets_python3_10(-)?] dev-python/pymongo[python_targets_python3_10(-)?] dev-python/pytest-celery[python_targets_python3_10(-)?] dev-python/pytest-click[python_targets_python3_10(-)?] dev-python/pytest-subtests[python_targets_python3_10(-)?] >=dev-python/pytest-timeout-1.4.2[python_targets_python3_10(-)?] >=dev-python/pyyaml-3.10[python_targets_python3_10(-)?] dev-python/redis[python_targets_python3_10(-)?] dev-python/sphinx-testing[python_targets_python3_10(-)?] dev-python/tblib[python_targets_python3_10(-)?] sci-astronomy/pyephem[python_targets_python3_10(-)?] ) doc? ( dev-python/docutils[python_targets_python3_10(-)?] >=dev-python/sphinx_celery-2.0.0[python_targets_python3_10(-)?] >=dev-python/sphinx-click-2.5.0[python_targets_python3_10(-)?] dev-python/jinja[python_targets_python3_10(-)?] dev-python/sqlalchemy[python_targets_python3_10(-)?] ) test? ( >=dev-python/billiard-3.6.4.0[python_targets_python3_10(-)?] <dev-python/billiard-5.0.0[python_targets_python3_10(-)?] dev-python/click[python_targets_python3_10(-)?] dev-python/click-didyoumean[python_targets_python3_10(-)?] dev-python/click-plugins[python_targets_python3_10(-)?] dev-python/click-repl[python_targets_python3_10(-)?] >=dev-python/kombu-5.3.0_beta1[python_targets_python3_10(-)?] <dev-python/kombu-6.0.0[python_targets_python3_10(-)?] dev-python/pytz[python_targets_python3_10(-)?] dev-python/vine[python_targets_python3_10(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_10(-)?] ) doc? ( >=dev-python/sphinx-5.3.0 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_10(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_10(-)?]
BDEPEND=test? ( python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10[ncurses(+)] ) dev-python/azure-storage-blob[python_targets_python3_10(-)?] >=dev-python/boto3-1.9.178[python_targets_python3_10(-)?] dev-python/cryptography[python_targets_python3_10(-)?] dev-python/elasticsearch-py[python_targets_python3_10(-)?] >=dev-python/moto-1.3.7[python_targets_python3_10(-)?] dev-python/msgpack[python_targets_python3_10(-)?] dev-python/pylibmc[python_targets_python3_10(-)?] dev-python/pymongo[python_targets_python3_10(-)?] dev-python/pytest-celery[python_targets_python3_10(-)?] dev-python/pytest-click[python_targets_python3_10(-)?] dev-python/pytest-subtests[python_targets_python3_10(-)?] >=dev-python/pytest-timeout-1.4.2[python_targets_python3_10(-)?] >=dev-python/pyyaml-3.10[python_targets_python3_10(-)?] dev-python/redis[python_targets_python3_10(-)?] dev-python/sphinx-testing[python_targets_python3_10(-)?] dev-python/tblib[python_targets_python3_10(-)?] sci-astronomy/pyephem[python_targets_python3_10(-)?] ) doc? ( dev-python/docutils[python_targets_python3_10(-)?] >=dev-python/sphinx-celery-2.0.0[python_targets_python3_10(-)?] >=dev-python/sphinx-click-2.5.0[python_targets_python3_10(-)?] dev-python/jinja[python_targets_python3_10(-)?] dev-python/sqlalchemy[python_targets_python3_10(-)?] ) test? ( >=dev-python/billiard-3.6.4.0[python_targets_python3_10(-)?] <dev-python/billiard-5.0.0[python_targets_python3_10(-)?] dev-python/click[python_targets_python3_10(-)?] dev-python/click-didyoumean[python_targets_python3_10(-)?] dev-python/click-plugins[python_targets_python3_10(-)?] dev-python/click-repl[python_targets_python3_10(-)?] >=dev-python/kombu-5.3.0_beta1[python_targets_python3_10(-)?] <dev-python/kombu-6.0.0[python_targets_python3_10(-)?] dev-python/pytz[python_targets_python3_10(-)?] dev-python/vine[python_targets_python3_10(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_10(-)?] ) doc? ( >=dev-python/sphinx-5.3.0 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_10(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install postinst prepare pretend setup test
DESCRIPTION=Asynchronous task queue/job queue based on distributed message passing
EAPI=8
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/celery/celery/archive/v5.3.0b1.tar.gz -> celery-5.3.0_beta1.gh.tar.gz
_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 bash-completion-r1 59cf54afadd3b37d31d9d85c7d7d8067 check-reqs a5f1e025c53d62f98bc24bd63d7d95e1 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
_md5_=dfc28a3a2d81bc5a08a31bd7ef00a7d2
_md5_=92048bad4aee81c19af9b1c2163b081b

View File

@@ -1,4 +1,4 @@
BDEPEND=test? ( python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10[ncurses(+)] ) dev-python/azure-storage-blob[python_targets_python3_10(-)?] >=dev-python/boto3-1.9.178[python_targets_python3_10(-)?] dev-python/cryptography[python_targets_python3_10(-)?] dev-python/elasticsearch-py[python_targets_python3_10(-)?] >=dev-python/moto-1.3.7[python_targets_python3_10(-)?] dev-python/msgpack[python_targets_python3_10(-)?] dev-python/pylibmc[python_targets_python3_10(-)?] dev-python/pymongo[python_targets_python3_10(-)?] dev-python/pytest-celery[python_targets_python3_10(-)?] dev-python/pytest-click[python_targets_python3_10(-)?] dev-python/pytest-subtests[python_targets_python3_10(-)?] >=dev-python/pytest-timeout-1.4.2[python_targets_python3_10(-)?] >=dev-python/pyyaml-3.10[python_targets_python3_10(-)?] dev-python/redis[python_targets_python3_10(-)?] dev-python/sphinx-testing[python_targets_python3_10(-)?] dev-python/tblib[python_targets_python3_10(-)?] sci-astronomy/pyephem[python_targets_python3_10(-)?] ) doc? ( dev-python/docutils[python_targets_python3_10(-)?] >=dev-python/sphinx_celery-2.0.0[python_targets_python3_10(-)?] >=dev-python/sphinx-click-2.5.0[python_targets_python3_10(-)?] dev-python/jinja[python_targets_python3_10(-)?] dev-python/sqlalchemy[python_targets_python3_10(-)?] ) test? ( >=dev-python/billiard-3.6.4.0[python_targets_python3_10(-)?] <dev-python/billiard-5.0.0[python_targets_python3_10(-)?] dev-python/click[python_targets_python3_10(-)?] dev-python/click-didyoumean[python_targets_python3_10(-)?] dev-python/click-plugins[python_targets_python3_10(-)?] dev-python/click-repl[python_targets_python3_10(-)?] >=dev-python/kombu-5.3.0_beta1[python_targets_python3_10(-)?] <dev-python/kombu-6.0.0[python_targets_python3_10(-)?] dev-python/pytz[python_targets_python3_10(-)?] dev-python/vine[python_targets_python3_10(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_10(-)?] ) doc? ( >=dev-python/sphinx-5.3.0 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_10(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_10(-)?]
BDEPEND=test? ( python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10[ncurses(+)] ) dev-python/azure-storage-blob[python_targets_python3_10(-)?] >=dev-python/boto3-1.9.178[python_targets_python3_10(-)?] dev-python/cryptography[python_targets_python3_10(-)?] dev-python/elasticsearch-py[python_targets_python3_10(-)?] >=dev-python/moto-1.3.7[python_targets_python3_10(-)?] dev-python/msgpack[python_targets_python3_10(-)?] dev-python/pylibmc[python_targets_python3_10(-)?] dev-python/pymongo[python_targets_python3_10(-)?] dev-python/pytest-celery[python_targets_python3_10(-)?] dev-python/pytest-click[python_targets_python3_10(-)?] dev-python/pytest-subtests[python_targets_python3_10(-)?] >=dev-python/pytest-timeout-1.4.2[python_targets_python3_10(-)?] >=dev-python/pyyaml-3.10[python_targets_python3_10(-)?] dev-python/redis[python_targets_python3_10(-)?] dev-python/sphinx-testing[python_targets_python3_10(-)?] dev-python/tblib[python_targets_python3_10(-)?] sci-astronomy/pyephem[python_targets_python3_10(-)?] ) doc? ( dev-python/docutils[python_targets_python3_10(-)?] >=dev-python/sphinx-celery-2.0.0[python_targets_python3_10(-)?] >=dev-python/sphinx-click-2.5.0[python_targets_python3_10(-)?] dev-python/jinja[python_targets_python3_10(-)?] dev-python/sqlalchemy[python_targets_python3_10(-)?] ) test? ( >=dev-python/billiard-3.6.4.0[python_targets_python3_10(-)?] <dev-python/billiard-5.0.0[python_targets_python3_10(-)?] dev-python/click[python_targets_python3_10(-)?] dev-python/click-didyoumean[python_targets_python3_10(-)?] dev-python/click-plugins[python_targets_python3_10(-)?] dev-python/click-repl[python_targets_python3_10(-)?] >=dev-python/kombu-5.3.0_beta1[python_targets_python3_10(-)?] <dev-python/kombu-6.0.0[python_targets_python3_10(-)?] dev-python/pytz[python_targets_python3_10(-)?] dev-python/vine[python_targets_python3_10(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_10(-)?] ) doc? ( >=dev-python/sphinx-5.3.0 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_10(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install postinst prepare pretend setup test
DESCRIPTION=Asynchronous task queue/job queue based on distributed message passing
EAPI=8
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/celery/celery/archive/v5.3.0b2.tar.gz -> celery-5.3.0_beta2.gh.tar.gz
_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 bash-completion-r1 59cf54afadd3b37d31d9d85c7d7d8067 check-reqs a5f1e025c53d62f98bc24bd63d7d95e1 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
_md5_=7a62cb7274f3f3aa3afbccf90b2035da
_md5_=94d176173fca1b1f4d145119bbee0778

View File

@@ -0,0 +1,16 @@
BDEPEND=app-arch/unzip dev-python/setuptools-scm[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] test? ( dev-python/fs[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( >=dev-python/fonttools-4.34.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=A set of UFO based objects for use in font editing applications
EAPI=8
HOMEPAGE=https://github.com/robotools/defcon
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=>=dev-python/fonttools-4.34.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/d/defcon/defcon-0.10.2.zip
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=f17337acdaa8881be7a8ef8e0ca09289

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( dev-python/fontPens[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/setuptools-65.7.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/booleanOperations-0.9.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/defcon-0.6.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/fontMath-0.4.8[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/fonttools-3.32.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DESCRIPTION=An API for interacting with the parts of fonts
EAPI=8
HOMEPAGE=https://github.com/robotools/fontParts
INHERIT=distutils-r1
IUSE=test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/booleanOperations-0.9.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/defcon-0.6.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/fontMath-0.4.8[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/fonttools-3.32.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/robotools/fontParts/archive/refs/tags/0.10.6.tar.gz -> fontParts-0.10.6.gh.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65
_md5_=ce5f61a9bfbdad3be3e7bf194de851bb

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-python/setuptools-scm[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] test? ( >=dev-python/booleanOperations-0.9.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/defcon-0.6.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/fontMath-0.4.8[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/fontPens-0.1.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/fonttools-3.32.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/fs-2.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/lxml-4.9.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-python/unicodedata2-14.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_10? ( >=dev-python/unicodedata2-14.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) doc? ( || ( ( >=dev-lang/python-3.11.1-r1:3.11 >=dev-python/sphinx-5.3.0[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.9-r1:3.10 >=dev-python/sphinx-5.3.0[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.16-r1:3.9 >=dev-python/sphinx-5.3.0[python_targets_python3_9(-)] ) ) ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=An API for interacting with the parts of fonts
EAPI=8
HOMEPAGE=https://pypi.org/project/fontParts/ https://github.com/robotools/fontParts
INHERIT=distutils-r1
IUSE=test doc python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/booleanOperations-0.9.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/defcon-0.6.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/fontMath-0.4.8[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/fontPens-0.1.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/fonttools-3.32.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/fs-2.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/lxml-4.9.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-python/unicodedata2-14.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_10? ( >=dev-python/unicodedata2-14.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/robotools/fontParts/archive/refs/tags/0.10.6.tar.gz -> fontParts-0.10.6.gh.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65
_md5_=03acded0b76894bfc8ecb3786c73f1bf

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( dev-python/fontParts[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) test? ( >=dev-python/fonttools-3.32[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/setuptools-65.7.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/fonttools-3.32[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DESCRIPTION=A collection of classes implementing the pen protocol for manipulating glyphs
EAPI=8
HOMEPAGE=https://github.com/robotools/fontPens
INHERIT=distutils-r1
IUSE=test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64 ~x86
LICENSE=BSD
RDEPEND=>=dev-python/fonttools-3.32[python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/robotools/fontPens/archive/refs/tags/v0.2.4.tar.gz -> fontPens-0.2.4.gh.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65
_md5_=fdba09211da2d55b60f1441fdedbc9e5

View File

@@ -0,0 +1,16 @@
BDEPEND=app-arch/unzip test? ( >=dev-python/fontParts-0.8.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( >=dev-python/fonttools-3.32[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=A collection of classes implementing the pen protocol for manipulating glyphs
EAPI=8
HOMEPAGE=https://pypi.org/project/fontPens/ https://github.com/robotools/fontPens
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=>=dev-python/fonttools-3.32[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/f/fontPens/fontPens-0.2.4.zip
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=6682053790fead3fb6a7f697017b50fd

View File

@@ -0,0 +1,16 @@
BDEPEND=doc? ( app-arch/unzip ) test? ( dev-python/iso8601[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-asyncio[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-mock[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytz[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/snapshottest[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( >=dev-python/aniso8601-8[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/graphql-core-3.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/graphql-relay-3.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) doc? ( || ( ( >=dev-lang/python-3.11.1-r1:3.11 >=dev-python/sphinx-5.3.0[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.9-r1:3.10 >=dev-python/sphinx-5.3.0[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.16-r1:3.9 >=dev-python/sphinx-5.3.0[python_targets_python3_9(-)] ) ) ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test unpack
DESCRIPTION=GraphQL Framework for Python
EAPI=8
HOMEPAGE=https://graphene-python.org https://pypi.org/project/graphene/ https://github.com/graphql-python/graphene
INHERIT=distutils-r1
IUSE=test doc python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/aniso8601-8[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/graphql-core-3.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/graphql-relay-3.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/graphql-python/graphene/archive/v3.2.2.tar.gz -> graphene-3.2.2.gh.tar.gz doc? ( https://graphene-python.org/sphinx_graphene_theme.zip -> sphinx-graphene-3.2.2.zip )
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65
_md5_=1538882f4adc213a9451e3f9fbb553af

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( dev-python/pytest-asyncio[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pytest-describe[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pytest-benchmark[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pytest-timeout[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) test? ( >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) doc? ( || ( ( >=dev-lang/python-3.10.9-r1:3.10 >=dev-python/sphinx-5.3.0[python_targets_python3_10(-)] dev-python/sphinx-rtd-theme[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.16-r1:3.9 >=dev-python/sphinx-5.3.0[python_targets_python3_9(-)] dev-python/sphinx-rtd-theme[python_targets_python3_9(-)] ) ) ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/setuptools-65.7.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=GraphQL for Python
EAPI=8
HOMEPAGE=https://github.com/graphql-python/graphql-core
INHERIT=distutils-r1 pypi
IUSE=test doc python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/g/graphql-core/graphql-core-3.1.6.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=31d9f615d85172c5907c6744fede54a0

View File

@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/g/graphql-core/graphql-core-3.2.3.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=d102075bd85b827e68e58ef7301e05f7
_md5_=be58ac9dba7c445843b7549a5606032a

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/pytest-asyncio[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-describe[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( dev-python/graphql-core[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/poetry-core-1.4.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Relay library for graphql-core
EAPI=8
HOMEPAGE=https://pypi.org/project/graphql-relay/ https://github.com/graphql-python/graphql-relay-py
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/graphql-core[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/g/graphql-relay/graphql-relay-3.2.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=e8489bc735b81f654d4b71ad724b0f18

View File

@@ -1,4 +1,4 @@
BDEPEND=dev-python/cython[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/setuptools[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/setuptools-scm[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] test? ( dev-python/aspectlib[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/ipdb[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/manhole[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/process-tests[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-benchmark[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/six[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] sys-devel/gdb ) test? ( >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) doc? ( || ( ( >=dev-lang/python-3.11.1-r1:3.11 >=dev-python/sphinx-5.3.0[python_targets_python3_11(-)] >=dev-python/sphinx-py3doc-enhanced-theme-2.3.2[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.9-r1:3.10 >=dev-python/sphinx-5.3.0[python_targets_python3_10(-)] >=dev-python/sphinx-py3doc-enhanced-theme-2.3.2[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.16-r1:3.9 >=dev-python/sphinx-5.3.0[python_targets_python3_9(-)] >=dev-python/sphinx-py3doc-enhanced-theme-2.3.2[python_targets_python3_9(-)] ) ) ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
BDEPEND=dev-python/cython[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/setuptools[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/setuptools-scm[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] test? ( dev-python/aspectlib[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/ipdb[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/manhole[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/process-tests[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/six[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] sys-devel/gdb ) test? ( >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) doc? ( || ( ( >=dev-lang/python-3.11.1-r1:3.11 >=dev-python/sphinx-5.3.0[python_targets_python3_11(-)] >=dev-python/sphinx-py3doc-enhanced-theme-2.3.2[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.9-r1:3.10 >=dev-python/sphinx-5.3.0[python_targets_python3_10(-)] >=dev-python/sphinx-py3doc-enhanced-theme-2.3.2[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.16-r1:3.9 >=dev-python/sphinx-5.3.0[python_targets_python3_9(-)] >=dev-python/sphinx-py3doc-enhanced-theme-2.3.2[python_targets_python3_9(-)] ) ) ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
DESCRIPTION=Hunter is a flexible code tracing toolkit
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/ionelmc/python-hunter/archive/v3.6.0.tar.gz -> hunter-3.6.0.gh.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65
_md5_=00629f5c7c9ed4c03579eb7f456210d6
_md5_=5974a28a7b2d5bb7d78772e4a713f79c

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-python/fonttools-4.11.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install postinst prepare test
DESCRIPTION=Noto fonts support tools and scripts plus web site generation
EAPI=8
HOMEPAGE=https://pypi.org/project/notofonttools/ https://github.com/googlefonts/nototools
INHERIT=distutils-r1 optfeature pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=Apache-2.0 OFL-1.1
RDEPEND=>=dev-python/fonttools-4.11.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=test !test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/n/notofonttools/notofonttools-0.2.17.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=393021ace69aab5f127079f898be5e40

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( dev-python/aspectlib[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pytest-benchmark[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) test? ( dev-libs/olm dev-python/cffi[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/future[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) doc? ( || ( ( >=dev-lang/python-3.10.9-r1:3.10 >=dev-python/sphinx-5.3.0[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.16-r1:3.9 >=dev-python/sphinx-5.3.0[python_targets_python3_9(-)] ) ) ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/olm
DESCRIPTION=Python bindings for dev-libs/olm
EAPI=8
HOMEPAGE=https://gitlab.matrix.org/matrix-org/olm/
INHERIT=distutils-r1
IUSE=test doc python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-libs/olm dev-python/cffi[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/future[python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://gitlab.matrix.org/matrix-org/olm/-/archive/3.2.14/olm-3.2.14.tar.bz2
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65
_md5_=1f5746406ad26a8a8c0c55f1f5029fc4

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/aspectlib[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( dev-libs/olm dev-python/future[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] virtual/python-cffi[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) doc? ( || ( ( >=dev-lang/python-3.11.1-r1:3.11 >=dev-python/sphinx-5.3.0[python_targets_python3_11(-)] dev-python/alabaster[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.9-r1:3.10 >=dev-python/sphinx-5.3.0[python_targets_python3_10(-)] dev-python/alabaster[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.16-r1:3.9 >=dev-python/sphinx-5.3.0[python_targets_python3_9(-)] dev-python/alabaster[python_targets_python3_9(-)] ) ) ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/olm
DESCRIPTION=Python bindings for dev-libs/olm
EAPI=8
HOMEPAGE=https://gitlab.matrix.org/matrix-org/olm/
INHERIT=distutils-r1
IUSE=test doc python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-libs/olm dev-python/future[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] virtual/python-cffi[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://gitlab.matrix.org/matrix-org/olm/-/archive/3.2.14/olm-3.2.14.tar.bz2
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65
_md5_=dffe2964e364732f03cadb1119dc91fa

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/oslotest-3.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/requests-mock-1.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/sphinx-2.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) test? ( >=dev-python/requests-2.14.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/oslo-config-6.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/oslo-context-2.22.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/oslo-serialization-1.18.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pyyaml-5.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/oslo-utils-3.40.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/setuptools-65.7.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/requests-2.14.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/oslo-config-6.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/oslo-context-2.22.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/oslo-serialization-1.18.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pyyaml-5.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/oslo-utils-3.40.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DESCRIPTION=Support for RBAC policy enforcement across all OpenStack services
EAPI=8
HOMEPAGE=https://opendev.org/openstack/oslo.policy https://pypi.org/project/oslo.policy/ https://github.com/openstack/oslo.policy
INHERIT=distutils-r1
IUSE=test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/requests-2.14.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/oslo-config-6.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/oslo-context-2.22.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/oslo-serialization-1.18.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pyyaml-5.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/oslo-utils-3.40.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/o/oslo.policy/oslo.policy-3.10.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65
_md5_=dd692b9ca5ff5df3187c09d28ecf6ac4

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( dev-db/postgresql dev-python/pytest-mock[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pytest-benchmark[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pytz[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) test? ( >=dev-python/scramp-1.4.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/scramp-1.4.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DESCRIPTION=A Pure-Python PostgreSQL Driver
EAPI=8
HOMEPAGE=https://github.com/tlocke/pg8000 https://pypi.org/project/pg8000/
INHERIT=distutils-r1
IUSE=test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=>=dev-python/scramp-1.4.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=test !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/p/pg8000/pg8000-1.29.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65
_md5_=91de3b1179ee9b1e4c25b49f793addf9

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-python/versioningit[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] test? ( python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9[ssl] ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10[ssl] ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11[ssl] ) dev-db/postgresql[server,xml] dev-python/pytest-mock[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytz[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( >=dev-python/scramp-1.4.3[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/python-dateutil-2.8.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=PostgreSQL interface library
EAPI=8
HOMEPAGE=https://github.com/tlocke/pg8000 https://pypi.org/project/pg8000/
INHERIT=databases distutils-r1 edo pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=>=dev-python/scramp-1.4.3[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/python-dateutil-2.8.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-1.29.4.tar.gz
_eclasses_=databases 617283a7895577b41519ac2c3a75beb8 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 edo c0eb9cbe6b0bd01fcb4918f12598a4d3 pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=16b8a0e676e716a45dbcb4947a016ce5

View File

@@ -1,17 +0,0 @@
BDEPEND=dev-python/setuptools-scm[python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/setuptools-65.7.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/defcon-0.6.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/fontMath-0.4.9[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/fontParts-0.8.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/fonttools-3.32.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/MutatorMath-2.1.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] test? ( dev-python/unicodedata2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] )
DESCRIPTION=A Python package for processing and generating UFO files
EAPI=8
HOMEPAGE=https://github.com/LettError/ufoProcessor
INHERIT=distutils-r1
IUSE=test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/defcon-0.6.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/fontMath-0.4.9[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/fontParts-0.8.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/fonttools-3.32.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/MutatorMath-2.1.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/LettError/ufoProcessor/archive/refs/tags/1.9.0.tar.gz -> ufoProcessor-1.9.0.gh.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65
_md5_=a47f76ed392ac8e766705e518a78e3cf

View File

@@ -0,0 +1,16 @@
BDEPEND=app-arch/unzip test? ( dev-python/unicodedata2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( >=dev-python/MutatorMath-2.1.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/defcon-0.6.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/fontMath-0.4.9[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/fontParts-0.8.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/fonttools-3.32.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/fs-2.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/lxml-4.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Read, write and generate UFOs with designspace data
EAPI=8
HOMEPAGE=https://pypi.org/project/ufoProcessor/ https://github.com/LettError/ufoProcessor
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/MutatorMath-2.1.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/defcon-0.6.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/fontMath-0.4.9[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/fontParts-0.8.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/fonttools-3.32.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/fs-2.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/lxml-4.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/u/ufoProcessor/ufoProcessor-1.9.0.zip
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=1eea96614ea14a970752898df40b07eb

View File

@@ -11,6 +11,6 @@ RDEPEND=dev-python/cheroot[python_targets_python3_9(-)?,python_targets_python3_1
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/webpy/webpy/archive/0.62.tar.gz -> webpy-0.62.tar.gz
SRC_URI=https://github.com/webpy/webpy/archive/0.62.tar.gz -> webpy-0.62.gh.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65
_md5_=5939cb312d163eebbc0167eb7b3cfb81
_md5_=c01c7c44706fa7e36f651eb19cdce565

View File

@@ -7,9 +7,9 @@ INHERIT=distutils-r1 systemd
IUSE=python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-python/psutil[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pyyaml[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-mpd[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/requests[python_targets_python3_9(-)?,python_targets_python3_10(-)?] media-sound/mpd python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
RDEPEND=dev-python/psutil[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pyyaml[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-mpd2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/requests[python_targets_python3_9(-)?,python_targets_python3_10(-)?] media-sound/mpd python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
SLOT=0
SRC_URI=https://github.com/Berulacks/yams/archive/0.7.3.tar.gz -> yams-0.7.3.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 systemd 5f4bb0758df2e483babf68cd517078ca
_md5_=e2730a1f83afad3bc22e84ffedf3feb3
_md5_=7097283ed721e0822d3838f189979493

View File

@@ -0,0 +1,15 @@
BDEPEND=|| ( dev-lang/vala:0.56 ) app-text/scdoc >=dev-util/meson-0.62.2 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
DEFINED_PHASES=compile configure install postinst postrm prepare test
DEPEND=dev-libs/glib:2 dev-libs/gobject-introspection dev-libs/json-glib pulseaudio? ( dev-libs/libgee:= media-libs/libpulse ) dev-libs/wayland >=gui-libs/gtk-layer-shell-0.7.0[introspection] gui-libs/libhandy:1 sys-apps/dbus x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3
DESCRIPTION=A simple notification daemon with a GTK gui for notifications and control center
EAPI=8
HOMEPAGE=https://github.com/ErikReider/SwayNotificationCenter
INHERIT=meson vala gnome2-utils
IUSE=pulseaudio
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=dev-libs/glib:2 dev-libs/gobject-introspection dev-libs/json-glib pulseaudio? ( dev-libs/libgee:= media-libs/libpulse ) dev-libs/wayland >=gui-libs/gtk-layer-shell-0.7.0[introspection] gui-libs/libhandy:1 sys-apps/dbus x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3
SLOT=0
SRC_URI=https://github.com/ErikReider/SwayNotificationCenter/archive/v0.8.0.tar.gz -> swaync-0.8.0.tar.gz
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 meson 915ec7c25e08d7886558215e6809ca1e vala 1343f639cc74d2aa8b36fc08677da58d xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils b0183db3b2e07b18f3b77bffec72e116
_md5_=0915958a5d125cb0aea039cbb16b729f

File diff suppressed because one or more lines are too long

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/wayland
DESCRIPTION=xrandr clone for wlroots compositors
EAPI=8
HOMEPAGE=https://git.sr.ht/~emersion/wlr-randr
HOMEPAGE=https://sr.ht/~emersion/wlr-randr/
INHERIT=meson
KEYWORDS=~amd64
LICENSE=ISC
@@ -11,4 +11,4 @@ RDEPEND=dev-libs/wayland
SLOT=0
SRC_URI=https://git.sr.ht/~emersion/wlr-randr/archive/v0.3.0.tar.gz -> wlr-randr-0.3.0.tar.gz
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 meson 915ec7c25e08d7886558215e6809ca1e
_md5_=c342e524bfcca3c885b3c03ddbf4503a
_md5_=91bc550fe72b3d78c3e39565aaa76c56

View File

@@ -3,11 +3,11 @@ DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-libs/wayland
DESCRIPTION=xrandr clone for wlroots compositors
EAPI=8
HOMEPAGE=https://git.sr.ht/~emersion/wlr-randr
HOMEPAGE=https://sr.ht/~emersion/wlr-randr/
INHERIT=meson git-r3
LICENSE=ISC
PROPERTIES=live
RDEPEND=dev-libs/wayland
SLOT=0
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 meson 915ec7c25e08d7886558215e6809ca1e git-r3 27e13c09a4c7e4c78ac812f74727e676
_md5_=c342e524bfcca3c885b3c03ddbf4503a
_md5_=91bc550fe72b3d78c3e39565aaa76c56

View File

@@ -1,14 +0,0 @@
BDEPEND=|| ( >=dev-lang/python-3.10.9-r1:3.10 >=dev-lang/python-3.9.16-r1:3.9 ) app-arch/zopfli || ( ( >=dev-lang/python-3.10.9-r1:3.10 >=dev-python/fonttools-4.7.0[python_targets_python3_10(-)] >=dev-python/nototools-0.2.13[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.16-r1:3.9 >=dev-python/fonttools-4.7.0[python_targets_python3_9(-)] >=dev-python/nototools-0.2.13[python_targets_python3_9(-)] ) ) media-gfx/pngquant x11-libs/cairo || ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[png] ) X? ( >=x11-apps/mkfontscale-1.2.0 media-fonts/encodings )
DEFINED_PHASES=compile install postinst postrm prepare setup unpack
DESCRIPTION=A color emoji font with a flat visual style, designed and used by Twitter
EAPI=7
HOMEPAGE=https://twemoji.twitter.com
INHERIT=font python-any-r1
IUSE=X
KEYWORDS=~amd64
LICENSE=Apache-2.0 CC-BY-4.0 MIT OFL-1.1
RESTRICT=binchecks strip
SLOT=0
SRC_URI=https://github.com/googlefonts/noto-emoji/archive/refs/tags/v2.034.tar.gz -> twemoji-13.1.0-noto.tar.gz https://github.com/twitter/twemoji/archive/refs/tags/v13.1.0.tar.gz -> twemoji-13.1.0.tar.gz
_eclasses_=font aa113a3df9cd0a9693a1c1ee7c34a6eb eapi8-dosym 741bfa77afb2a9321261501aca58c208 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-any-r1 d2955aaac8daaaa69fcc6dc93ed19f29
_md5_=5bbb24070e0f8de3d9b7ea1b2dbe0174

View File

@@ -1,4 +1,4 @@
BDEPEND=|| ( >=dev-lang/python-3.10.9-r1:3.10 >=dev-lang/python-3.9.16-r1:3.9 ) app-arch/zopfli media-gfx/pngquant x11-libs/cairo || ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[png] ) || ( ( >=dev-lang/python-3.10.9-r1:3.10 >=dev-python/fonttools-4.7.0[python_targets_python3_10(-)] >=dev-python/nototools-0.2.13[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.16-r1:3.9 >=dev-python/fonttools-4.7.0[python_targets_python3_9(-)] >=dev-python/nototools-0.2.13[python_targets_python3_9(-)] ) ) X? ( >=x11-apps/mkfontscale-1.2.0 media-fonts/encodings )
BDEPEND=|| ( >=dev-lang/python-3.10.9-r1:3.10 >=dev-lang/python-3.9.16-r1:3.9 ) app-arch/zopfli media-gfx/pngquant x11-libs/cairo || ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[png] ) || ( ( >=dev-lang/python-3.10.9-r1:3.10 >=dev-python/fonttools-4.7.0[python_targets_python3_10(-)] >=dev-python/notofonttools-0.2.13[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.16-r1:3.9 >=dev-python/fonttools-4.7.0[python_targets_python3_9(-)] >=dev-python/notofonttools-0.2.13[python_targets_python3_9(-)] ) ) X? ( >=x11-apps/mkfontscale-1.2.0 media-fonts/encodings )
DEFINED_PHASES=compile install postinst postrm prepare setup unpack
DESCRIPTION=A color emoji font with a flat visual style, designed and used by Twitter
EAPI=8
@@ -11,4 +11,4 @@ RESTRICT=binchecks strip
SLOT=0
SRC_URI=https://github.com/googlefonts/noto-emoji/archive/refs/tags/v2.034.tar.gz -> twemoji-14.0.2-noto.tar.gz https://github.com/twitter/twemoji/archive/refs/tags/v14.0.2.tar.gz -> twemoji-14.0.2.tar.gz
_eclasses_=font aa113a3df9cd0a9693a1c1ee7c34a6eb multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-any-r1 d2955aaac8daaaa69fcc6dc93ed19f29
_md5_=d738e2650bb79a35155d3194124f5bfa
_md5_=2dc2bfd5bb2eae3b26e65c06e3fc7746

View File

@@ -7,5 +7,5 @@ KEYWORDS=~amd64
LICENSE=Unlicense
RDEPEND=app-misc/jq[oniguruma] dev-libs/openssl dev-util/dialog media-video/mpv net-misc/curl
SLOT=0
SRC_URI=https://github.com/yne/dzr/archive/refs/tags/221112.tar.gz -> dzr-221112.tar.gz
SRC_URI=https://github.com/yne/dzr/archive/refs/tags/230429.tar.gz -> dzr-230429.tar.gz
_md5_=19433c7a88bb029d3e1ad3ea65921aa3

View File

@@ -11,6 +11,6 @@ KEYWORDS=~amd64 ~x86
LICENSE=|| ( MIT Unlicense ) Apache-2.0 BSD-2 CC-BY-SA-4.0 OFL-1.1
RDEPEND=>=dev-libs/tfdn-1.4.0:=[ssl] X? ( x11-libs/libX11 ) fribidi? ( dev-libs/fribidi ) ncurses? ( >=dev-libs/sealcurses-2.0.18_pre20230206:= ) !ncurses? ( harfbuzz? ( media-libs/harfbuzz:=[truetype(+)] ) media-libs/libsdl2[X?,sound(+),video(+)] ) mp3? ( media-sound/mpg123 ) webp? ( media-libs/libwebp:= )
SLOT=0
SRC_URI=https://git.skyjake.fi/gemini/lagrange/releases/download/v1.15.7/lagrange-1.15.7.tar.gz verify-sig? ( https://git.skyjake.fi/gemini/lagrange/releases/download/v1.15.7/lagrange-1.15.7.tar.gz.sig )
SRC_URI=https://git.skyjake.fi/gemini/lagrange/releases/download/v1.15.9/lagrange-1.15.9.tar.gz verify-sig? ( https://git.skyjake.fi/gemini/lagrange/releases/download/v1.15.9/lagrange-1.15.9.tar.gz.sig )
_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 flag-o-matic 514815b1cc0dd4aeac177c2e812b3b1a multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 7fb5980de96325cbab639f5b2187357c verify-sig ed3712fa46ee0fdc2dbbad539e20ff26 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=bdc178a1faba02dbcbbf324f4c72b390

View File

@@ -6,11 +6,12 @@ HOMEPAGE=https://maestral.app
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=distutils-r1 xdg
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/click-8.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/desktop-notifier-3.3.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] =dev-python/dropbox-11*[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/fasteners-0.15[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/importlib-metadata[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/keyring-22.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/keyrings-alt-3.1.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/packaging[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pathspec-0.5.8[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/Pyro5-5.10[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/requests-2.16.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/rich[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] =dev-python/survey-3*[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/typing-extensions[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/watchdog-2.0.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/samschott/maestral/archive/refs/tags/v1.7.2.dev0.tar.gz -> maestral-1.7.2_rc0.gh.tar.gz
SRC_URI=https://github.com/samschott/maestral/archive/refs/tags/v1.7.2.tar.gz -> maestral-1.7.2.gh.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=a283210e08974c4a663348fc12935bcb

View File

@@ -7,9 +7,9 @@ INHERIT=desktop distutils-r1
IUSE=python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/click-8.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/markdown2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/packaging[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/PyQt6[widgets,gui,svg,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] =net-misc/maestral-1.7.1*[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
RDEPEND=>=dev-python/click-8.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/markdown2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/packaging[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/PyQt6[widgets,gui,svg,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=net-misc/maestral-1.7.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=https://github.com/samschott/maestral-qt/archive/refs/tags/v1.7.1.tar.gz -> maestral-qt-1.7.1.gh.tar.gz
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65
_md5_=8e8fd8b836bc4c5ea23dc897a95508f2
_md5_=f2afbdd703d31731b7e85a5fdf4ff9de

View File

@@ -0,0 +1,17 @@
BDEPEND=app-alternatives/lex app-alternatives/yacc dev-lang/perl virtual/pkgconfig test? ( dev-perl/Test-Pod ) verify-sig? ( >=sec-keys/openpgp-keys-russallbery-20230000 ) virtual/pkgconfig verify-sig? ( app-crypt/gnupg >=app-portage/gemato-16 )
DEFINED_PHASES=configure install postinst setup unpack
DEPEND=app-crypt/gnupg dev-lang/perl:= sys-libs/gdbm:= sys-libs/pam virtual/libcrypt:= virtual/mta bzip2? ( app-alternatives/bzip2 ) cancel-locks? ( net-libs/canlock:= ) gzip? ( app-alternatives/gzip ) kerberos? ( virtual/krb5 ) python? ( python_single_target_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) ) sasl? ( dev-libs/cyrus-sasl:2 ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl:= ) zlib? ( sys-libs/zlib:= )
DESCRIPTION=InterNetNews - the Internet meets Netnews
EAPI=8
HOMEPAGE=https://www.isc.org/othersoftware/#INN https://www.eyrie.org/~eagle/software/inn/ https://github.com/InterNetNews/inn
INHERIT=optfeature perl-functions python-single-r1 systemd tmpfiles verify-sig
IUSE=+bzip2 cancel-locks gzip kerberos low-memory python sasl sqlite ssl test zlib python_single_target_python3_9 python_single_target_python3_10 python_single_target_python3_11 verify-sig
KEYWORDS=~amd64
LICENSE=BSD BSD-2 BSD-4 GPL-2+ ISC MIT RSA powell public-domain
RDEPEND=app-crypt/gnupg dev-lang/perl:= sys-libs/gdbm:= sys-libs/pam virtual/libcrypt:= virtual/mta bzip2? ( app-alternatives/bzip2 ) cancel-locks? ( net-libs/canlock:= ) gzip? ( app-alternatives/gzip ) kerberos? ( virtual/krb5 ) python? ( python_single_target_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) ) sasl? ( dev-libs/cyrus-sasl:2 ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl:= ) zlib? ( sys-libs/zlib:= ) virtual/tmpfiles
REQUIRED_USE=python? ( ^^ ( python_single_target_python3_9 python_single_target_python3_10 python_single_target_python3_11 ) )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://downloads.isc.org/isc/inn/inn-2.7.1.tar.gz verify-sig? ( https://downloads.isc.org/isc/inn/inn-2.7.1.tar.gz.asc )
_eclasses_=optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 perl-functions c3fca037246e877693badea0df3b0ef8 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-single-r1 75118e916668a74c660a13b0ecb22562 systemd 5f4bb0758df2e483babf68cd517078ca tmpfiles 216aa76c3a6fcb5d893c23a0de86048f verify-sig ed3712fa46ee0fdc2dbbad539e20ff26
_md5_=aa1de12d834a2bf0744d50f67cca2f46

View File

@@ -0,0 +1,13 @@
BDEPEND=>=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5
DEFINED_PHASES=compile configure install postinst prepare test unpack
DEPEND=dev-libs/libsodium net-libs/czmq
DESCRIPTION=Decentralized pool for Monero mining
EAPI=8
HOMEPAGE=https://p2pool.io
INHERIT=cmake
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=BSD GPL-3+ ISC LGPL-3+ MIT
SLOT=0
SRC_URI=https://github.com/SChernykh/p2pool/archive/fcb62894a55c4eb00e662ab81d92a2742635ad74.tar.gz -> p2pool-3.3.tar.gz https://github.com/tevador/RandomX/archive/df7ee038c4cd2127d59afbe0953c89b61b445d93.tar.gz -> p2pool-3.3-randomx.tar.gz https://github.com/SChernykh/cppzmq/archive/c66fc6094b2a03439dea8469719e221e80e2e8e7.tar.gz -> p2pool-3.3-cppzmq.tar.gz https://github.com/SChernykh/curl/archive/046209e561b7e9b5aab1aef7daebf29ee6e6e8c7.tar.gz -> p2pool-3.3-curl.tar.gz https://github.com/SChernykh/libuv/archive/55077af4b50e13c5b7c02131ff16695685478fc8.tar.gz -> p2pool-3.3-libuv.tar.gz https://github.com/SChernykh/rapidjson/archive/914b772dfda5301dfa94309a114b207c67720d68.tar.gz -> p2pool-3.3-rapidjson.tar.gz https://github.com/SChernykh/robin-hood-hashing/archive/4213dd109f03b49c68b52074d929e6f221803bed.tar.gz -> p2pool-3.3-robin-hood-hashing.tar.gz https://github.com/SChernykh/miniupnp/archive/cb3650edba77d1cb3b0d612b7eccc5220049aa4f.tar.gz -> p2pool-3.3-miniupnp.tar.gz
_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 flag-o-matic 514815b1cc0dd4aeac177c2e812b3b1a multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 7fb5980de96325cbab639f5b2187357c
_md5_=a8347abf136e7740f616a47776486b19

View File

@@ -10,6 +10,6 @@ KEYWORDS=~amd64 ~x86
LICENSE=LGPL-3
RESTRICT=mirror test strip
SLOT=0
SRC_URI=https://github.com/trezor/trezord-go/archive/v2.0.33.tar.gz -> trezord-go-2.0.33.tar.gz mirror://goproxy//github.com/!burnt!sushi/toml/@v/v0.3.1.zip -> github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.zip mirror://goproxy//github.com/!burnt!sushi/toml/@v/v0.3.1.mod -> github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod mirror://goproxy//github.com/felixge/httpsnoop/@v/v1.0.1.zip -> github.com%2Ffelixge%2Fhttpsnoop%2F@v%2Fv1.0.1.zip mirror://goproxy//github.com/felixge/httpsnoop/@v/v1.0.1.mod -> github.com%2Ffelixge%2Fhttpsnoop%2F@v%2Fv1.0.1.mod mirror://goproxy//github.com/gorilla/csrf/@v/v1.7.0.zip -> github.com%2Fgorilla%2Fcsrf%2F@v%2Fv1.7.0.zip mirror://goproxy//github.com/gorilla/csrf/@v/v1.7.0.mod -> github.com%2Fgorilla%2Fcsrf%2F@v%2Fv1.7.0.mod mirror://goproxy//github.com/gorilla/handlers/@v/v1.5.1.zip -> github.com%2Fgorilla%2Fhandlers%2F@v%2Fv1.5.1.zip mirror://goproxy//github.com/gorilla/handlers/@v/v1.5.1.mod -> github.com%2Fgorilla%2Fhandlers%2F@v%2Fv1.5.1.mod mirror://goproxy//github.com/gorilla/mux/@v/v1.8.0.zip -> github.com%2Fgorilla%2Fmux%2F@v%2Fv1.8.0.zip mirror://goproxy//github.com/gorilla/mux/@v/v1.8.0.mod -> github.com%2Fgorilla%2Fmux%2F@v%2Fv1.8.0.mod mirror://goproxy//github.com/gorilla/securecookie/@v/v1.1.1.zip -> github.com%2Fgorilla%2Fsecurecookie%2F@v%2Fv1.1.1.zip mirror://goproxy//github.com/gorilla/securecookie/@v/v1.1.1.mod -> github.com%2Fgorilla%2Fsecurecookie%2F@v%2Fv1.1.1.mod mirror://goproxy//github.com/pkg/errors/@v/v0.9.1.zip -> github.com%2Fpkg%2Ferrors%2F@v%2Fv0.9.1.zip mirror://goproxy//github.com/pkg/errors/@v/v0.9.1.mod -> github.com%2Fpkg%2Ferrors%2F@v%2Fv0.9.1.mod mirror://goproxy//gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.zip -> gopkg.in%2Fcheck.v1%2F@v%2Fv0.0.0-20161208181325-20d25e280405.zip mirror://goproxy//gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod -> gopkg.in%2Fcheck.v1%2F@v%2Fv0.0.0-20161208181325-20d25e280405.mod mirror://goproxy//gopkg.in/natefinch/lumberjack.v2/@v/v2.0.0.zip -> gopkg.in%2Fnatefinch%2Flumberjack.v2%2F@v%2Fv2.0.0.zip mirror://goproxy//gopkg.in/natefinch/lumberjack.v2/@v/v2.0.0.mod -> gopkg.in%2Fnatefinch%2Flumberjack.v2%2F@v%2Fv2.0.0.mod mirror://goproxy//gopkg.in/yaml.v2/@v/v2.4.0.zip -> gopkg.in%2Fyaml.v2%2F@v%2Fv2.4.0.zip mirror://goproxy//gopkg.in/yaml.v2/@v/v2.4.0.mod -> gopkg.in%2Fyaml.v2%2F@v%2Fv2.4.0.mod
SRC_URI=https://github.com/trezor/trezord-go/archive/refs/tags/v2.0.33.tar.gz -> trezord-go-2.0.33.tar.gz mirror://goproxy//github.com/!burnt!sushi/toml/@v/v0.3.1.zip -> github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.zip mirror://goproxy//github.com/!burnt!sushi/toml/@v/v0.3.1.mod -> github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod mirror://goproxy//github.com/felixge/httpsnoop/@v/v1.0.1.zip -> github.com%2Ffelixge%2Fhttpsnoop%2F@v%2Fv1.0.1.zip mirror://goproxy//github.com/felixge/httpsnoop/@v/v1.0.1.mod -> github.com%2Ffelixge%2Fhttpsnoop%2F@v%2Fv1.0.1.mod mirror://goproxy//github.com/gorilla/csrf/@v/v1.7.0.zip -> github.com%2Fgorilla%2Fcsrf%2F@v%2Fv1.7.0.zip mirror://goproxy//github.com/gorilla/csrf/@v/v1.7.0.mod -> github.com%2Fgorilla%2Fcsrf%2F@v%2Fv1.7.0.mod mirror://goproxy//github.com/gorilla/handlers/@v/v1.5.1.zip -> github.com%2Fgorilla%2Fhandlers%2F@v%2Fv1.5.1.zip mirror://goproxy//github.com/gorilla/handlers/@v/v1.5.1.mod -> github.com%2Fgorilla%2Fhandlers%2F@v%2Fv1.5.1.mod mirror://goproxy//github.com/gorilla/mux/@v/v1.8.0.zip -> github.com%2Fgorilla%2Fmux%2F@v%2Fv1.8.0.zip mirror://goproxy//github.com/gorilla/mux/@v/v1.8.0.mod -> github.com%2Fgorilla%2Fmux%2F@v%2Fv1.8.0.mod mirror://goproxy//github.com/gorilla/securecookie/@v/v1.1.1.zip -> github.com%2Fgorilla%2Fsecurecookie%2F@v%2Fv1.1.1.zip mirror://goproxy//github.com/gorilla/securecookie/@v/v1.1.1.mod -> github.com%2Fgorilla%2Fsecurecookie%2F@v%2Fv1.1.1.mod mirror://goproxy//github.com/pkg/errors/@v/v0.9.1.zip -> github.com%2Fpkg%2Ferrors%2F@v%2Fv0.9.1.zip mirror://goproxy//github.com/pkg/errors/@v/v0.9.1.mod -> github.com%2Fpkg%2Ferrors%2F@v%2Fv0.9.1.mod mirror://goproxy//gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.zip -> gopkg.in%2Fcheck.v1%2F@v%2Fv0.0.0-20161208181325-20d25e280405.zip mirror://goproxy//gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod -> gopkg.in%2Fcheck.v1%2F@v%2Fv0.0.0-20161208181325-20d25e280405.mod mirror://goproxy//gopkg.in/natefinch/lumberjack.v2/@v/v2.0.0.zip -> gopkg.in%2Fnatefinch%2Flumberjack.v2%2F@v%2Fv2.0.0.zip mirror://goproxy//gopkg.in/natefinch/lumberjack.v2/@v/v2.0.0.mod -> gopkg.in%2Fnatefinch%2Flumberjack.v2%2F@v%2Fv2.0.0.mod mirror://goproxy//gopkg.in/yaml.v2/@v/v2.4.0.zip -> gopkg.in%2Fyaml.v2%2F@v%2Fv2.4.0.zip mirror://goproxy//gopkg.in/yaml.v2/@v/v2.4.0.mod -> gopkg.in%2Fyaml.v2%2F@v%2Fv2.4.0.mod
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 go-module 9c75e51a48520b2f01471c1f91762882 systemd 5f4bb0758df2e483babf68cd517078ca udev eec0bbab06977f1cfc5597269c1fa152
_md5_=ed37f6a5f1cffe940f0aba5e46802b4a
_md5_=792a3834c76765bd2f42acbf37b220c3

View File

@@ -5,5 +5,5 @@ HOMEPAGE=https://www.eyrie.org/~eagle/personal/contact.html
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86
LICENSE=public-domain
SLOT=0
SRC_URI=https://www.eyrie.org/~eagle/personal/82004173.txt -> openpgp-keys-russallbery-20220000.asc
_md5_=0eced93ecceb8f3bb0fc42906d8dc86d
SRC_URI=https://keys.openpgp.org/vks/v1/by-fingerprint/E784364E8DDE7BB370FBD9EAD15D313882004173 -> openpgp-keys-russallbery-20230000.asc
_md5_=08585c80856ff884c8cfcbab663bd4af

View File

@@ -500,7 +500,7 @@ dev-cpp/parallel-hashmap 1.3.8: Family of header-only, fast and memory-friendly
dev-cpp/pcg-cpp 0.98.1_p20210406-r1: Family of better random number generators
dev-cpp/plog 1.1.5_p20200501 1.1.6-r1: Portable, simple and extensible C++ logging library
dev-cpp/qt-jdenticon 0.3.0: Qt5 / C++14 Port of Jdenticon
dev-cpp/scitokens-cpp 0.7.1 0.7.3 1.0.0: A C++ implementation of the SciTokens library with a C library interface
dev-cpp/scitokens-cpp 0.7.3 1.0.0 1.0.1: A C++ implementation of the SciTokens library with a C library interface
dev-cpp/sprout 0_pre20190615: C++11/14 constexpr based Containers, Algorithms, Random numbers and others
dev-cpp/std-format 0_pre20220112-r1: A simple polyfill allowing you to use std::format
dev-cpp/tiny-dnn 1.0.0_alpha3-r2: header only, dependency-free deep learning framework in C++14
@@ -584,6 +584,7 @@ dev-lang/crystal-bin 1.8.0 1.8.1: The Crystal Programming Language
dev-lang/fbc 1.07.3 1.08.1: A free/open source, multi-platform BASIC compiler.
dev-lang/fbc-bootstrap 1.07.3 1.08.1: Bootstrap package for dev-lang/fbc
dev-lang/gleam 0.16.0: A statically typed functional language for the BEAM
dev-lang/gnu-apl 1.8: GNU interpreter for the APL programming language
dev-lang/hare 0_pre20230222 9999: The Hare systems programming language
dev-lang/harec 0_pre20230222 9999: The Hare compiler
dev-lang/opencilk 1.1: The OpenCilk concurrency platform for parallel programming
@@ -842,10 +843,11 @@ dev-python/base58 2.1.1-r1: Base58 and Base58Check implementation
dev-python/betamax-serializers 0.2.1: A set of third-party serializers for Betamax
dev-python/betterproto 2.0.0_beta4 2.0.0_beta5 9999: Better Protobuf / gRPC Support for Python
dev-python/beziers 0.4.0-r2: Bezier curve manipulation library
dev-python/bidict 0.22.0 0.22.1: The bidirectional mapping library for Python
dev-python/bidict 0.22.1: The bidirectional mapping library for Python
dev-python/billiard 4.0.2: Python multiprocessing fork
dev-python/bitbox02 5.3.0: Python API for communicating with the BitBox02 device
dev-python/blurhash 1.1.4: Pure-Python implementation of the blurhash algorithm
dev-python/booleanOperations 0.9.0-r2: Boolean operations on paths
dev-python/browserstack-local-python 1.2.3: Python bindings for BrowserStack Local
dev-python/bson 0.5.10: Independent BSON codec for Python that doesn't depend on MongoDB
dev-python/celery 5.3.0_beta1-r1 5.3.0_beta2: Asynchronous task queue/job queue based on distributed message passing
@@ -875,6 +877,7 @@ dev-python/dasbus 1.7: DBus library in Python 3
dev-python/dataclasses_json 0.5.7: Easily serialize Data Classes to and from JSON
dev-python/dateparser 1.1.7 1.1.8: Date parsing library designed to parse dates from HTML pages
dev-python/decopatch 1.4.9 1.4.10: Create decorators easily in python
dev-python/defcon 0.10.2: A set of UFO based objects for use in font editing applications
dev-python/desktop-notifier 3.4.3: desktop-notifier is a Python library for cross-platform desktop notifications
dev-python/devtools 0.10.0-r1: Dev tools for python
dev-python/digitalocean 1.17.0 1.17.0-r1: Digitalocean API access library
@@ -899,8 +902,8 @@ dev-python/flask-restx 0.5.1: Framework API development with Flask
dev-python/font-v 2.1.0-r1: Font version reporting and modification tool
dev-python/fontFeatures 1.7.4: Python library for manipulating OpenType font features
dev-python/fontMath 0.9.3: A collection of objects that implement fast font math
dev-python/fontParts 0.10.6: An API for interacting with the parts of fonts
dev-python/fontPens 0.2.4-r1: A collection of classes implementing the pen protocol for manipulating glyphs
dev-python/fontParts 0.10.6-r1: An API for interacting with the parts of fonts
dev-python/fontPens 0.2.4-r2: A collection of classes implementing the pen protocol for manipulating glyphs
dev-python/funcsigs 0.4: Python function signatures package for Python 2.6, 2.7 and 3.2+
dev-python/furl 2.1.3: URL parsing and manipulation made easy.
dev-python/futurist 2.4.1: Useful additions to futures, from the future
@@ -920,9 +923,9 @@ dev-python/google-cloud-storage 1.36.0: Google Cloud Storage API client library
dev-python/googletrans 4.0.0_rc1: Free Google Translate API for Python. Translates totally free of charge.
dev-python/googletransx 2.4.2-r2: Free Google Translate API for Python. Translates totally free of charge.
dev-python/gpxpy 1.5.0: GPX file parser and GPS track manipulation library
dev-python/graphene 3.0.0: GraphQL Framework for Python
dev-python/graphql-core 3.1.6 3.2.3: Python port of GraphQL.js, the JavaScript reference implementation for GraphQL
dev-python/graphql-relay 3.1.0: Relay library for graphql-core-next
dev-python/graphene 3.0.0 3.2.2: GraphQL Framework for Python
dev-python/graphql-core 3.2.3: Python port of GraphQL.js, the JavaScript reference implementation for GraphQL
dev-python/graphql-relay 3.1.0 3.2.0: Relay library for graphql-core
dev-python/griffe 0.25.4: Signatures for entire Python programs.
dev-python/grpclib 0.4.2 0.4.3: Pure-Python gRPC implementation for asyncio
dev-python/guidata 2.3.0: Library for user interfaces for easy dataset editing and display
@@ -980,21 +983,21 @@ dev-python/multipart 0.2.4: Multipart parser for Python 3
dev-python/nkdfu 0.2: Python DFU tool for updating Nitrokeys' firmware
dev-python/noiseprotocol 0.3.1: Python implementation of Noise Protocol Framework
dev-python/notion-client 2.0.0: Python client for the official Notion API
dev-python/olm 3.2.14-r4: Python bindings for dev-libs/olm
dev-python/notofonttools 0.2.17-r1: Noto fonts support tools and scripts plus web site generation
dev-python/olm 3.2.14-r5: Python bindings for dev-libs/olm
dev-python/openstep-plist 0.3.0_p1: ASCII plist parser written in Cython
dev-python/opentracing 2.4.0: OpenTracing API for Python
dev-python/opentypespec 1.9.1: Data derived from the OpenType specification
dev-python/orderedmultidict 1.0.1: Ordered Multivalue Dictionary. Helps power furl.
dev-python/os-api-ref 2.3.0: Sphinx Extensions to support API reference sites in OpenStack
dev-python/oscrypto 1.3.0-r1: TLS sockets, key generation, encryption, decryption, signing, verification
dev-python/oslo-policy 3.10.1: Support for RBAC policy enforcement across all OpenStack services
dev-python/ots-python 8.2.1: A Python wrapper for OpenType Sanitizer
dev-python/parsel 1.7.0: Utility to extract data from XML/HTML documents using XPath or CSS selectors
dev-python/pdm 2.4.9 2.5.1: Modern Python package and dependency manager supporting latest PEP standards
dev-python/pem 21.2.0: Easy PEM file parsing in Python
dev-python/persist-queue 0.8.0: A thread-safe disk based persistent queue in Python
dev-python/persistent 5.0: automatic persistence for Python objects
dev-python/pg8000 1.29.1 1.29.2: A Pure-Python PostgreSQL Driver
dev-python/pg8000 1.29.2 1.29.4: PostgreSQL interface library
dev-python/phx-class-registry 3.0.5-r1: An intersection of the Registry and Factory pattern
dev-python/pifpaf 3.1.5: Python fixtures and daemon managing tools for functional testing
dev-python/pip-api 0.0.30: An unofficial, importable pip API
@@ -1124,7 +1127,7 @@ dev-python/ufmt 1.3.3: Safe, atomic formatting with black and usort
dev-python/ufo2ft 2.27.0: A bridge from UFOs to FontTool objects
dev-python/ufoLib2 0.13.1: A UFO font library
dev-python/ufoNormalizer 0.6.1: A tool that will normalize the XML and other data inside of a UFO
dev-python/ufoProcessor 1.9.0-r1: A Python package for processing and generating UFO files
dev-python/ufoProcessor 1.9.0-r2: Read, write and generate UFOs with designspace data
dev-python/uharfbuzz 0.33.0-r1: Streamlined Cython bindings for the HarfBuzz shaping engine
dev-python/ukpostcodeparser 1.1.2-r1: UK postcode parser library
dev-python/unearth 0.8.1 0.9.0: A utility to fetch and download python packages
@@ -1367,7 +1370,8 @@ gui-apps/someblocks 1.0.0 1.0.1 9999: Modular status bar for somebar written in
gui-apps/sway-launcher-desktop 1.5.4: TUI Application launcher with Desktop Entry support
gui-apps/swaykbdd 1.0: Per-window keyboard layout switcher for Sway
gui-apps/swaylock-effects 1.6.2 1.6.3 9999: Swaylock, with fancy effects
gui-apps/swaync 0.7.3: A simple notification daemon with a GTK gui for notifications and control center
gui-apps/swaync 0.7.3 0.8.0: A simple notification daemon with a GTK gui for notifications and control center
gui-apps/sworkstyle 1.3.3: Dynamically rename Sway workspaces to indicate active programs
gui-apps/swww 0.7.3: Efficient animated wallpaper daemon for wayland, controlled at runtime
gui-apps/szyszka 1.0.0: Simple, powerful and easy to use file renamer
gui-apps/tessen 2.2.1-r1: an interactive menu to autotype and copy pass and gopass data
@@ -1423,7 +1427,7 @@ media-fonts/robotomono-nerdfont 2.2.2: A free and open-source typeface for devel
media-fonts/source-han-mono 1.002: Pan-CJK OpenType/CFF mono font family
media-fonts/source-han-serif 1.001 2.001: Pan-CJK OpenType/CFF font family
media-fonts/symbola 7.17 13.00: Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks
media-fonts/twemoji 13.1.0 14.0.2: A color emoji font with a flat visual style, designed and used by Twitter
media-fonts/twemoji 14.0.2: A color emoji font with a flat visual style, designed and used by Twitter
media-fonts/ubuntumono-nerdfont 2.2.2: A free and open-source typeface for developers
media-fonts/unscii 2.1: Set of bitmapped Unicode fonts based on classic system fonts
media-fonts/victor-mono 1.5.4 1.5.5: A free programming font with cursive italics and ligatures
@@ -1479,7 +1483,7 @@ media-sound/add64 3.8.0 3.9.3: Add64 is a realtime additive/subtractive-synthesi
media-sound/amberol 0.9.2: Simple GUI Music Player
media-sound/callaudiod 0.1.6 0.1.7: Call audio routing daemon
media-sound/drumgizmo 0.9.20 9999: Cross-platform drum plugin and stand-alone application
media-sound/dzr 221112: DZR: the command line deezer.com player
media-sound/dzr 230429: DZR: the command line deezer.com player
media-sound/helvum 0.3.4 0.3.4-r2: A GTK patchbay for pipewire
media-sound/hushboard 0.0_pre20220518 9999: Mutes your microphone while you are typing
media-sound/ibniz 1.18-r1: virtual machine designed for extremely compact low-level audiovisual programs
@@ -1533,7 +1537,7 @@ net-analyzer/munin-plugins-mendix 23_p20210510: This package provides various pl
net-client/amfora 1.8.0 1.9.2: A fancy terminal browser for the Gemini protocol.
net-client/castor 0.8.18 0.9.0: A graphical browser for plain-text protocols
net-client/kristall 0.3-r2 0.4: Visual cross-platform gemini browser
net-client/lagrange 1.15.7 1.15.8: Desktop GUI client for browsing Geminispace
net-client/lagrange 1.15.8 1.15.9: Desktop GUI client for browsing Geminispace
net-client/offpunk 1.8 1.9.1: Offline-First Gemini/Web/Gopher/RSS reader and browser
net-client/starfish 1.2.0 1.3.1: A Gemini browser for elementary OS
net-client/telescope 0.7.1 0.8.1: w3m-like browser for Gemini
@@ -1598,8 +1602,8 @@ net-misc/giara 1.0.1 1.1.0: An app for Reddit
net-misc/gmid 1.8.5 1.8.6 9999: Simple and secure Gemini server
net-misc/gnome-ssh-askpass 9.2_p1: GTK-based passphrase dialog for use with OpenSSH
net-misc/lyrics-in-terminal 1.5.0: Command Line Lyrics fetcher for MPRIS media players
net-misc/maestral 1.5.3 1.7.1 1.7.2_rc0: Maestral is an open-source Dropbox client written in Python
net-misc/maestral-qt 1.5.3 1.7.1: Maestral is an open-source Dropbox client written in Python
net-misc/maestral 1.5.3 1.7.1 1.7.2: Maestral is an open-source Dropbox client written in Python
net-misc/maestral-qt 1.5.3 1.7.1-r1: Maestral is an open-source Dropbox client written in Python
net-misc/mastorss 0.13.0 0.13.1 9999: Another RSS to Mastodon bot
net-misc/megasync 4.3.8.0 4.5.0.0 9999: The official Qt-based program for syncing your MEGA account in your PC
net-misc/moonlight 4.3.1: GameStream client for PCs
@@ -1621,14 +1625,14 @@ net-misc/xmrig-mo 6.16.2 6.16.3 6.16.4 6.16.5 6.18.0 6.18.1 6.19.0 6.19.1 6.19.2
net-misc/yacy 1.924.20210209.10069: YaCy - p2p based distributed web-search engine
net-news/comitium 1.8.1: feed aggregator for gemini supporting many formats and protocols
net-news/communique 1.2.0: RSS Reader with cross-platform sync
net-nntp/inn 2.6.5: InterNetNews -- the Internet meets Netnews
net-nntp/inn 2.6.5 2.7.1: InterNetNews - the Internet meets Netnews
net-nntp/pan 0.154-r1: A newsreader for GNOME
net-p2p/bisq-bin 1.9.9: The decentralized bitcoin exchange (non-atomic, with arbitration)
net-p2p/feather 2.2.3 2.3.0 2.4.1_pre20230301 2.4.2 2.4.5 9999: A free, open-source Monero wallet
net-p2p/fragments 2.1-r1: Fragments is an easy to use BitTorrent client
net-p2p/ipfs-cluster 1.0.1 1.0.2: Pinset orchestration for IPFS
net-p2p/monero 0.17.2.0 0.17.2.3 0.17.3.0 0.17.3.2 0.18.1.0 0.18.1.1 0.18.1.2 0.18.2.0 0.18.2.2 9999: The secure, private, untraceable cryptocurrency
net-p2p/p2pool 2.7 3.0 3.1 3.2 9999: Decentralized pool for Monero mining
net-p2p/p2pool 2.7 3.0 3.1 3.2 3.3 9999: Decentralized pool for Monero mining
net-p2p/popura 0.4.6 9999: Popura: alternative Yggdrasil network client
net-p2p/trezord-go 2.0.33: TREZOR Communication Daemon
net-p2p/yggdrasil-go 0.4.7 9999: An experiment in scalable routing as an encrypted IPv6 overlay network
@@ -1737,7 +1741,7 @@ sci-physics/mbdyn 1.7.3_p20210925-r1: A general purpose Multibody Dynamics analy
sec-keys/openpgp-keys-aepaneshnikov 20221210: OpenPGP keys used by Alexander Epaneshnikov
sec-keys/openpgp-keys-emersion 20230421: OpenPGP keys used by Simon Ser
sec-keys/openpgp-keys-jvoisin 20230224: OpenPGP keys used by Julien Voisin
sec-keys/openpgp-keys-russallbery 20220000: OpenPGP keys used by Russ Allbery (Eagle)
sec-keys/openpgp-keys-russallbery 20230000: OpenPGP keys used by Russ Allbery (Eagle)
sec-keys/openpgp-keys-skyjake 20211224: OpenPGP keys used by Jaakko Keranen
sec-keys/signify-keys-gmid 1.7 1.8: Signify keys used to sign gmid releases
sec-keys/signify-keys-telescope 0.7 0.8: Signify keys used to sign telescope releases

View File

@@ -1 +1 @@
Fri, 28 Apr 2023 18:03:53 +0000
Mon, 01 May 2023 09:33:48 +0000

View File

@@ -72,6 +72,13 @@ dev-embedded/rauc:network - Add network update support
dev-embedded/rauc:service - Add dbus service
dev-embedded/yosys:abc - Build with Berkeley ABC support
dev-java/jogl:cg - Enable NVidia Cg binding.
dev-lang/gnu-apl:erlang - Build the Erlang interface
dev-lang/gnu-apl:gtk3 - Include the interface to gtk3
dev-lang/gnu-apl:libapl - Build as a shared library rather than an executable
dev-lang/gnu-apl:pcre2 - Enable pcre2
dev-lang/gnu-apl:postgresql - Use postrgesql
dev-lang/gnu-apl:python - Build the Python extension lib_gnu_apl.so
dev-lang/gnu-apl:sqlite3 - Use sqlite3
dev-lang/quickjs:lto - Enable Link Time Optimizations (improves performance and decreases size of executables)
dev-libs/KVTree:fcntl - Set the type of file locking to fcntl.
dev-libs/KVTree:flock - Set the type of file locking to flock.
@@ -508,7 +515,7 @@ net-misc/xmrig-mo:donate - Set the default donation level to 1% instead of 0
net-misc/xmrig-mo:hwloc - Use sys-apps/hwloc for CPU affinity support
net-misc/xmrig-mo:opencl - Enable OpenCL support
net-misc/yacy:openrc - Install an openrc runscript
net-nntp/inn:gzip - Compress logs using gzip
net-nntp/inn:cancel-locks - Enable Cancel-Lock header functionality
net-nntp/inn:keywords - Enable automatic innd keyword generation
net-nntp/inn:largefile - Support files larger than 2GB
net-nntp/inn:low-memory - Use tagged hash table for history to reduce memory footprint