2022-06-08 18:03:04 UTC

This commit is contained in:
Repository mirror & CI
2022-06-08 18:03:04 +00:00
parent 4cb298de06
commit c750a77575
45 changed files with 437 additions and 152 deletions

View File

@@ -0,0 +1,13 @@
BDEPEND=>=dev-lang/go-1.16 app-arch/unzip
DEFINED_PHASES=install unpack
DESCRIPTION=Render markdown on the CLI, with pizzazz!
EAPI=8
HOMEPAGE=https://github.com/charmbracelet/glow
INHERIT=go-module
KEYWORDS=~amd64
LICENSE=Apache-2.0 BSD-2 BSD MIT MPL-2.0
RESTRICT=strip
SLOT=0
SRC_URI=https://github.com/charmbracelet/glow/archive/refs/tags/v1.4.1.tar.gz -> glow-1.4.1.tar.gz https://github.com/telans/distfiles/raw/main/app-misc/glow/glow-1.4.1-deps.tar.xz
_eclasses_=go-module a13d34fe4e2996720e1ca6c53b9ea95a
_md5_=980732b033fccb3ecfb3420e47a7d339

File diff suppressed because one or more lines are too long

View File

@@ -3,12 +3,10 @@ DEFINED_PHASES=compile configure install test
DESCRIPTION=C++ utility library
EAPI=8
HOMEPAGE=https://www.codesynthesis.com/projects/libcutl/
INHERIT=edo multiprocessing
IUSE=test
INHERIT=build2
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://pkg.cppget.org/1/beta/libcutl/libcutl-1.11.0-b.9.tar.gz
_eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730
_md5_=05ccb746b03ce2e1164e26c1e7429aff
_eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 build2 16f6c3f422c0f5bb3cec7de6c39532bd
_md5_=7ac84e212312dd910e8522719c4b80fe

View File

@@ -3,12 +3,10 @@ DEFINED_PHASES=compile configure install test
DESCRIPTION=Streaming XML pull parser/serializer for modern C++
EAPI=8
HOMEPAGE=https://www.codesynthesis.com/projects/libstudxml/
INHERIT=multiprocessing
IUSE=test
INHERIT=build2
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://pkg.cppget.org/1/beta/libstudxml/libstudxml-1.1.0-b.10.tar.gz
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730
_md5_=32cff7ed28679a78a0cd076cac7cf1df
_eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 build2 16f6c3f422c0f5bb3cec7de6c39532bd
_md5_=3871ddbdf2ef7b33be5d2d4b66eb611b

View File

