mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 18:43:18 -04:00
2021-03-12 10:05:47 UTC
This commit is contained in:
15
metadata/md5-cache/dev-python/anyio-2.2.0
Normal file
15
metadata/md5-cache/dev-python/anyio-2.2.0
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=>=dev-python/curio-1.4[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/idna-2.8[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/sniffio-1.1[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/trio-0.16[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] python_targets_python3_7? ( dev-python/typing-extensions[python_targets_python3_7(-)?,-python_single_target_python3_7(-)] ) doc? ( dev-python/anyio[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/sphinx-autodoc-typehints-1.2.0[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] dev-python/sphinx_rtd_theme[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] ) test? ( >=dev-python/hypothesis-4.0[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/pytest-6.0[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] dev-python/trustme[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/uvloop-0.15[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] ) test? ( >=dev-python/curio-1.4[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/idna-2.8[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/sniffio-1.1[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/trio-0.16[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] python_targets_python3_7? ( dev-python/typing-extensions[python_targets_python3_7(-)?,-python_single_target_python3_7(-)] ) >=dev-python/pytest-4.5.0[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] ) python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/setuptools-42.0.2[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] doc? ( || ( ( dev-lang/python:3.8 dev-python/sphinx[python_targets_python3_8(-),-python_single_target_python3_8(-)] ) ( dev-lang/python:3.7 dev-python/sphinx[python_targets_python3_7(-),-python_single_target_python3_7(-)] ) ) )
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Compatibility layer for multiple asynchronous event loop implementations
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/agronholm/anyio https://pypi.org/project/anyio
|
||||
IUSE=test python_targets_python3_7 python_targets_python3_8 doc
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/curio-1.4[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/idna-2.8[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/sniffio-1.1[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/trio-0.16[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] python_targets_python3_7? ( dev-python/typing-extensions[python_targets_python3_7(-)?,-python_single_target_python3_7(-)] ) python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/a/anyio/anyio-2.2.0.tar.gz
|
||||
_eclasses_=distutils-r1 16579e06f8839831bd5c03455bb87e3f docs 5a0235b1127b58fd6bf54a12c8d21657 multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 6d099888c5b4dd4868c26508df307e95 python-utils-r1 2dc8e06a3429719b43e9140f7292a425 toolchain-funcs 24921b57d6561d87cbef4916a296ada4
|
||||
_md5_=229c27a229b5c9982759cbe28079275f
|
||||
@@ -1,13 +0,0 @@
|
||||
BDEPEND=app-text/ronn dev-util/cmake sys-apps/sed sys-devel/bison virtual/pkgconfig dev-util/ninja dev-util/cmake
|
||||
DEFINED_PHASES=compile configure install postinst prepare pretend setup test unpack
|
||||
DEPEND=sys-devel/flex sys-devel/binutils:*
|
||||
DESCRIPTION=A fast very high compression read-only FUSE file system
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/mhx/dwarfs
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=dev-libs/boost[context,threads] dev-libs/double-conversion dev-libs/libfmt dev-libs/libevent app-arch/zstd app-arch/lz4 app-arch/xz-utils app-arch/snappy dev-cpp/sparsehash dev-cpp/gflags dev-cpp/glog[gflags] sys-fs/fuse:3 sys-libs/binutils-libs sys-libs/zlib sys-libs/libunwind !dev-cpp/folly
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/mhx/dwarfs/archive/v0.2.4.tar.gz -> dwarfs-0.2.4.tar.gz https://github.com/facebook/fbthrift/archive/v2020.11.30.00.tar.gz -> fbthrift-2020.11.30.00.tar.gz https://github.com/facebook/folly/archive/v2020.11.30.00.tar.gz -> folly-2020.11.30.00.tar.gz
|
||||
_eclasses_=check-reqs 7e3fd1855a5e1b50bb9e80827b3f672d cmake 314a813be2f09820e8978cdee941e501 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 l10n 8cdd85e169b835d518bc2fd59f780d8e multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 24921b57d6561d87cbef4916a296ada4 wrapper 4251d4c84c25f59094fd557e0063a974 xdg-utils ff2ff954e6b17929574eee4efc5152ba
|
||||
_md5_=30966a013ad5f93801d6c31c638857f9
|
||||
@@ -1,14 +0,0 @@
|
||||
BDEPEND=app-text/ronn dev-util/cmake sys-apps/sed sys-devel/bison virtual/pkgconfig dev-util/ninja dev-util/cmake
|
||||
DEFINED_PHASES=compile configure install postinst prepare pretend setup test
|
||||
DEPEND=sys-devel/flex sys-devel/binutils:*
|
||||
DESCRIPTION=A fast very high compression read-only FUSE file system
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/mhx/dwarfs
|
||||
IUSE=python +jemalloc fuse2 python_single_target_python3_7 python_single_target_python3_8 python_single_target_python3_9
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=dev-libs/boost[context,threads,python?] dev-libs/double-conversion dev-libs/libfmt dev-libs/libevent dev-libs/xxhash jemalloc? ( >=dev-libs/jemalloc-5.2.1 ) app-arch/zstd app-arch/lz4 app-arch/xz-utils app-arch/snappy dev-cpp/sparsehash dev-cpp/gflags dev-cpp/glog[gflags] sys-fs/fuse:3 fuse2? ( sys-fs/fuse:0 ) sys-libs/binutils-libs sys-libs/zlib sys-libs/libunwind !dev-cpp/folly
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/mhx/dwarfs/releases/download/v0.3.1/dwarfs-0.3.1.tar.bz2 -> dwarfs-0.3.1.tar.bz2
|
||||
_eclasses_=check-reqs 7e3fd1855a5e1b50bb9e80827b3f672d cmake 314a813be2f09820e8978cdee941e501 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 l10n 8cdd85e169b835d518bc2fd59f780d8e multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-single-r1 d3100de905f978df912135806cf27188 python-utils-r1 2dc8e06a3429719b43e9140f7292a425 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 wrapper 4251d4c84c25f59094fd557e0063a974 xdg-utils ff2ff954e6b17929574eee4efc5152ba
|
||||
_md5_=c8c020ca989e39a5b7aa3d6c3de1ad30
|
||||
@@ -11,4 +11,4 @@ RDEPEND=dev-libs/boost[context,threads,python?] dev-libs/double-conversion dev-l
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/mhx/dwarfs/releases/download/v0.4.0/dwarfs-0.4.0.tar.bz2 -> dwarfs-0.4.0.tar.bz2
|
||||
_eclasses_=check-reqs 7e3fd1855a5e1b50bb9e80827b3f672d cmake 314a813be2f09820e8978cdee941e501 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 l10n 8cdd85e169b835d518bc2fd59f780d8e multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-single-r1 d3100de905f978df912135806cf27188 python-utils-r1 2dc8e06a3429719b43e9140f7292a425 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 wrapper 4251d4c84c25f59094fd557e0063a974 xdg-utils ff2ff954e6b17929574eee4efc5152ba
|
||||
_md5_=fce902e2561721ea5c3f075ec44a698d
|
||||
_md5_=f5aa11a56abb07990e678b5b05da5d95
|
||||
|
||||
@@ -167,7 +167,7 @@ dev-python/aiopg 1.1.0: aiopg is a library for accessing a PostgreSQL database f
|
||||
dev-python/aiosqlite 0.16.0: asyncio bridge to the standard sqlite3 module
|
||||
dev-python/aiounittest 1.4.0: Test python asyncio-based code with ease
|
||||
dev-python/almost 0.1.5: A helper for approximate comparison
|
||||
dev-python/anyio 2.1.0: Compatibility layer for multiple asynchronous event loop implementations
|
||||
dev-python/anyio 2.1.0 2.2.0: Compatibility layer for multiple asynchronous event loop implementations
|
||||
dev-python/asciimatics 1.11.0 1.12.0 9999: Package for curses-like operations, text UIs and ASCII art animations
|
||||
dev-python/ascim 0.1.1 9999: Manipulate ASCII art as you would do with raster images
|
||||
dev-python/aspectlib 1.5.2: An aspect-oriented programming, monkey-patch and decorators library
|
||||
@@ -514,7 +514,7 @@ sys-cluster/shuffile 0.0.3: SHUFFILE Shuffle files between processes
|
||||
sys-cluster/veloc 1.2: Very-Low Overhead Checkpointing System
|
||||
sys-fs/btrfs-heatmap 9: Python 3 script to draw a heatmap of a btrfs filesystem
|
||||
sys-fs/diskonaut 0.10.0 0.11.0 9999: Terminal disk space visual navigator
|
||||
sys-fs/dwarfs 0.2.4 0.3.1-r2 0.4.0: A fast very high compression read-only FUSE file system
|
||||
sys-fs/dwarfs 0.4.0: A fast very high compression read-only FUSE file system
|
||||
sys-fs/erofs-utils 1.1 1.2 1.2.1 9999: Userspace tools for EROFS images
|
||||
sys-fs/gcsfuse 0.33.2: A user-space file system for interacting with Google Cloud Storage
|
||||
sys-fs/gfs2-utils 3.2.0 3.3.0: Shared-disk cluster file system
|
||||
|
||||
@@ -1 +1 @@
|
||||
Thu, 11 Mar 2021 20:06:00 +0000
|
||||
Fri, 12 Mar 2021 10:05:47 +0000
|
||||
|
||||
@@ -167,7 +167,6 @@ sys-cluster/dlb:instrumentation - enable sys-cluster/extrae instrumentation
|
||||
sys-cluster/veloc:alps - Use ALPS (Application Level Placement Scheduler) as resource manager
|
||||
sys-cluster/veloc:lsf - Use LFS (Load Sharing Facility) as resource manager
|
||||
sys-cluster/veloc:slurm - Use sys-cluster/slurm as resource manager
|
||||
sys-fs/dwarfs:fuse2 - Install optional fuse2 bindings in addition to fuse3.
|
||||
sys-fs/erofs-utils:fuse - Enable support for Filesystem in Userspace via sys-fs/fuse
|
||||
sys-fs/erofs-utils:uuid - Allow interaction with libuuid in sys-apps/util-linux. It's recommended turn on
|
||||
sys-kernel/dkms:kernel-hooks - Enable automatic rebuilding of modules via kernel source makefile hooks
|
||||
|
||||
Reference in New Issue
Block a user