@@ -11,6 +11,6 @@ LICENSE=BSD
RDEPEND=atl? ( dev-libs/atl ) dev-libs/dill
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/GTKorvo/ffs/archive/refs/tags/v1.6.0.tar.gz -> ffs-1.6.0.gh.tar.gz
SRC_URI=https://github.com/GTKorvo/ffs/archive/25f9621a8a983f0e4e85a694290ab9624dd2c2bc.tar.gz -> ffs-1.6.0_p20220525.gh.tar.gz
_eclasses_=toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 58ec4e54962bf45d065fb95030701514 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 90e2b29417d53718328f3a95227137a0
_md5_=7c5cfdfe70ee1582af4bd0b103e0043d
_md5_=aa310fc554a1e147a1a20207ce234cf9

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/marshmallow-3.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/marshmallow_enum-1.5.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/typing_inspect-0.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-7.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) >=dev-python/gpep517-3[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-60.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/wheel[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/marshmallow-3.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/marshmallow_enum-1.5.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/typing_inspect-0.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] test? ( dev-python/hypothesis[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/mypy-0.710[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] )
DESCRIPTION=Easily serialize Data Classes to and from JSON
EAPI=8
HOMEPAGE=https://github.com/lidatong/dataclasses-json
INHERIT=distutils-r1
IUSE=test test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/marshmallow-3.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/marshmallow_enum-1.5.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/typing_inspect-0.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://github.com/lidatong/dataclasses-json/archive/refs/tags/v0.5.7.tar.gz -> dataclasses_json-0.5.7.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 197b6711aac35c87e9536c55ad3b909d
_md5_=239f1cd19b82037839fc4b886b53bc43

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/hypothesis-5.41.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/lark-0.7.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/libcst-0.3.8[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-7.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/hypothesis-5.41.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/lark-0.7.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/libcst-0.3.8[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] test? ( dev-python/black[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/parso[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pytest-xdist[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] )
DESCRIPTION=Hypothesis strategies for generating Python programs
EAPI=8
HOMEPAGE=https://github.com/Zac-HD/hypothesmith
INHERIT=distutils-r1
IUSE=test test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MPL-2.0
RDEPEND=>=dev-python/hypothesis-5.41.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/lark-0.7.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/libcst-0.3.8[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/h/hypothesmith/hypothesmith-0.2.0.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 197b6711aac35c87e9536c55ad3b909d
_md5_=04ee12049da3a9e65adacffba5837b27

View File

@@ -1,16 +0,0 @@
BDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/requests[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/urllib3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/websocket-client[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/six[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=Python API client for Jellyfin
EAPI=7
HOMEPAGE=https://github.com/iwalton3/jellyfin-apiclient-python
INHERIT=distutils-r1
IUSE=python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=GPL-3
RDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 )
SLOT=0
SRC_URI=mirror://pypi/j/jellyfin-apiclient-python/jellyfin-apiclient-python-1.6.2.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 197b6711aac35c87e9536c55ad3b909d
_md5_=6cf90f9c06e9ee2e409871f8b57ff4f9

View File

@@ -1,16 +0,0 @@
BDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/requests[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/urllib3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/websocket-client[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/six[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=Python API client for Jellyfin
EAPI=7
HOMEPAGE=https://github.com/jellyfin/jellyfin-apiclient-python
INHERIT=distutils-r1
IUSE=python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=GPL-3
RDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 )
SLOT=0
SRC_URI=mirror://pypi/j/jellyfin-apiclient-python/jellyfin-apiclient-python-1.7.2.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 197b6711aac35c87e9536c55ad3b909d
_md5_=cdb15e72f5beb0cdec2bbf1063440832

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/marshmallow-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta1-r1:3.11 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/marshmallow-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DESCRIPTION=Enum handling for Marshmallow
EAPI=8
HOMEPAGE=https://github.com/justanr/marshmallow_enum
INHERIT=distutils-r1
IUSE=test test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/marshmallow-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://github.com/justanr/marshmallow_enum/archive/refs/tags/v1.5.1.tar.gz -> marshmallow_enum-1.5.1.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 197b6711aac35c87e9536c55ad3b909d
_md5_=fb4d4b8e2726934560e9d10d40edaa97

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/click[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/unittest-or-fail[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta1-r1:3.11 ) >=dev-python/gpep517-3[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-60.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/wheel[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/click[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] test? ( dev-python/parameterized[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] )
DESCRIPTION=Wrapper to make difflib.unified_diff more fun to use
EAPI=8
HOMEPAGE=https://github.com/thatch/moreorless
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/click[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/m/moreorless/moreorless-0.4.0.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 197b6711aac35c87e9536c55ad3b909d
_md5_=b348a8f96a21a37f584213dd8e59ffc4

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/argon2-cffi-19.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/construct-2.10.54[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/future-0.18.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/lxml-4.3.5[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pycryptodome-3.8.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/python-dateutil-2.8.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-7.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/argon2-cffi-19.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/construct-2.10.54[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/future-0.18.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/lxml-4.3.5[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pycryptodome-3.8.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/python-dateutil-2.8.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=Python library to interact with keepass databases (supports KDBX3 and KDBX4)
EAPI=7
HOMEPAGE=https://github.com/libkeepass/pykeepass
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=>=dev-python/argon2-cffi-19.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/construct-2.10.54[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/future-0.18.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/lxml-4.3.5[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pycryptodome-3.8.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/python-dateutil-2.8.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/libkeepass/pykeepass/archive/4.0.0.tar.gz -> pykeepass-4.0.0.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 197b6711aac35c87e9536c55ad3b909d
_md5_=cb9f024ff23ea5f8e39172c2b8e867e1

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/argon2-cffi-19.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/construct-2.10.54[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/future-0.18.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/lxml-4.3.5[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pycryptodome-3.8.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/python-dateutil-2.8.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-7.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/argon2-cffi-19.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/construct-2.10.54[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/future-0.18.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/lxml-4.3.5[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pycryptodome-3.8.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/python-dateutil-2.8.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=Python library to interact with keepass databases (supports KDBX3 and KDBX4)
EAPI=8
HOMEPAGE=https://github.com/libkeepass/pykeepass
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=>=dev-python/argon2-cffi-19.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/construct-2.10.54[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/future-0.18.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/lxml-4.3.5[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pycryptodome-3.8.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/python-dateutil-2.8.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/libkeepass/pykeepass/archive/4.0.1.tar.gz -> pykeepass-4.0.1.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 197b6711aac35c87e9536c55ad3b909d
_md5_=f28c7c69f8147b2021bc65db95408635

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/argon2-cffi-19.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/construct-2.10.54[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/future-0.18.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/lxml-4.3.5[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pycryptodome-3.8.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/python-dateutil-2.8.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-7.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/argon2-cffi-19.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/construct-2.10.54[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/future-0.18.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/lxml-4.3.5[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pycryptodome-3.8.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/python-dateutil-2.8.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DESCRIPTION=Python library to interact with keepass databases (supports KDBX3 and KDBX4)
EAPI=8
HOMEPAGE=https://github.com/libkeepass/pykeepass
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=>=dev-python/argon2-cffi-19.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/construct-2.10.54[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/future-0.18.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/lxml-4.3.5[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pycryptodome-3.8.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/python-dateutil-2.8.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/libkeepass/pykeepass/archive/v4.0.2.tar.gz -> pykeepass-4.0.2.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 197b6711aac35c87e9536c55ad3b909d
_md5_=7f8cee7dba7f7e14832e36664faa6877

View File

@@ -0,0 +1,16 @@
BDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) >=dev-python/gpep517-3[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-60.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/wheel[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/dataclasses_json[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DESCRIPTION=Python library for working with files found in the SkyWater PDK
EAPI=8
HOMEPAGE=https://github.com/google/skywater-pdk
INHERIT=distutils-r1
IUSE=python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-python/dataclasses_json[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
SLOT=0
SRC_URI=https://github.com/google/skywater-pdk/archive/5a57f505cd4cd65d10e9f37dd2d259a526bc9bf7.tar.gz -> skywater-pdk-0.0.0_p20220424.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 197b6711aac35c87e9536c55ad3b909d
_md5_=76f7a62e3ca864c20741e7ce811ab90a

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/unittest-or-fail[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta1-r1:3.11 ) >=dev-python/gpep517-3[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/flit_core-3.7.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=What's in the Python stdlib
EAPI=8
HOMEPAGE=https://github.com/omnilib/stdlibs/
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/s/stdlibs/stdlibs-2022.3.16.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 197b6711aac35c87e9536c55ad3b909d
_md5_=ec56710187d57aa89158b5dd0fc654e4

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/pathspec[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/unittest-or-fail[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta1-r1:3.11 ) >=dev-python/gpep517-3[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/flit_core-3.7.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/pathspec[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DESCRIPTION=Walk paths and run things
EAPI=8
HOMEPAGE=https://github.com/omnilib/trailrunner
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/pathspec[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/t/trailrunner/trailrunner-1.2.1.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 197b6711aac35c87e9536c55ad3b909d
_md5_=edbb06087e106e2198c64fe524978dba

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/mypy_extensions-0.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/typing-extensions-3.7.4.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-7.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/mypy_extensions-0.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/typing-extensions-3.7.4.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DESCRIPTION=Runtime inspection utilities for Python typing module
EAPI=8
HOMEPAGE=https://github.com/ilevkivskyi/typing_inspect
INHERIT=distutils-r1
IUSE=test test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/mypy_extensions-0.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/typing-extensions-3.7.4.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/t/typing_inspect/typing_inspect-0.7.1.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 197b6711aac35c87e9536c55ad3b909d
_md5_=96c01e51159da759ce62b609815a40e2

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/black-20.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/moreorless-0.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/tomlkit-0.7.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/trailrunner-1.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/typing-extensions-4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/usort-1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/unittest-or-fail[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) >=dev-python/gpep517-3[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/flit_core-3.7.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/black-20.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/moreorless-0.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/tomlkit-0.7.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/trailrunner-1.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/typing-extensions-4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/usort-1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DESCRIPTION=Safe, atomic formatting with black and usort
EAPI=8
HOMEPAGE=https://github.com/omnilib/ufmt/
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/black-20.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/moreorless-0.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/tomlkit-0.7.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/trailrunner-1.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/typing-extensions-4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/usort-1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/u/ufmt/ufmt-1.3.3.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 197b6711aac35c87e9536c55ad3b909d
_md5_=0d9f44961d7e3c8680bae84a6165a28b

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/attrs[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/click[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/libcst[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/stdlibs[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/moreorless[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/toml[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/trailrunner[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/unittest-or-fail[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) >=dev-python/gpep517-3[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-60.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/wheel[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/attrs[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/click[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/libcst[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/stdlibs[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/moreorless[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/toml[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/trailrunner[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] test? ( dev-python/volatile[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] )
DESCRIPTION=Safe, minimal import sorting for Python projects
EAPI=8
HOMEPAGE=https://github.com/facebookexperimental/usort/
INHERIT=distutils-r1
IUSE=test test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/attrs[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/click[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/libcst[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/stdlibs[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/moreorless[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/toml[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/trailrunner[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/u/usort/usort-1.0.2.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 197b6711aac35c87e9536c55ad3b909d
_md5_=d8f8c90909cbd1156db2656bf32e2858

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-python/pytest-7.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta1-r1:3.11 ) >=dev-python/gpep517-3[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-60.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/wheel[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=A small extension for the tempfile module
EAPI=8
HOMEPAGE=https://github.com/mbr/volatile
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/mbr/volatile/archive/refs/tags/2.1.0.tar.gz -> volatile-2.1.0.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 197b6711aac35c87e9536c55ad3b909d
_md5_=7accc2e1ce7866127f91a1e764b7344e

File diff suppressed because one or more lines are too long

View File

@@ -13,4 +13,4 @@ RDEPEND=cubeb? ( media-libs/cubeb ) !hle-sound? ( media-libs/fdk-aac ) hle-sound
REQUIRED_USE=|| ( qt5 sdl )
SLOT=0
_eclasses_=toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 58ec4e54962bf45d065fb95030701514 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 90e2b29417d53718328f3a95227137a0 git-r3 b9ac6f96d2a88edb5b351df634dc5e53 xdg 6024fbc93167fad782e2032933654857
_md5_=9498a45a7543fdc480a1322b3c7d4653
_md5_=2ab51d1663d196ad7729152ba6ecc9ef

View File

@@ -12,4 +12,4 @@ PROPERTIES=live
RDEPEND=alsa? ( media-libs/alsa-lib ) faudio? ( app-emulation/faudio ) pulseaudio? ( media-sound/pulseaudio ) app-arch/p7zip dev-libs/libevdev dev-libs/pugixml media-libs/cubeb media-libs/libpng media-libs/openal sys-libs/zlib
SLOT=0
_eclasses_=toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 58ec4e54962bf45d065fb95030701514 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 90e2b29417d53718328f3a95227137a0 git-r3 b9ac6f96d2a88edb5b351df634dc5e53 xdg 6024fbc93167fad782e2032933654857
_md5_=2026449ce321622f12dfbb700ffe5e17
_md5_=8592ab26ec75ef27e9a4814f510827b1

View File

@@ -1,6 +1,6 @@
BDEPEND=>=dev-cpp/catch-2.13:0 >=dev-cpp/nlohmann_json-3.8.0 dev-cpp/robin-map dev-util/glslang discord? ( >=dev-libs/rapidjson-1.1.0 ) dev-util/ninja >=dev-util/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack
DEPEND=>=app-arch/lz4-1.8:= >=app-arch/zstd-1.5 >=dev-libs/boost-1.73:=[context] >=dev-libs/libfmt-8:= >=dev-libs/openssl-1.1:= >=media-libs/opus-1.3.1 >=media-video/ffmpeg-4.3:= >=sys-libs/zlib-1.2 net-libs/mbedtls[cmac] virtual/libusb:1 cubeb? ( media-libs/cubeb ) qt5? ( >=dev-qt/qtcore-5.15:5 >=dev-qt/qtgui-5.15:5 >=dev-qt/qtwidgets-5.15:5 ) sdl? ( >=media-libs/libsdl2-2.0.18 >=dev-libs/inih-52 ) dev-util/spirv-headers system-vulkan? ( >=dev-util/vulkan-headers-1.2.198 )
DEPEND=>=app-arch/zstd-1.5 >=dev-libs/libfmt-8:= >=dev-libs/openssl-1.1:= >=media-video/ffmpeg-4.3:= app-arch/lz4:= dev-libs/boost:=[context] media-libs/opus net-libs/mbedtls[cmac] sys-libs/zlib virtual/libusb:1 cubeb? ( media-libs/cubeb ) qt5? ( >=dev-qt/qtcore-5.15:5 >=dev-qt/qtgui-5.15:5 >=dev-qt/qtwidgets-5.15:5 ) sdl? ( >=media-libs/libsdl2-2.0.18 >=dev-libs/inih-52 ) dev-util/spirv-headers system-vulkan? ( dev-util/vulkan-headers )
DESCRIPTION=An emulator for Nintendo Switch
EAPI=8
HOMEPAGE=https://yuzu-emu.org
@@ -9,8 +9,8 @@ INHERIT=cmake git-r3 toolchain-funcs xdg
IUSE=+compatibility-list +cubeb discord +qt5 sdl system-vulkan webengine +webservice
LICENSE=|| ( Apache-2.0 GPL-2+ ) 0BSD BSD GPL-2+ ISC MIT !system-vulkan? ( Apache-2.0 )
PROPERTIES=live
RDEPEND=>=app-arch/lz4-1.8:= >=app-arch/zstd-1.5 >=dev-libs/boost-1.73:=[context] >=dev-libs/libfmt-8:= >=dev-libs/openssl-1.1:= >=media-libs/opus-1.3.1 >=media-video/ffmpeg-4.3:= >=sys-libs/zlib-1.2 net-libs/mbedtls[cmac] virtual/libusb:1 cubeb? ( media-libs/cubeb ) qt5? ( >=dev-qt/qtcore-5.15:5 >=dev-qt/qtgui-5.15:5 >=dev-qt/qtwidgets-5.15:5 ) sdl? ( >=media-libs/libsdl2-2.0.18 >=dev-libs/inih-52 )
RDEPEND=>=app-arch/zstd-1.5 >=dev-libs/libfmt-8:= >=dev-libs/openssl-1.1:= >=media-video/ffmpeg-4.3:= app-arch/lz4:= dev-libs/boost:=[context] media-libs/opus net-libs/mbedtls[cmac] sys-libs/zlib virtual/libusb:1 cubeb? ( media-libs/cubeb ) qt5? ( >=dev-qt/qtcore-5.15:5 >=dev-qt/qtgui-5.15:5 >=dev-qt/qtwidgets-5.15:5 ) sdl? ( >=media-libs/libsdl2-2.0.18 >=dev-libs/inih-52 )
REQUIRED_USE=|| ( qt5 sdl )
SLOT=0
_eclasses_=toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 58ec4e54962bf45d065fb95030701514 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 90e2b29417d53718328f3a95227137a0 git-r3 b9ac6f96d2a88edb5b351df634dc5e53 xdg 6024fbc93167fad782e2032933654857
_md5_=842255f473358f85cd1a5d8b12c42c56
_md5_=f597d7ad975eded77fd07029ea6934c9

View File

@@ -1,14 +1,14 @@
BDEPEND=dev-libs/wayland-protocols dev-util/wayland-scanner virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=configure install postinst prepare unpack
DEPEND=dev-libs/libinput dev-libs/wayland x11-libs/libxcb x11-libs/libxkbcommon >=gui-libs/wlroots-0.15:=[X(-)?] <gui-libs/wlroots-0.16:=[X(-)?]
DEPEND=dev-libs/libinput dev-libs/wayland x11-libs/libxcb x11-libs/libxkbcommon gui-libs/wlroots:0/15[X(-)?]
DESCRIPTION=dwm for Wayland
EAPI=7
HOMEPAGE=https://github.com/djpohly/dwl
INHERIT=savedconfig git-r3 flag-o-matic
INHERIT=savedconfig git-r3
IUSE=X savedconfig
LICENSE=CC0-1.0 GPL-3 MIT
PROPERTIES=live
RDEPEND=dev-libs/libinput dev-libs/wayland x11-libs/libxcb x11-libs/libxkbcommon >=gui-libs/wlroots-0.15:=[X(-)?] <gui-libs/wlroots-0.16:=[X(-)?]
RDEPEND=dev-libs/libinput dev-libs/wayland x11-libs/libxcb x11-libs/libxkbcommon gui-libs/wlroots:0/15[X(-)?]
SLOT=0
_eclasses_=portability d33a77692bb47e8227f27e17fb9c3c05 savedconfig 7cb1bf66b4acedc4f06802a012d3b08d git-r3 b9ac6f96d2a88edb5b351df634dc5e53 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4a1902f969e5718126434fc35f3a0d9c eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7
_md5_=fede08796031d7d87d86cddb4c5c68d1
_eclasses_=portability d33a77692bb47e8227f27e17fb9c3c05 savedconfig 7cb1bf66b4acedc4f06802a012d3b08d git-r3 b9ac6f96d2a88edb5b351df634dc5e53
_md5_=6310d56f8d26231d29ff21e5a7c868fa

View File

@@ -1,11 +0,0 @@
DEFINED_PHASES=compile install
DESCRIPTION=UDT is a UDP based data transport protocol
EAPI=8
HOMEPAGE=http://udt.sourceforge.net
INHERIT=toolchain-funcs
KEYWORDS=~amd64
LICENSE=BSD
SLOT=4
SRC_URI=mirror://sourceforge/udt/udt.sdk.4.11.tar.gz
_eclasses_=toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85
_md5_=f367e6b2773ce2122b68c5cebd56db2e

View File

@@ -0,0 +1,12 @@
BDEPEND=dev-util/ninja >=dev-util/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=UDT is a UDP based data transport protocol
EAPI=8
HOMEPAGE=https://github.com/eisenhauer/udt4
INHERIT=cmake
KEYWORDS=~amd64
LICENSE=BSD
SLOT=4
SRC_URI=https://github.com/eisenhauer/udt4/archive/0de191f6f43c0e03bb22eaf2ae4911ce5def0e10.tar.gz -> udt-4.11_p20181126.gh.tar.gz
_eclasses_=toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 58ec4e54962bf45d065fb95030701514 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 90e2b29417d53718328f3a95227137a0
_md5_=8f60d4c6216de4679ac96b6f7ffc2709

View File

@@ -0,0 +1,14 @@
BDEPEND=|| ( >=dev-lang/python-3.11.0_beta1-r1:3.11 >=dev-lang/python-3.10.0_p1-r1:3.10 >=dev-lang/python-3.9.9-r1:3.9 >=dev-lang/python-3.8.12_p1-r1:3.8 )
DEFINED_PHASES=configure prepare pretend setup
DEPEND=dev-lang/tcl:0= dev-lang/tk:0= >=sci-electronics/magic-8.3.277:= sky130? ( sci-electronics/skywater-pdk:= )
DESCRIPTION=PDK installer for open-source EDA tools and toolchains
EAPI=8
HOMEPAGE=https://github.com/RTimothyEdwards/open_pdks
INHERIT=check-reqs python-any-r1
IUSE=+sky130
KEYWORDS=~amd64
LICENSE=Apache-2.0
SLOT=0
SRC_URI=https://github.com/RTimothyEdwards/open_pdks/archive/refs/tags/1.0.311.tar.gz -> open_pdks-1.0.311.tar.gz
_eclasses_=check-reqs 5e6dfbd7a8d3238a79f009fae7ac469c multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-any-r1 a3e9c0524a795d7f2767a2cf12a2e8c0
_md5_=ced62a6e83f8cbb6366815eb03e419be

View File

@@ -0,0 +1,12 @@
BDEPEND=|| ( >=dev-lang/python-3.10.0_p1-r1:3.10 >=dev-lang/python-3.9.9-r1:3.9 >=dev-lang/python-3.8.12_p1-r1:3.8 ) || ( ( >=dev-lang/python-3.10.0_p1-r1:3.10 dev-python/python-skywater-pdk[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.9-r1:3.9 dev-python/python-skywater-pdk[python_targets_python3_9(-)] ) ( >=dev-lang/python-3.8.12_p1-r1:3.8 dev-python/python-skywater-pdk[python_targets_python3_8(-)] ) )
DEFINED_PHASES=compile install pretend setup unpack
DESCRIPTION=Open source process design kit for usage with SkyWater Technology Foundry's 130nm node
EAPI=8
HOMEPAGE=https://github.com/google/skywater-pdk
INHERIT=check-reqs python-any-r1
KEYWORDS=~amd64
LICENSE=Apache-2.0
SLOT=0/0.0.0.20220424
SRC_URI=https://github.com/google/skywater-pdk/archive/5a57f505cd4cd65d10e9f37dd2d259a526bc9bf7.tar.gz -> skywater-pdk-0.0.0_p20220424.tar.gz https://github.com/google/skywater-pdk-libs-sky130_fd_io/archive/01b18699b4102d8e54ad1406b3991ecb652e5aee.tar.gz -> skywater-pdk-libs-sky130_fd_io-01b18699b4102d8e54ad1406b3991ecb652e5aee.tar.gz https://github.com/google/skywater-pdk-libs-sky130_fd_pr/archive/f62031a1be9aefe902d6d54cddd6f59b57627436.tar.gz -> skywater-pdk-libs-sky130_fd_pr-f62031a1be9aefe902d6d54cddd6f59b57627436.tar.gz https://github.com/google/skywater-pdk-libs-sky130_fd_pr_reram/archive/48c8310e464157d797c78cb2e6d6b5a21d710c20.tar.gz -> skywater-pdk-libs-sky130_fd_pr_reram-48c8310e464157d797c78cb2e6d6b5a21d710c20.tar.gz https://github.com/google/skywater-pdk-libs-sky130_fd_sc_hd/archive/ac7fb61f06e6470b94e8afdf7c25268f62fbd7b1.tar.gz -> skywater-pdk-libs-sky130_fd_sc_hd-ac7fb61f06e6470b94e8afdf7c25268f62fbd7b1.tar.gz https://github.com/google/skywater-pdk-libs-sky130_fd_sc_hdll/archive/0694bd23893de20f5233ef024acf6cca1e750ac6.tar.gz -> skywater-pdk-libs-sky130_fd_sc_hdll-0694bd23893de20f5233ef024acf6cca1e750ac6.tar.gz https://github.com/google/skywater-pdk-libs-sky130_fd_sc_hs/archive/1d051f49bfe4e2fe9108d702a8bc2e9c081005a4.tar.gz -> skywater-pdk-libs-sky130_fd_sc_hs-1d051f49bfe4e2fe9108d702a8bc2e9c081005a4.tar.gz https://github.com/google/skywater-pdk-libs-sky130_fd_sc_hvl/archive/4fd4f858d16c558a6a488b200649e909bb4dd800.tar.gz -> skywater-pdk-libs-sky130_fd_sc_hvl-4fd4f858d16c558a6a488b200649e909bb4dd800.tar.gz https://github.com/google/skywater-pdk-libs-sky130_fd_sc_lp/archive/e2c1e0646999163d35ea7b2521c3ec5c28633e63.tar.gz -> skywater-pdk-libs-sky130_fd_sc_lp-e2c1e0646999163d35ea7b2521c3ec5c28633e63.tar.gz https://github.com/google/skywater-pdk-libs-sky130_fd_sc_ls/archive/4f549e30dd91a1c264f8895e07b2872fe410a8c2.tar.gz -> skywater-pdk-libs-sky130_fd_sc_ls-4f549e30dd91a1c264f8895e07b2872fe410a8c2.tar.gz https://github.com/google/skywater-pdk-libs-sky130_fd_sc_ms/archive/ae1b7f68821505cf2d93d9d44cce5ece22710fad.tar.gz -> skywater-pdk-libs-sky130_fd_sc_ms-ae1b7f68821505cf2d93d9d44cce5ece22710fad.tar.gz
_eclasses_=check-reqs 5e6dfbd7a8d3238a79f009fae7ac469c multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-any-r1 a3e9c0524a795d7f2767a2cf12a2e8c0
_md5_=4fe37e878c70ab9609d2f61a95ca36cd

View File

@@ -1,6 +1,6 @@
BDEPEND=doc? ( app-doc/doxygen ) test? ( python? ( python_single_target_python3_8? ( dev-python/pytest[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/pytest[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/pytest[python_targets_python3_10(-)] ) ) ) dev-util/ninja >=dev-util/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=app-arch/lz4 >=dev-cpp/eigen-3.0.5 dev-games/ode dev-libs/boost:= dev-libs/tinyxml2 dev-libs/urdfdom >=media-libs/assimp-3.0.0:= media-libs/freeglut media-libs/imgui:=[glut(-),opengl(-)] media-libs/lodepng:= >=sci-libs/libccd-2.0 >=sci-libs/fcl-0.2.9 sci-libs/flann sci-libs/ipopt >=sci-libs/nlopt-2.4.1 sci-libs/octomap sci-physics/bullet virtual/opengl examples? ( dev-cpp/tiny-dnn:= ) osg? ( dev-games/openscenegraph ) python? ( python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_single_target_python3_8? ( dev-python/pybind11[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/pybind11[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/pybind11[python_targets_python3_10(-)] ) ) dev-libs/urdfdom_headers extras? ( dev-cpp/gtest ) test? ( dev-cpp/gtest )
DEPEND=app-arch/lz4 >=dev-cpp/eigen-3.0.5 dev-games/ode:= dev-libs/boost:= dev-libs/tinyxml2:= dev-libs/urdfdom:= >=media-libs/assimp-3.0.0:= media-libs/freeglut media-libs/imgui:=[glut(-),opengl(-)] media-libs/lodepng >=sci-libs/libccd-2.0 >=sci-libs/fcl-0.2.9:= sci-libs/flann sci-libs/ipopt:= >=sci-libs/nlopt-2.4.1 sci-libs/octomap:= sci-physics/bullet:= virtual/opengl examples? ( dev-cpp/tiny-dnn:= ) osg? ( dev-games/openscenegraph:= ) python? ( python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_single_target_python3_8? ( dev-python/pybind11[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/pybind11[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/pybind11[python_targets_python3_10(-)] ) ) dev-libs/urdfdom_headers extras? ( dev-cpp/gtest ) test? ( dev-cpp/gtest )
DESCRIPTION=Dynamic Animation and Robotics Toolkit
EAPI=8
HOMEPAGE=https://dartsim.github.io https://github.com/dartsim/dart
@@ -8,10 +8,10 @@ INHERIT=cmake edos2unix python-single-r1
IUSE=doc examples extras osg python test tutorials cpu_flags_x86_mmx cpu_flags_x86_mmxext cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4a cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_avx512dq cpu_flags_x86_avx512f cpu_flags_x86_avx512vl cpu_flags_x86_3dnow cpu_flags_x86_3dnowext cpu_flags_ppc_vsx cpu_flags_ppc_vsx2 cpu_flags_ppc_vsx3 cpu_flags_ppc_altivec cpu_flags_arm_neon cpu_flags_arm_iwmmxt cpu_flags_arm_iwmmxt2 cpu_flags_arm_neon python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10
KEYWORDS=~amd64
LICENSE=BSD-2
RDEPEND=app-arch/lz4 >=dev-cpp/eigen-3.0.5 dev-games/ode dev-libs/boost:= dev-libs/tinyxml2 dev-libs/urdfdom >=media-libs/assimp-3.0.0:= media-libs/freeglut media-libs/imgui:=[glut(-),opengl(-)] media-libs/lodepng:= >=sci-libs/libccd-2.0 >=sci-libs/fcl-0.2.9 sci-libs/flann sci-libs/ipopt >=sci-libs/nlopt-2.4.1 sci-libs/octomap sci-physics/bullet virtual/opengl examples? ( dev-cpp/tiny-dnn:= ) osg? ( dev-games/openscenegraph ) python? ( python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_single_target_python3_8? ( dev-python/pybind11[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/pybind11[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/pybind11[python_targets_python3_10(-)] ) )
RDEPEND=app-arch/lz4 >=dev-cpp/eigen-3.0.5 dev-games/ode:= dev-libs/boost:= dev-libs/tinyxml2:= dev-libs/urdfdom:= >=media-libs/assimp-3.0.0:= media-libs/freeglut media-libs/imgui:=[glut(-),opengl(-)] media-libs/lodepng >=sci-libs/libccd-2.0 >=sci-libs/fcl-0.2.9:= sci-libs/flann sci-libs/ipopt:= >=sci-libs/nlopt-2.4.1 sci-libs/octomap:= sci-physics/bullet:= virtual/opengl examples? ( dev-cpp/tiny-dnn:= ) osg? ( dev-games/openscenegraph:= ) python? ( python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_single_target_python3_8? ( dev-python/pybind11[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/pybind11[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/pybind11[python_targets_python3_10(-)] ) )
REQUIRED_USE=python? ( ^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) osg )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/dartsim/dart/archive/v6.12.1.tar.gz -> dart-6.12.1.tar.gz
_eclasses_=toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 58ec4e54962bf45d065fb95030701514 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 90e2b29417d53718328f3a95227137a0 edos2unix 33e347e171066657f91f8b0c72ec8773 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8
_md5_=0d1c903849a5243ff966d4548843919b
_md5_=b9e01898a0229e5c5d146948c2c84892

View File

@@ -0,0 +1,16 @@
BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71 >=sys-devel/libtool-2.4 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=configure install postinst prepare setup unpack
DEPEND=dev-lang/tcl dev-lang/tk dev-tcltk/tkimg dev-tcltk/tclx dev-libs/boost[python] modbus? ( <dev-libs/libmodbus-3.1 ) dev-tcltk/bwidget gtk? ( x11-libs/gtk+ ) gstreamer? ( dev-python/gst-python:0.10 media-libs/gst-plugins-base:0.10 ) || ( net-analyzer/openbsd-netcat net-analyzer/netcat6 ) x11-libs/libXinerama usb? ( virtual/libusb ) dev-lang/python:3.10[tk] python_single_target_python3_10? ( dev-python/lxml[python_targets_python3_10(-)] ) python_single_target_python3_10? ( dev-python/numpy[python_targets_python3_10(-)] ) python_single_target_python3_10? ( dev-python/configobj[python_targets_python3_10(-)] ) python_single_target_python3_10? ( dev-python/pillow[tk,python_targets_python3_10(-)] ) media-libs/mesa x11-apps/mesa-progs X? ( x11-libs/libXaw python_single_target_python3_10? ( dev-python/python-xlib[python_targets_python3_10(-)] ) ) rt? ( sys-kernel/rt-sources ) virtual/opengl virtual/glu python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) sys-devel/gettext sys-process/procps sys-process/psmisc net-firewall/iptables media-gfx/graphviz python_single_target_python3_10? ( dev-python/pyopengl[python_targets_python3_10(-)] ) python_single_target_python3_10? ( dev-python/pygobject[python_targets_python3_10(-)] ) x11-libs/gtksourceview:3.0
DESCRIPTION=LinuxCNC
EAPI=7
HOMEPAGE=http://linuxcnc.org/
INHERIT=autotools eutils flag-o-matic multilib python-single-r1 git-r3
IUSE=+python +uspace +X +gtk -rt gstreamer modbus simulator usb +python_single_target_python3_10
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-3
PROPERTIES=live
RDEPEND=dev-lang/tcl dev-lang/tk dev-tcltk/tkimg dev-tcltk/tclx dev-libs/boost[python] modbus? ( <dev-libs/libmodbus-3.1 ) dev-tcltk/bwidget gtk? ( x11-libs/gtk+ ) gstreamer? ( dev-python/gst-python:0.10 media-libs/gst-plugins-base:0.10 ) || ( net-analyzer/openbsd-netcat net-analyzer/netcat6 ) x11-libs/libXinerama usb? ( virtual/libusb ) dev-lang/python:3.10[tk] python_single_target_python3_10? ( dev-python/lxml[python_targets_python3_10(-)] ) python_single_target_python3_10? ( dev-python/numpy[python_targets_python3_10(-)] ) python_single_target_python3_10? ( dev-python/configobj[python_targets_python3_10(-)] ) python_single_target_python3_10? ( dev-python/pillow[tk,python_targets_python3_10(-)] ) media-libs/mesa x11-apps/mesa-progs X? ( x11-libs/libXaw python_single_target_python3_10? ( dev-python/python-xlib[python_targets_python3_10(-)] ) ) rt? ( sys-kernel/rt-sources ) virtual/opengl virtual/glu python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) sys-devel/gettext sys-process/procps sys-process/psmisc net-firewall/iptables media-gfx/graphviz python_single_target_python3_10? ( dev-python/pyopengl[python_targets_python3_10(-)] ) python_single_target_python3_10? ( dev-python/pygobject[python_targets_python3_10(-)] ) x11-libs/gtksourceview:3.0 python? ( dev-python/yapps )
REQUIRED_USE=python python? ( ^^ ( python_single_target_python3_10 ) ) rt? ( !simulator )
SLOT=linuxcnc-9999
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 libtool 241a8f577b9781a42a7421e53448a44e autotools 136117fb43a9bf5598530e9cc642f710 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4a1902f969e5718126434fc35f3a0d9c eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 git-r3 b9ac6f96d2a88edb5b351df634dc5e53
_md5_=3f678ce5289b696bab5a4baa4417b2b8

View File

@@ -6,8 +6,8 @@ INHERIT=python-single-r1
IUSE=+io-libs +parallel +perf-tools +python +runtimes +serial +slurm-client +slurm-server python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) || ( sys-libs/libunwind sys-libs/llvm-libunwind ) app-shells/pdsh sys-apps/ipmitool sys-process/numactl virtual/mpi io-libs? ( sci-libs/hdf5[cxx,fortran,mpi] sci-libs/netcdf[hdf5,mpi] sci-libs/netcdf-cxx sci-libs/netcdf-fortran sys-cluster/parallel-netcdf ) parallel? ( dev-libs/boost[mpi] sci-libs/fftw[mpi] sci-libs/hypre[mpi] sci-libs/mfem[mpi,mumps,petsc,slepc] sci-libs/mumps[mpi,scotch] sci-libs/scalapack sci-libs/scotch[mpi,threads] sci-libs/superlu_dist[fortran] sci-libs/trilinos[hypre,mumps,scotch,scalapack,petsc] sci-mathematics/petsc[fftw,hypre,mpi,mumps,scotch] sci-mathematics/slepc[mpi] sys-cluster/opencoarrays io-libs? ( sci-libs/mfem[netcdf] sci-libs/trilinos[hdf5,netcdf] sci-mathematics/petsc[hdf5] ) python? ( python_single_target_python3_8? ( dev-libs/boost[numpy,python,python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-libs/boost[numpy,python,python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-libs/boost[numpy,python,python_targets_python3_10(-)] ) ) serial? ( sci-libs/mfem[superlu] ) ) perf-tools? ( dev-libs/papi sys-apps/likwid sys-cluster/extrae[python_single_target_python3_8(-)?,python_single_target_python3_9(-)?,python_single_target_python3_10(-)?] sys-cluster/mpi-benchmarks sys-cluster/osu-micro-benchmarks ) python? ( python_single_target_python3_8? ( dev-python/mpi4py[python_targets_python3_8(-)] dev-python/numpy[python_targets_python3_8(-)] dev-python/scipy[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/mpi4py[python_targets_python3_9(-)] dev-python/numpy[python_targets_python3_9(-)] dev-python/scipy[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/mpi4py[python_targets_python3_10(-)] dev-python/numpy[python_targets_python3_10(-)] dev-python/scipy[python_targets_python3_10(-)] ) ) runtimes? ( sys-cluster/charliecloud[python_single_target_python3_8(-)?,python_single_target_python3_9(-)?,python_single_target_python3_10(-)?] || ( app-containers/apptainer sys-cluster/singularity ) ) serial? ( dev-lang/R[lapack] sci-libs/gsl[cblas-external] sci-libs/metis sci-libs/openblas[eselect-ldso] sci-libs/plasma sci-libs/superlu ) slurm-client? ( sys-apps/hwloc sys-cluster/slurm[numa,pam] io-libs? ( sys-cluster/slurm[hdf5] ) ) slurm-server? ( sys-cluster/slurm[numa,perl,slurmdbd] io-libs? ( sys-cluster/slurm[hdf5] ) )
RDEPEND=python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) || ( sys-libs/libunwind sys-libs/llvm-libunwind ) app-shells/pdsh sys-apps/ipmitool sys-process/numactl virtual/mpi io-libs? ( sci-libs/hdf5[cxx,fortran,mpi] sci-libs/netcdf[hdf5,mpi] sci-libs/netcdf-cxx sci-libs/netcdf-fortran sys-cluster/adios2[fortran,hdf5,mpi] sys-cluster/parallel-netcdf python? ( python_single_target_python3_8? ( sys-cluster/adios2[python,python_single_target_python3_8(-)] ) python_single_target_python3_9? ( sys-cluster/adios2[python,python_single_target_python3_9(-)] ) python_single_target_python3_10? ( sys-cluster/adios2[python,python_single_target_python3_10(-)] ) ) ) parallel? ( dev-libs/boost[mpi] sci-libs/fftw[mpi] sci-libs/hypre[mpi] sci-libs/mfem[mpi,mumps,petsc,slepc] sci-libs/mumps[mpi,scotch] sci-libs/scalapack sci-libs/scotch[mpi,threads] sci-libs/superlu_dist[fortran] sci-libs/trilinos[hypre,mumps,scotch,scalapack,petsc] sci-mathematics/petsc[fftw,hypre,mpi,mumps,scotch] sci-mathematics/slepc[mpi] sys-cluster/opencoarrays io-libs? ( sci-libs/mfem[netcdf] sci-libs/trilinos[hdf5,netcdf] sci-mathematics/petsc[hdf5] ) python? ( python_single_target_python3_8? ( dev-libs/boost[numpy,python,python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-libs/boost[numpy,python,python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-libs/boost[numpy,python,python_targets_python3_10(-)] ) ) serial? ( sci-libs/mfem[superlu] ) ) perf-tools? ( dev-libs/papi sys-apps/likwid sys-cluster/dimemas sys-cluster/extrae[python_single_target_python3_8(-)?,python_single_target_python3_9(-)?,python_single_target_python3_10(-)?] sys-cluster/mpi-benchmarks sys-cluster/osu-micro-benchmarks ) python? ( python_single_target_python3_8? ( dev-python/mpi4py[python_targets_python3_8(-)] dev-python/numpy[python_targets_python3_8(-)] dev-python/scipy[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/mpi4py[python_targets_python3_9(-)] dev-python/numpy[python_targets_python3_9(-)] dev-python/scipy[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/mpi4py[python_targets_python3_10(-)] dev-python/numpy[python_targets_python3_10(-)] dev-python/scipy[python_targets_python3_10(-)] ) ) runtimes? ( sys-cluster/charliecloud[python_single_target_python3_8(-)?,python_single_target_python3_9(-)?,python_single_target_python3_10(-)?] || ( app-containers/apptainer sys-cluster/singularity ) ) serial? ( dev-lang/R[lapack] sci-libs/gsl[cblas-external] sci-libs/metis sci-libs/openblas[eselect-ldso] sci-libs/plasma sci-libs/superlu ) slurm-client? ( sys-apps/hwloc sys-cluster/slurm[numa,pam] io-libs? ( sys-cluster/slurm[hdf5] ) ) slurm-server? ( sys-cluster/slurm[numa,perl,slurmdbd] io-libs? ( sys-cluster/slurm[hdf5] ) )
REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 )
SLOT=0
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8
_md5_=6e3aefd2aa13478ce5b73a948b56245c
_md5_=e0d91fc1db532296b91d78bcaddfff9e

View File

@@ -0,0 +1,17 @@
BDEPEND=virtual/pkgconfig dev-util/ninja >=dev-util/cmake-3.20.5 fortran? ( virtual/fortran )
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=dev-cpp/nlohmann_json dev-cpp/yaml-cpp:= dev-libs/atl dev-libs/dill >dev-libs/ffs-1.6.0 dev-libs/kwsys:= dev-libs/perfstubs:=[timers] dev-libs/pugixml net-libs/enet >sys-cluster/evpath-4.5.0 blosc? ( dev-libs/c-blosc:= ) bzip2? ( app-arch/bzip2 ) hdf5? ( sci-libs/hdf5:=[mpi=] ) mpi? ( virtual/mpi[cxx] ) png? ( media-libs/libpng:= ) python? ( python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_single_target_python3_8? ( dev-python/numpy[python_targets_python3_8(-)] dev-python/pybind11[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/numpy[python_targets_python3_9(-)] dev-python/pybind11[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/numpy[python_targets_python3_10(-)] dev-python/pybind11[python_targets_python3_10(-)] ) mpi? ( python_single_target_python3_8? ( dev-python/mpi4py[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/mpi4py[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/mpi4py[python_targets_python3_10(-)] ) ) ) sodium? ( dev-libs/libsodium:= ) sst? ( sys-block/libfabric:= ) szip? ( virtual/szip ) zeromq? ( net-libs/zeromq:= ) zfp? ( dev-libs/zfp ) test? ( dev-cpp/gtest ) fortran? ( virtual/fortran )
DESCRIPTION=Next generation of ADIOS developed in the Exascale Computing Program
EAPI=8
HOMEPAGE=https://csmd.ornl.gov/software/adios2 https://github.com/ornladios/adios2
INHERIT=cmake python-single-r1 fortran-2
IUSE=blosc bzip2 endian-reverse examples fortran hdf5 mpi png profile python sodium sst szip test zeromq zfp python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-cpp/nlohmann_json dev-cpp/yaml-cpp:= dev-libs/atl dev-libs/dill >dev-libs/ffs-1.6.0 dev-libs/kwsys:= dev-libs/perfstubs:=[timers] dev-libs/pugixml net-libs/enet >sys-cluster/evpath-4.5.0 blosc? ( dev-libs/c-blosc:= ) bzip2? ( app-arch/bzip2 ) hdf5? ( sci-libs/hdf5:=[mpi=] ) mpi? ( virtual/mpi[cxx] ) png? ( media-libs/libpng:= ) python? ( python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_single_target_python3_8? ( dev-python/numpy[python_targets_python3_8(-)] dev-python/pybind11[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/numpy[python_targets_python3_9(-)] dev-python/pybind11[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/numpy[python_targets_python3_10(-)] dev-python/pybind11[python_targets_python3_10(-)] ) mpi? ( python_single_target_python3_8? ( dev-python/mpi4py[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/mpi4py[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/mpi4py[python_targets_python3_10(-)] ) ) ) sodium? ( dev-libs/libsodium:= ) sst? ( sys-block/libfabric:= ) szip? ( virtual/szip ) zeromq? ( net-libs/zeromq:= ) zfp? ( dev-libs/zfp ) fortran? ( virtual/fortran )
REQUIRED_USE=python? ( ^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.8.1.tar.gz -> adios2-2.8.1.gh.tar.gz
_eclasses_=toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 58ec4e54962bf45d065fb95030701514 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 90e2b29417d53718328f3a95227137a0 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 fortran-2 72d28c6872beb1e7cb99684b0ae4715d
_md5_=bf5787b39ea8abfd1274eb0b0778a1c6

View File

@@ -0,0 +1,15 @@
BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71 >=sys-devel/libtool-2.4
DEFINED_PHASES=configure install preinst prepare setup
DEPEND=dev-libs/boost:= sys-libs/zlib java? ( dev-java/commons-io:1 ) || ( >=dev-lang/python-3.11.0_beta1-r1:3.11 >=dev-lang/python-3.10.0_p1-r1:3.10 >=dev-lang/python-3.9.9-r1:3.9 >=dev-lang/python-3.8.12_p1-r1:3.8 >=dev-python/pypy3-7.3.7-r1:0 ) java? ( virtual/jdk:1.8 ) java? ( >=dev-java/java-config-2.2.0-r3 )
DESCRIPTION=High-abstracted network simulator for message-passing programs
EAPI=8
HOMEPAGE=https://github.com/bsc-performance-tools/dimemas
INHERIT=autotools java-pkg-opt-2 python-any-r1
IUSE=idle-accounting irecv-startup original-links wait-logical-recv java
KEYWORDS=~amd64
LICENSE=LGPL-2.1
RDEPEND=dev-libs/boost:= sys-libs/zlib java? ( dev-java/commons-io:1 ) java? ( virtual/jre:1.8 ) java? ( >=dev-java/java-config-2.2.0-r3 )
SLOT=0
SRC_URI=https://github.com/bsc-performance-tools/dimemas/archive/0dc28fafb8a917cee8d6ffd4a037cdc1f8755101.tar.gz -> dimemas-5.4.2_p20220601.gh.tar.gz
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 libtool 241a8f577b9781a42a7421e53448a44e autotools 136117fb43a9bf5598530e9cc642f710 java-utils-2 e38ea02d8ed864a74078ecf46aa06f30 java-pkg-opt-2 a71433e535af8faae0c0f6c861a32054 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-any-r1 a3e9c0524a795d7f2767a2cf12a2e8c0
_md5_=19bce24f2ac18f4710ed6d01a560d19b

View File

@@ -1,6 +1,6 @@
BDEPEND=dev-util/ninja >=dev-util/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/atl dev-libs/dill dev-libs/ffs enet? ( net-libs/enet ) infiniband? ( sys-block/libfabric ) libfabric? ( sys-block/libfabric ) udt4? ( net-libs/udt:4 )
DEPEND=dev-libs/atl dev-libs/dill dev-libs/ffs enet? ( net-libs/enet ) infiniband? ( sys-block/libfabric ) libfabric? ( sys-block/libfabric ) udt4? ( >net-libs/udt-4.11 )
DESCRIPTION=EVpath is an event transport middleware layer
EAPI=8
HOMEPAGE=https://github.com/GTkorvo/evpath
@@ -8,9 +8,9 @@ INHERIT=cmake
IUSE=enet infiniband libfabric test udt4
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-libs/atl dev-libs/dill dev-libs/ffs enet? ( net-libs/enet ) infiniband? ( sys-block/libfabric ) libfabric? ( sys-block/libfabric ) udt4? ( net-libs/udt:4 )
RDEPEND=dev-libs/atl dev-libs/dill dev-libs/ffs enet? ( net-libs/enet ) infiniband? ( sys-block/libfabric ) libfabric? ( sys-block/libfabric ) udt4? ( >net-libs/udt-4.11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/GTKorvo/evpath/archive/refs/tags/v4.5.0.tar.gz -> evpath-4.5.0.gh.tar.gz
SRC_URI=https://github.com/GTKorvo/evpath/archive/77f54fac21cb4452057b2b9c8d285e9084309dbc.tar.gz -> evpath-4.5.0_p20220601.gh.tar.gz
_eclasses_=toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 58ec4e54962bf45d065fb95030701514 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 90e2b29417d53718328f3a95227137a0
_md5_=7468044cf33bef20aa3028de30451ead
_md5_=b896904ae692aa824834c2c7f7d0379f

View File

@@ -13,4 +13,4 @@ REQUIRED_USE=^^ ( python_single_target_pypy3 python_single_target_python3_8 pyth
SLOT=0
SRC_URI=https://github.com/bsc-performance-tools/extrae/archive/4.0.1.tar.gz -> extrae-4.0.1.tar.gz
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 libtool 241a8f577b9781a42a7421e53448a44e autotools 136117fb43a9bf5598530e9cc642f710 java-utils-2 e38ea02d8ed864a74078ecf46aa06f30 java-pkg-opt-2 a71433e535af8faae0c0f6c861a32054 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8
_md5_=9eae9911c69d9fb4e77d23ebd91723d2
_md5_=f570cfb5584686349b61150eb26be4ee

View File

@@ -1,16 +1,17 @@
BDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta1-r1:3.11 ) dev-lang/perl
BDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta1-r1:3.11 ) dev-lang/perl test? ( virtual/perl-Test-Simple )
DEFINED_PHASES=compile configure install preinst prepare setup test
DEPEND=perl? ( dev-lang/perl:= ) python? ( python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta1-r1:3.11 ) ) java? ( virtual/jdk:1.8 ) dev-lang/perl java? ( >=dev-java/java-config-2.2.0-r3 )
DESCRIPTION=Static cluster configuration database used for cluster configuration management.
EAPI=7
DEPEND=perl? ( dev-lang/perl:= ) python? ( python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta1-r1:3.11 ) ) java? ( virtual/jdk:1.8 ) java? ( >=dev-java/java-config-2.2.0-r3 ) dev-lang/perl
DESCRIPTION=Static cluster configuration database used for cluster configuration management
EAPI=8
HOMEPAGE=https://github.com/chaos/genders
INHERIT=distutils-r1 perl-module java-pkg-opt-2 flag-o-matic
IUSE=cxx java perl python python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 java
INHERIT=distutils-r1 edo flag-o-matic java-pkg-opt-2 perl-module
IUSE=cxx java perl python python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 java test
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=perl? ( dev-lang/perl:= ) python? ( python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta1-r1:3.11 ) ) java? ( virtual/jdk:1.8 ) java? ( virtual/jre:1.8 ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta1-r1:3.11 ) dev-lang/perl:= java? ( >=dev-java/java-config-2.2.0-r3 )
RDEPEND=perl? ( dev-lang/perl:= ) python? ( python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta1-r1:3.11 ) ) java? ( virtual/jdk:1.8 ) java? ( virtual/jre:1.8 ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta1-r1:3.11 ) java? ( >=dev-java/java-config-2.2.0-r3 ) dev-lang/perl:=
REQUIRED_USE=python? ( || ( python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 ) ) || ( python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/chaos/genders/archive/genders-1-28-1.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 197b6711aac35c87e9536c55ad3b909d perl-functions fea344a91ebf37efadf172c6a3de5a72 perl-module 8eed4e2982026c684ff7c19cd4c88ed0 java-utils-2 e38ea02d8ed864a74078ecf46aa06f30 java-pkg-opt-2 a71433e535af8faae0c0f6c861a32054 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4a1902f969e5718126434fc35f3a0d9c eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7
_md5_=1e6344468e4a43460044719d8fb6601c
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 197b6711aac35c87e9536c55ad3b909d edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic a500d7cc40da3de38c361e889153bdf7 java-utils-2 e38ea02d8ed864a74078ecf46aa06f30 java-pkg-opt-2 a71433e535af8faae0c0f6c861a32054 perl-functions fea344a91ebf37efadf172c6a3de5a72 readme.gentoo-r1 b776ad4b42f564c406a95c41ccb42c55 perl-module 8eed4e2982026c684ff7c19cd4c88ed0
_md5_=cb93836dbbfd4ac7a6b7b6375d7647f4

View File

@@ -4,13 +4,13 @@ DEPEND=dev-libs/boost:= dev-libs/libxml2 sys-libs/zlib sys-cluster/libbsctools:=
DESCRIPTION=paraver kernel library
EAPI=8
HOMEPAGE=http://tools.bsc.es/paraver https://github.com/bsc-performance-tools/paraver-kernel
INHERIT=autotools
INHERIT=autotools flag-o-matic
IUSE=extended-objects extrae ompss openmp otf2
KEYWORDS=~amd64
LICENSE=LGPL-2.1
RDEPEND=dev-libs/boost:= dev-libs/libxml2 sys-libs/zlib sys-cluster/libbsctools:= extrae? ( sys-cluster/extrae ) otf2? ( sys-cluster/otf2 )
REQUIRED_USE=extrae? ( openmp )
SLOT=0
SRC_URI=https://github.com/bsc-performance-tools/paraver-kernel/archive/refs/tags/v4.9.0.tar.gz -> paraver-kernel-4.9.0.tar.gz
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 libtool 241a8f577b9781a42a7421e53448a44e autotools 136117fb43a9bf5598530e9cc642f710
_md5_=7ae28ff1d6e3002e289d4b2010ab74dd
SRC_URI=https://github.com/bsc-performance-tools/paraver-kernel/archive/refs/tags/v4.10.1.tar.gz -> paraver-kernel-4.10.1.gh.tar.gz
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 libtool 241a8f577b9781a42a7421e53448a44e autotools 136117fb43a9bf5598530e9cc642f710 flag-o-matic a500d7cc40da3de38c361e889153bdf7
_md5_=35d2111d9d0a8c27e17ad3b22dd2ecf0

View File

@@ -1,6 +1,6 @@
BDEPEND=app-admin/chrpath sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71 >=sys-devel/libtool-2.4 doc? ( || ( ( >=dev-lang/python-3.11.0_beta1-r1:3.11 dev-python/sphinx[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.0_p1-r1:3.10 dev-python/sphinx[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.9-r1:3.9 dev-python/sphinx[python_targets_python3_9(-)] ) ( >=dev-lang/python-3.8.12_p1-r1:3.8 dev-python/sphinx[python_targets_python3_8(-)] ) ( >=dev-python/pypy3-7.3.7-r1:0 dev-python/sphinx[python_targets_pypy3(-)] ) ) )
DEFINED_PHASES=compile configure install prepare setup unpack
DEPEND=dev-libs/boost:= dev-libs/openssl sys-cluster/paraver-kernel x11-libs/wxGTK:3.0-gtk3 extrae? ( sys-cluster/extrae )
DEPEND=dev-libs/boost:= dev-libs/openssl:= sys-cluster/paraver-kernel x11-libs/wxGTK:3.0-gtk3 extrae? ( sys-cluster/extrae )
DESCRIPTION=Performance analyzer based on event traces
EAPI=8
HOMEPAGE=http://tools.bsc.es/paraver https://github.com/bsc-performance-tools/wxparaver
@@ -8,8 +8,8 @@ INHERIT=autotools python-any-r1 docs wxwidgets
IUSE=extrae ompss openmp doc
KEYWORDS=~amd64
LICENSE=LGPL-2.1
RDEPEND=dev-libs/boost:= dev-libs/openssl sys-cluster/paraver-kernel x11-libs/wxGTK:3.0-gtk3 extrae? ( sys-cluster/extrae )
RDEPEND=dev-libs/boost:= dev-libs/openssl:= sys-cluster/paraver-kernel x11-libs/wxGTK:3.0-gtk3 extrae? ( sys-cluster/extrae )
SLOT=0
SRC_URI=https://github.com/bsc-performance-tools/wxparaver/archive/f357545a2fdfc7674394f2e6192022a4c2139f63.tar.gz -> wxparaver-4.10.0.tar.gz
SRC_URI=https://github.com/bsc-performance-tools/wxparaver/archive/v4.10.1.tar.gz -> wxparaver-4.10.1.gh.tar.gz
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 libtool 241a8f577b9781a42a7421e53448a44e autotools 136117fb43a9bf5598530e9cc642f710 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-any-r1 a3e9c0524a795d7f2767a2cf12a2e8c0 docs 8ed2a8a28ff109e7a3582c9abb7fe327 flag-o-matic a500d7cc40da3de38c361e889153bdf7 wxwidgets c09e9b94378cadaf6ef86ec1534c0fd6
_md5_=655b52b8a3b9feff8f1a8adcc4981157
_md5_=a13c145e2e6615714b6ab81506d72b2d

View File

@@ -1,15 +0,0 @@
BDEPEND=app-admin/chrpath sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71 >=sys-devel/libtool-2.4 doc? ( || ( ( >=dev-lang/python-3.10.0_p1-r1:3.10 dev-python/sphinx[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.9-r1:3.9 dev-python/sphinx[python_targets_python3_9(-)] ) ( >=dev-lang/python-3.8.12_p1-r1:3.8 dev-python/sphinx[python_targets_python3_8(-)] ) ( >=dev-python/pypy3-7.3.7-r1:0 dev-python/sphinx[python_targets_pypy3(-)] ) ) )
DEFINED_PHASES=compile configure install prepare setup unpack
DEPEND=dev-libs/boost:= dev-libs/openssl sys-cluster/paraver-kernel x11-libs/wxGTK:3.0-gtk3 extrae? ( sys-cluster/extrae )
DESCRIPTION=paraver gui
EAPI=8
HOMEPAGE=http://tools.bsc.es/paraver https://github.com/bsc-performance-tools/wxparaver
INHERIT=autotools python-any-r1 docs wxwidgets
IUSE=extrae ompss openmp doc
KEYWORDS=~amd64
LICENSE=LGPL-2.1
RDEPEND=dev-libs/boost:= dev-libs/openssl sys-cluster/paraver-kernel x11-libs/wxGTK:3.0-gtk3 extrae? ( sys-cluster/extrae )
SLOT=0
SRC_URI=https://github.com/bsc-performance-tools/wxparaver/archive/refs/tags/v4.9.0.tar.gz -> wxparaver-4.9.0.tar.gz
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs fd9cde67030b26e479eeadaced488253 multilib 4fbbbc98f236f1b43acd99476bc3cd85 libtool 241a8f577b9781a42a7421e53448a44e autotools 136117fb43a9bf5598530e9cc642f710 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-any-r1 a3e9c0524a795d7f2767a2cf12a2e8c0 docs 8ed2a8a28ff109e7a3582c9abb7fe327 flag-o-matic a500d7cc40da3de38c361e889153bdf7 wxwidgets c09e9b94378cadaf6ef86ec1534c0fd6
_md5_=f49eb795b663bc2c5d53eba88d92b248

View File

@@ -123,6 +123,7 @@ app-misc/fastfetch 1.4.3 9999: Like neofetch but faster
app-misc/fetsh 1.8 1.9 9999: A fetch written in POSIX shell without any external commands
app-misc/fff 2.2: A simple file manager written in bash
app-misc/ghq 1.1.0 1.1.5: Remote repository management made easy
app-misc/glow 1.4.1: Render markdown on the CLI, with pizzazz!
app-misc/grit 0.3.0: An personal task manager that represents tasks as multitree nodes
app-misc/hollywood 1.22: Fill your console with Hollywood melodrama technobabble
app-misc/kloak 0.2.30: A privacy tool that makes keystroke biometrics less effective
@@ -164,7 +165,7 @@ app-office/openoffice-bin 4.1.11 4.1.12: Apache OpenOffice productivity suite
app-office/pyspread 1.99.6: Pyspread is a non-traditional spreadsheet written in Python
app-office/sc-im 0.8.2-r1: Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
app-portage/appswipe 1.1.14: Application for browsing your local Portage repository files
app-portage/emlop 0.4.2: A fast, accurate, ergonomic emerge.log parser
app-portage/emlop 0.4.2 0.5.0: A fast, accurate, ergonomic emerge.log parser
app-portage/gentoo-sweep 0.1.2a: Check your gentoo installation for unwanted cruft, forgotten files
app-portage/pacvis 0.4.2: Displays dependency graphs of packages
app-portage/portage-lostfiles 0.2.2: A simple script to identify files not tracked by Portage package manager
@@ -396,7 +397,7 @@ dev-libs/dill 2.4.1: Provides instruction-level code generation directly into me
dev-libs/dmd_core 0.6.2: Core logic for an AT&T / Teletype DMD 5620 terminal emulator
dev-libs/fastText 0.9.2: Library for fast text representation and classification
dev-libs/feedbackd 0.0.0-r1: A daemon to provide haptic feedback on events
dev-libs/ffs 1.6.0: FFS is a middleware library for data communication
dev-libs/ffs 1.6.0_p20220525: FFS is a middleware library for data communication
dev-libs/fortran-stdlib 0.1.0 0.2.0 0.2.1 9999: A community driven standard library for (modern) Fortran
dev-libs/fsst 0_pre20200830-r1: Fast Static Symbol Table: fast text compression that allows random access
dev-libs/ftl 1.0_p20220209-r1: The Fortran Template Library (FTL) is a general purpose library for Fortran 2003
@@ -627,6 +628,7 @@ dev-python/dacite 1.6.0: This module simplifies creation of data classes (PEP 55
dev-python/daff 1.3.46: Diff and patch tables
dev-python/daiquiri 3.0.1: Python library to easily setup basic logging functionality
dev-python/databases 0.5.3: Async database support for Python.
dev-python/dataclasses_json 0.5.7: Easily serialize Data Classes to and from JSON
dev-python/dateparser 1.1.0 1.1.1: 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/desktop-notifier 3.3.2 3.4.0: desktop-notifier is a Python library for cross-platform desktop notifications
@@ -679,12 +681,12 @@ dev-python/hunter 3.4.3-r1: Hunter is a flexible code tracing toolkit
dev-python/hwi 1.2.1 2.0.2: Library and command line tool for interacting with hardware wallets
dev-python/hypercorn 0.13.2: ASGI Server based on Hyper libraries and inspired by Gunicorn
dev-python/hyperglot 0.3.8: Detect language support for font binaries
dev-python/hypothesmith 0.2.0: Hypothesis strategies for generating Python programs
dev-python/i3ipc 2.2.1: An improved Python library to control i3wm and sway.
dev-python/injector 0.18.4: Python dependency injection framework
dev-python/itemadapter 0.4.0: Common interface for scrapy data container classes
dev-python/itemloaders 1.0.4: Library to populate items using XPath and CSS with a convenient API
dev-python/iuliia 0.11.5: Transliterate Cyrillic to Latin in every possible way
dev-python/jellyfin-apiclient-python 1.6.2 1.7.2: Python API client for Jellyfin
dev-python/jplephem 2.16: Python version of NASA DE4xx ephemerides for Astronomical Alamanac
dev-python/jsonpath-rw 1.4.0: A robust and significantly extended implementation of JSONPath for Python
dev-python/jsonpath-rw-ext 1.2.2: Extensions for JSONPath RW
@@ -694,14 +696,17 @@ dev-python/keystonemiddleware 9.4.0 9.5.0: A middleware for the OpenStack Keysto
dev-python/kitchen 1.2.6: Kitchen contains a cornucopia of useful code
dev-python/langdetect 1.0.9: Port of Google's language-detection library to Python
dev-python/ldappool 3.0.0: A connection pool for python-ldap
dev-python/libcst 0.4.3_p20220607: A concrete syntax tree parser and serializer library for Python that preserves many aspects of Python's abstract syntax tree
dev-python/libusb1 2.0.1: Pure-python wrapper for libusb-1.0
dev-python/manhole 1.8.0-r1: Debugging manhole for python application
dev-python/markdown-include 0.6.0: Syntax which allows for inclusion of contents of other Markdown docs
dev-python/marshmallow_enum 1.5.1: Enum handling for Marshmallow
dev-python/microversion-parse 1.0.1-r1: A simple parser for OpenStack microversion headers
dev-python/mkdocs-exclude 1.0.2: Lets you exclude files or trees from your output
dev-python/mnemonic 0.19: Reference implementation of BIP-0039 for generating deterministic keys
dev-python/mobi 0.3.3: unpack unencrypted mobi files
dev-python/monotonic 1.6: An implementation of time.monotonic() for Python 2 & < 3.3
dev-python/moreorless 0.4.0: Wrapper to make difflib.unified_diff more fun to use
dev-python/ncclient 0.6.12 0.6.13: Python library for NETCONF clients
dev-python/neutron-lib 2.20.0 2.21.0: Neutron shared routines and utilities
dev-python/noiseprotocol 0.3.1: Python implementation of Noise Protocol Framework
@@ -770,7 +775,7 @@ dev-python/pygments-promql 0.0.9: A PromQL lexer for Pygments
dev-python/pygsl 2.3.0: Python interface for the GNU scientific library (gsl)
dev-python/pyinquirer 1.0.3_p20200708 9999: A Python module for common interactive command line UIs
dev-python/pyinstaller 4.2: Bundles a Python application and all its dependencies into a single package.
dev-python/pykeepass 4.0.0 4.0.1: Python library to interact with keepass databases (supports KDBX3 and KDBX4)
dev-python/pykeepass 4.0.2: Python library to interact with keepass databases (supports KDBX3 and KDBX4)
dev-python/pylatexenc 2.10: Simple LaTeX parser providing latex-to-unicode and unicode-to-latex conversion
dev-python/pymeeus 0.5.11: Python implementation of Jean Meeus astronomical routines
dev-python/pymemcache 3.5.1 3.5.2: A comprehensive, fast, pure-Python memcached client
@@ -818,6 +823,7 @@ dev-python/python-pkcs11 0.7.0-r1: PKCS#11 (Cryptoki) support for Python
dev-python/python-qpid-proton 0.37.0: An AMQP based messaging library
dev-python/python-saharaclient 3.5.0: This is a client for the OpenStack Sahara API, aka HADOOP
dev-python/python-senlinclient 2.4.0: A client for the OpenStack Senlin API
dev-python/python-skywater-pdk 0.0.0_p20220424: Python library for working with files found in the SkyWater PDK
dev-python/python-socketio 5.1.0: Python implementation of the Socket.IO realtime server.
dev-python/python-telegram-bot 13.1 9999: Python wrapper of telegram bots API
dev-python/python-troveclient 7.3.0: A client for the OpenStack Trove API, a scalable relational database service
@@ -857,6 +863,7 @@ dev-python/sre_yield 1.2: Python module to generate regular all expression match
dev-python/srt 3.5.0 3.5.1 3.5.2: A tiny library for parsing, modifying, and composing SRT files
dev-python/sse-starlette 0.9.0: Server Sent Events for Starlette
dev-python/statmake 0.5.0: Generate STAT tables for variable fonts from .stylespace files
dev-python/stdlibs 2022.3.16: What's in the Python stdlib
dev-python/stone 3.3.1: The Official Api Spec Language for Dropbox
dev-python/strictyaml 1.6.1: A type-safe YAML parser built atop ruamel.yaml
dev-python/stringbrewer 0.0.1: Generate random strings matching a pattern
@@ -870,6 +877,7 @@ dev-python/threadloop 1.0.2: Run Tornado Coroutines from Synchronous Python
dev-python/thriftrw 1.8.1: A Thrift encoding library for Python
dev-python/tinyrpc 1.1.4 1.1.5: A protocol neutral RPC library that supports JSON-RPC and zmq
dev-python/tooz 2.11.1: Library centralizing the most common distributed primitives
dev-python/trailrunner 1.2.1: Walk paths and run things
dev-python/transaction 3.0.1: Transaction management for Python
dev-python/trivup 0.10.0: Trivially Up a cluster of applications
dev-python/trueskill 0.4.5_p20220422: Python Implementation of the TrueSkill Algorithm
@@ -881,6 +889,8 @@ dev-python/types-python-dateutil 2.8.16 2.8.17: Typing stubs for python-dateutil
dev-python/types-pytz 2021.3.8: Typing stubs for pytz
dev-python/types-requests 2.27.27 2.27.29: Typing stubs for requests
dev-python/types-urllib3 1.26.14 1.26.15: Typing stubs for urllib3
dev-python/typing_inspect 0.7.1: Runtime inspection utilities for Python typing module
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
@@ -890,7 +900,9 @@ dev-python/uhashring 2.1: Full featured consistent hashing python library compat
dev-python/ukpostcodeparser 1.1.2-r1: UK postcode parser library
dev-python/unicodedata2 14.0.0: Unicodedata backport for python 2/3 updated to the latest unicode version
dev-python/urlmatch 1.0.1-r1: A Python library for easily pattern matching wildcard URLs
dev-python/usort 1.0.2: Safe, minimal import sorting for Python projects
dev-python/vharfbuzz 0.1.3: A user-friendlier way to use Harfbuzz in Python
dev-python/volatile 2.1.0: A small extension for the tempfile module
dev-python/vttlib 0.11.0: Dump, merge and compile Visual TrueType data in UFO3 with FontTools
dev-python/w3lib 1.22.0: Library of web-related functions
dev-python/webpy 0.62: A web framework for python that is as simple as it is powerful
@@ -942,7 +954,7 @@ dev-util/quilttools 0.3-r1: Mailbox to quilt series converter
dev-util/reflex 0.3.1: A small tool to watch a directory and rerun a command when certain files change
dev-util/reuse 0.14.0 1.0.0: A tool for compliance with the REUSE recommendations
dev-util/rpmlint 2.3.0: Tool for checking common errors in RPM packages
dev-util/rust-analyzer 20220509 20220517 99999999: An implementation of Language Server Protocol for the Rust programming language
dev-util/rust-analyzer 20220509 20220517 20220606 99999999: An implementation of Language Server Protocol for the Rust programming language
dev-util/rust-analyzer-bin 2021.09.06 2021.09.20: An implementation of Language Server Protocol for the Rust programming language
dev-util/shfmt 3.5.0 9999: Shell script formatter
dev-util/tokei 12.1.1 12.1.2: Count code, quickly
@@ -1223,7 +1235,7 @@ net-libs/kcgi 0.12.5 0.13.0: Minimal CGI library for web applications
net-libs/libqmatrixclient 0.5.3.2: A Qt5 library to write cross-platfrom clients for Matrix
net-libs/td 1.8.0: Cross-platform library for building Telegram clients
net-libs/telepathy-haze 0.8.1: Telepathy connection manager providing libpurple supported protocols
net-libs/udt 4.11: UDT is a UDP based data transport protocol
net-libs/udt 4.11_p20181126: UDT is a UDP based data transport protocol
net-libs/usockets 0.8.1_p20211023 9999: tiny eventing, networking & crypto for async applications
net-mail/dovecot-fts-xapian 1.5.2 1.5.4 1.5.5 9999: Dovecot FTS plugin backed by Xapian
net-mail/remail 0.13: A set of tools for crypted mailing lists
@@ -1284,6 +1296,8 @@ sci-biology/geneathome 1.10-r3: BOINC application for expanding Gene Regulatory
sci-electronics/bsc 0_pre20210124 9999: Bluespec high level hardware design language compiler
sci-electronics/dsview 1.12-r1 9999: An open source multi-function instrument
sci-electronics/kactus2 3.8.0 9999: A open source IP-XACT-based tool
sci-electronics/open_pdks 1.0.311: PDK installer for open-source EDA tools and toolchains
sci-electronics/skywater-pdk 0.0.0_p20220424: Open source process design kit for usage with SkyWater Technology Foundry's 130nm node
sci-electronics/verible 0.0.2135: SystemVerilog parser, style-linter, and formatter
sci-electronics/verilator 4.218 4.220 9999: The fast free Verilog/SystemVerilog simulator
sci-geosciences/GeographicLib-data 0-r1: Datasets for GeographicLib
@@ -1354,6 +1368,7 @@ sci-mathematics/qepcad 1.72b_p20220502-r2: Quantifier Elimination by Partial Cyl
sci-mathematics/radian 0.6.3: A 21 century R console
sci-mathematics/the-omega-project 2.1_p20131119: Tools from Pugh et al.'s for constraint-based compiler tools
sci-misc/boinc-wrapper 7.18.1: Wrapper to use non-BOINC apps with BOINC
sci-misc/linuxcnc 9999: LinuxCNC
sci-physics/SU2 7.2.0 7.2.0-r1: SU2: An Open-Source Suite for Multiphysics Simulation and Design
sci-physics/mbdyn 1.7.3_p20210925-r1: A general purpose Multibody Dynamics analysis software
sec-keys/openpgp-keys-aepaneshnikov 20211208: OpenPGP keys used by Alexander Epaneshnikov
@@ -1399,17 +1414,19 @@ sys-cluster/OpenHPC-meta 2.1: OpenHPC metapackage
sys-cluster/SIONfwd 1.0.1: A minimalistic I/O forwarding server and client library for SIONlib
sys-cluster/SOS 1.5.0-r1: implementation of the OpenSHMEM specification
sys-cluster/TCL 1.0: Transparent Checkpointing Library
sys-cluster/adios2 2.8.1: Next generation of ADIOS developed in the Exascale Computing Program
sys-cluster/booth 1.0_p20210730: The Booth Cluster Ticket Manager
sys-cluster/cinder 20.0.0: Cinder is the OpenStack Block storage service, a spin out of nova-volumes
sys-cluster/clusteringsuite 2.6.9-r3: Expose the main performance trends in applications computation structure
sys-cluster/dimemas 5.4.2_p20220601: High-abstracted network simulator for message-passing programs
sys-cluster/dlb 2.1-r3: Dynamically react to application imbalance by modifying the number of resources
sys-cluster/dtcmp 1.1.2 1.1.4: Datatype Compare Library for sorting and ranking distributed data using MPI
sys-cluster/dyninst 11.0.1-r1 12.1.0: Tools for binary instrumentation, analysis, and modification
sys-cluster/er 0.1.0 0.3.0: High-level distributed erasure coding lib combining shuffile and redset
sys-cluster/evpath 4.5.0: EVpath is an event transport middleware layer
sys-cluster/evpath 4.5.0_p20220601: EVpath is an event transport middleware layer
sys-cluster/extrae 4.0.1: Instrumentation framework to generate execution traces of parallel runtimes
sys-cluster/fti 1.6-r1: Fault Tolerance Interface
sys-cluster/genders 1.28.1: Static cluster configuration database used for cluster configuration management.
sys-cluster/genders 1.28.1-r1: Static cluster configuration database used for cluster configuration management
sys-cluster/heat 18.0.0-r1: A CloudFormation-compatible openstack-native cloud orchestration engine
sys-cluster/launchmon 1.0.2_p20210430-r2: Enables HPC run-time tools to co-locate tool daemons with a parallel job
sys-cluster/libbsctools 1.0.6-r2: libbsctools
@@ -1429,7 +1446,7 @@ sys-cluster/openstack-meta 2020.2.0: A openstack meta-package for installing the
sys-cluster/osu-micro-benchmarks 5.9: MPI, OPC and many other benchmarks
sys-cluster/otf2 2.3-r2: highly scalable, memory efficient event trace data format
sys-cluster/parallel-netcdf 1.12.2: Parallel extension to netCDF
sys-cluster/paraver-kernel 4.9.0: paraver kernel library
sys-cluster/paraver-kernel 4.10.1-r1: paraver kernel library
sys-cluster/parsec 3.0.2012-r1: Parallel Runtime Scheduler and Execution Controller
sys-cluster/pcs 0.10.8-r3 0.11.2: Pacemaker/Corosync Configuration System
sys-cluster/placement 7.0.0-r1: A HTTP service for managing, selecting, and claiming cloud resources
@@ -1448,7 +1465,7 @@ sys-cluster/synapse 2.0.1-r1: synapse
sys-cluster/temanejo 1.3: a debugger for task-parallel programming
sys-cluster/usort 0_pre20211230-r1: Fast distributed sorting routines using MPI and OpenMP
sys-cluster/veloc 1.6: Very-Low Overhead Checkpointing System
sys-cluster/wxparaver 4.9.0-r1 4.10.0: Performance analyzer based on event traces
sys-cluster/wxparaver 4.10.1: Performance analyzer based on event traces
sys-devel/cproc 9999: C11 compiler using QBE as backend
sys-devel/gsl 4.1.5-r1: iMatix GSL code generator
sys-devel/qbe 9999: Pure-C embeddable compiler backend

View File

@@ -1 +1 @@
Wed, 08 Jun 2022 08:04:11 +0000
Wed, 08 Jun 2022 18:03:04 +0000