diff options
author | rhialto <rhialto@pkgsrc.org> | 2022-01-19 21:14:26 +0000 |
---|---|---|
committer | rhialto <rhialto@pkgsrc.org> | 2022-01-19 21:14:26 +0000 |
commit | 0539ad228eddfff635e235f36c15068796e4666d (patch) | |
tree | b369b1abcddb7b829e04446fc752fc2ad39941fe /devel | |
parent | f6c6c1a2e848ccc17272a1995b1ad0b8084a6657 (diff) | |
download | pkgsrc-0539ad228eddfff635e235f36c15068796e4666d.tar.gz |
devel/py-trio: import from wip.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-trio/DESCR | 1 | ||||
-rw-r--r-- | devel/py-trio/Makefile | 26 | ||||
-rw-r--r-- | devel/py-trio/PLIST | 381 | ||||
-rw-r--r-- | devel/py-trio/distinfo | 5 |
4 files changed, 413 insertions, 0 deletions
diff --git a/devel/py-trio/DESCR b/devel/py-trio/DESCR new file mode 100644 index 00000000000..3f1124a73cc --- /dev/null +++ b/devel/py-trio/DESCR @@ -0,0 +1 @@ +A friendly Python library for async concurrency and I/O diff --git a/devel/py-trio/Makefile b/devel/py-trio/Makefile new file mode 100644 index 00000000000..3d30fbff622 --- /dev/null +++ b/devel/py-trio/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1 2022/01/19 21:14:26 rhialto Exp $ + +DISTNAME= trio-0.19.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_PYPI:=t/trio/} + +MAINTAINER= kamelderouiche@yahoo.com +HOMEPAGE= https://github.com/python-trio/trio +COMMENT= Friendly Python library for async concurrency and I/O +LICENSE= mit OR apache-2.0 + +PYTHON_VERSIONS_INCOMPATIBLE= 37 27 + +DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs +DEPENDS+= ${PYPKGPREFIX}-sortedcontainers>=2.2.2:../../devel/py-sortedcontainers +DEPENDS+= ${PYPKGPREFIX}-async_generator>=1.9:../../devel/py-async_generator +DEPENDS+= ${PYPKGPREFIX}-idna>=2.10:../../www/py-idna +#DEPENDS+= ${PYPKGPREFIX}-outcome>=1.1.0:../../wip/py-outcome +DEPENDS+= ${PYPKGPREFIX}-sniffio>=1.2.0:../../misc/py-sniffio +DEPENDS+= ${PYPKGPREFIX}-cffi>=1.14:../../devel/py-cffi + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/py-trio/PLIST b/devel/py-trio/PLIST new file mode 100644 index 00000000000..575e412b892 --- /dev/null +++ b/devel/py-trio/PLIST @@ -0,0 +1,381 @@ +@comment $NetBSD: PLIST,v 1.1 2022/01/19 21:14:26 rhialto Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/trio/__init__.py +${PYSITELIB}/trio/__init__.pyc +${PYSITELIB}/trio/__init__.pyo +${PYSITELIB}/trio/_abc.py +${PYSITELIB}/trio/_abc.pyc +${PYSITELIB}/trio/_abc.pyo +${PYSITELIB}/trio/_channel.py +${PYSITELIB}/trio/_channel.pyc +${PYSITELIB}/trio/_channel.pyo +${PYSITELIB}/trio/_core/__init__.py +${PYSITELIB}/trio/_core/__init__.pyc +${PYSITELIB}/trio/_core/__init__.pyo +${PYSITELIB}/trio/_core/_asyncgens.py +${PYSITELIB}/trio/_core/_asyncgens.pyc +${PYSITELIB}/trio/_core/_asyncgens.pyo +${PYSITELIB}/trio/_core/_entry_queue.py +${PYSITELIB}/trio/_core/_entry_queue.pyc +${PYSITELIB}/trio/_core/_entry_queue.pyo +${PYSITELIB}/trio/_core/_exceptions.py +${PYSITELIB}/trio/_core/_exceptions.pyc +${PYSITELIB}/trio/_core/_exceptions.pyo +${PYSITELIB}/trio/_core/_generated_instrumentation.py +${PYSITELIB}/trio/_core/_generated_instrumentation.pyc +${PYSITELIB}/trio/_core/_generated_instrumentation.pyo +${PYSITELIB}/trio/_core/_generated_io_epoll.py +${PYSITELIB}/trio/_core/_generated_io_epoll.pyc +${PYSITELIB}/trio/_core/_generated_io_epoll.pyo +${PYSITELIB}/trio/_core/_generated_io_kqueue.py +${PYSITELIB}/trio/_core/_generated_io_kqueue.pyc +${PYSITELIB}/trio/_core/_generated_io_kqueue.pyo +${PYSITELIB}/trio/_core/_generated_io_windows.py +${PYSITELIB}/trio/_core/_generated_io_windows.pyc +${PYSITELIB}/trio/_core/_generated_io_windows.pyo +${PYSITELIB}/trio/_core/_generated_run.py +${PYSITELIB}/trio/_core/_generated_run.pyc +${PYSITELIB}/trio/_core/_generated_run.pyo +${PYSITELIB}/trio/_core/_instrumentation.py +${PYSITELIB}/trio/_core/_instrumentation.pyc +${PYSITELIB}/trio/_core/_instrumentation.pyo +${PYSITELIB}/trio/_core/_io_common.py +${PYSITELIB}/trio/_core/_io_common.pyc +${PYSITELIB}/trio/_core/_io_common.pyo +${PYSITELIB}/trio/_core/_io_epoll.py +${PYSITELIB}/trio/_core/_io_epoll.pyc +${PYSITELIB}/trio/_core/_io_epoll.pyo +${PYSITELIB}/trio/_core/_io_kqueue.py +${PYSITELIB}/trio/_core/_io_kqueue.pyc +${PYSITELIB}/trio/_core/_io_kqueue.pyo +${PYSITELIB}/trio/_core/_io_windows.py +${PYSITELIB}/trio/_core/_io_windows.pyc +${PYSITELIB}/trio/_core/_io_windows.pyo +${PYSITELIB}/trio/_core/_ki.py +${PYSITELIB}/trio/_core/_ki.pyc +${PYSITELIB}/trio/_core/_ki.pyo +${PYSITELIB}/trio/_core/_local.py +${PYSITELIB}/trio/_core/_local.pyc +${PYSITELIB}/trio/_core/_local.pyo +${PYSITELIB}/trio/_core/_mock_clock.py +${PYSITELIB}/trio/_core/_mock_clock.pyc +${PYSITELIB}/trio/_core/_mock_clock.pyo +${PYSITELIB}/trio/_core/_multierror.py +${PYSITELIB}/trio/_core/_multierror.pyc +${PYSITELIB}/trio/_core/_multierror.pyo +${PYSITELIB}/trio/_core/_parking_lot.py +${PYSITELIB}/trio/_core/_parking_lot.pyc +${PYSITELIB}/trio/_core/_parking_lot.pyo +${PYSITELIB}/trio/_core/_run.py +${PYSITELIB}/trio/_core/_run.pyc +${PYSITELIB}/trio/_core/_run.pyo +${PYSITELIB}/trio/_core/_thread_cache.py +${PYSITELIB}/trio/_core/_thread_cache.pyc +${PYSITELIB}/trio/_core/_thread_cache.pyo +${PYSITELIB}/trio/_core/_traps.py +${PYSITELIB}/trio/_core/_traps.pyc +${PYSITELIB}/trio/_core/_traps.pyo +${PYSITELIB}/trio/_core/_unbounded_queue.py +${PYSITELIB}/trio/_core/_unbounded_queue.pyc +${PYSITELIB}/trio/_core/_unbounded_queue.pyo +${PYSITELIB}/trio/_core/_wakeup_socketpair.py +${PYSITELIB}/trio/_core/_wakeup_socketpair.pyc +${PYSITELIB}/trio/_core/_wakeup_socketpair.pyo +${PYSITELIB}/trio/_core/_windows_cffi.py +${PYSITELIB}/trio/_core/_windows_cffi.pyc +${PYSITELIB}/trio/_core/_windows_cffi.pyo +${PYSITELIB}/trio/_core/tests/__init__.py +${PYSITELIB}/trio/_core/tests/__init__.pyc +${PYSITELIB}/trio/_core/tests/__init__.pyo +${PYSITELIB}/trio/_core/tests/conftest.py +${PYSITELIB}/trio/_core/tests/conftest.pyc +${PYSITELIB}/trio/_core/tests/conftest.pyo +${PYSITELIB}/trio/_core/tests/test_asyncgen.py +${PYSITELIB}/trio/_core/tests/test_asyncgen.pyc +${PYSITELIB}/trio/_core/tests/test_asyncgen.pyo +${PYSITELIB}/trio/_core/tests/test_guest_mode.py +${PYSITELIB}/trio/_core/tests/test_guest_mode.pyc +${PYSITELIB}/trio/_core/tests/test_guest_mode.pyo +${PYSITELIB}/trio/_core/tests/test_instrumentation.py +${PYSITELIB}/trio/_core/tests/test_instrumentation.pyc +${PYSITELIB}/trio/_core/tests/test_instrumentation.pyo +${PYSITELIB}/trio/_core/tests/test_io.py +${PYSITELIB}/trio/_core/tests/test_io.pyc +${PYSITELIB}/trio/_core/tests/test_io.pyo +${PYSITELIB}/trio/_core/tests/test_ki.py +${PYSITELIB}/trio/_core/tests/test_ki.pyc +${PYSITELIB}/trio/_core/tests/test_ki.pyo +${PYSITELIB}/trio/_core/tests/test_local.py +${PYSITELIB}/trio/_core/tests/test_local.pyc +${PYSITELIB}/trio/_core/tests/test_local.pyo +${PYSITELIB}/trio/_core/tests/test_mock_clock.py +${PYSITELIB}/trio/_core/tests/test_mock_clock.pyc +${PYSITELIB}/trio/_core/tests/test_mock_clock.pyo +${PYSITELIB}/trio/_core/tests/test_multierror.py +${PYSITELIB}/trio/_core/tests/test_multierror.pyc +${PYSITELIB}/trio/_core/tests/test_multierror.pyo +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/__init__.py +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/__init__.pyc +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/__init__.pyo +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/_common.py +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/_common.pyc +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/_common.pyo +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/apport_excepthook.py +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/apport_excepthook.pyc +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/apport_excepthook.pyo +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/custom_excepthook.py +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/custom_excepthook.pyc +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/custom_excepthook.pyo +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/ipython_custom_exc.py +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/ipython_custom_exc.pyc +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/ipython_custom_exc.pyo +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/simple_excepthook.py +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/simple_excepthook.pyc +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/simple_excepthook.pyo +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/simple_excepthook_IPython.py +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/simple_excepthook_IPython.pyc +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/simple_excepthook_IPython.pyo +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/simple_excepthook_partial.py +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/simple_excepthook_partial.pyc +${PYSITELIB}/trio/_core/tests/test_multierror_scripts/simple_excepthook_partial.pyo +${PYSITELIB}/trio/_core/tests/test_parking_lot.py +${PYSITELIB}/trio/_core/tests/test_parking_lot.pyc +${PYSITELIB}/trio/_core/tests/test_parking_lot.pyo +${PYSITELIB}/trio/_core/tests/test_run.py +${PYSITELIB}/trio/_core/tests/test_run.pyc +${PYSITELIB}/trio/_core/tests/test_run.pyo +${PYSITELIB}/trio/_core/tests/test_thread_cache.py +${PYSITELIB}/trio/_core/tests/test_thread_cache.pyc +${PYSITELIB}/trio/_core/tests/test_thread_cache.pyo +${PYSITELIB}/trio/_core/tests/test_tutil.py +${PYSITELIB}/trio/_core/tests/test_tutil.pyc +${PYSITELIB}/trio/_core/tests/test_tutil.pyo +${PYSITELIB}/trio/_core/tests/test_unbounded_queue.py +${PYSITELIB}/trio/_core/tests/test_unbounded_queue.pyc +${PYSITELIB}/trio/_core/tests/test_unbounded_queue.pyo +${PYSITELIB}/trio/_core/tests/test_util.py +${PYSITELIB}/trio/_core/tests/test_util.pyc +${PYSITELIB}/trio/_core/tests/test_util.pyo +${PYSITELIB}/trio/_core/tests/test_windows.py +${PYSITELIB}/trio/_core/tests/test_windows.pyc +${PYSITELIB}/trio/_core/tests/test_windows.pyo +${PYSITELIB}/trio/_core/tests/tutil.py +${PYSITELIB}/trio/_core/tests/tutil.pyc +${PYSITELIB}/trio/_core/tests/tutil.pyo +${PYSITELIB}/trio/_deprecate.py +${PYSITELIB}/trio/_deprecate.pyc +${PYSITELIB}/trio/_deprecate.pyo +${PYSITELIB}/trio/_file_io.py +${PYSITELIB}/trio/_file_io.pyc +${PYSITELIB}/trio/_file_io.pyo +${PYSITELIB}/trio/_highlevel_generic.py +${PYSITELIB}/trio/_highlevel_generic.pyc +${PYSITELIB}/trio/_highlevel_generic.pyo +${PYSITELIB}/trio/_highlevel_open_tcp_listeners.py +${PYSITELIB}/trio/_highlevel_open_tcp_listeners.pyc +${PYSITELIB}/trio/_highlevel_open_tcp_listeners.pyo +${PYSITELIB}/trio/_highlevel_open_tcp_stream.py +${PYSITELIB}/trio/_highlevel_open_tcp_stream.pyc +${PYSITELIB}/trio/_highlevel_open_tcp_stream.pyo +${PYSITELIB}/trio/_highlevel_open_unix_stream.py +${PYSITELIB}/trio/_highlevel_open_unix_stream.pyc +${PYSITELIB}/trio/_highlevel_open_unix_stream.pyo +${PYSITELIB}/trio/_highlevel_serve_listeners.py +${PYSITELIB}/trio/_highlevel_serve_listeners.pyc +${PYSITELIB}/trio/_highlevel_serve_listeners.pyo +${PYSITELIB}/trio/_highlevel_socket.py +${PYSITELIB}/trio/_highlevel_socket.pyc +${PYSITELIB}/trio/_highlevel_socket.pyo +${PYSITELIB}/trio/_highlevel_ssl_helpers.py +${PYSITELIB}/trio/_highlevel_ssl_helpers.pyc +${PYSITELIB}/trio/_highlevel_ssl_helpers.pyo +${PYSITELIB}/trio/_path.py +${PYSITELIB}/trio/_path.pyc +${PYSITELIB}/trio/_path.pyo +${PYSITELIB}/trio/_signals.py +${PYSITELIB}/trio/_signals.pyc +${PYSITELIB}/trio/_signals.pyo +${PYSITELIB}/trio/_socket.py +${PYSITELIB}/trio/_socket.pyc +${PYSITELIB}/trio/_socket.pyo +${PYSITELIB}/trio/_ssl.py +${PYSITELIB}/trio/_ssl.pyc +${PYSITELIB}/trio/_ssl.pyo +${PYSITELIB}/trio/_subprocess.py +${PYSITELIB}/trio/_subprocess.pyc +${PYSITELIB}/trio/_subprocess.pyo +${PYSITELIB}/trio/_subprocess_platform/__init__.py +${PYSITELIB}/trio/_subprocess_platform/__init__.pyc +${PYSITELIB}/trio/_subprocess_platform/__init__.pyo +${PYSITELIB}/trio/_subprocess_platform/kqueue.py +${PYSITELIB}/trio/_subprocess_platform/kqueue.pyc +${PYSITELIB}/trio/_subprocess_platform/kqueue.pyo +${PYSITELIB}/trio/_subprocess_platform/waitid.py +${PYSITELIB}/trio/_subprocess_platform/waitid.pyc +${PYSITELIB}/trio/_subprocess_platform/waitid.pyo +${PYSITELIB}/trio/_subprocess_platform/windows.py +${PYSITELIB}/trio/_subprocess_platform/windows.pyc +${PYSITELIB}/trio/_subprocess_platform/windows.pyo +${PYSITELIB}/trio/_sync.py +${PYSITELIB}/trio/_sync.pyc +${PYSITELIB}/trio/_sync.pyo +${PYSITELIB}/trio/_threads.py +${PYSITELIB}/trio/_threads.pyc +${PYSITELIB}/trio/_threads.pyo +${PYSITELIB}/trio/_timeouts.py +${PYSITELIB}/trio/_timeouts.pyc +${PYSITELIB}/trio/_timeouts.pyo +${PYSITELIB}/trio/_tools/__init__.py +${PYSITELIB}/trio/_tools/__init__.pyc +${PYSITELIB}/trio/_tools/__init__.pyo +${PYSITELIB}/trio/_tools/gen_exports.py +${PYSITELIB}/trio/_tools/gen_exports.pyc +${PYSITELIB}/trio/_tools/gen_exports.pyo +${PYSITELIB}/trio/_unix_pipes.py +${PYSITELIB}/trio/_unix_pipes.pyc +${PYSITELIB}/trio/_unix_pipes.pyo +${PYSITELIB}/trio/_util.py +${PYSITELIB}/trio/_util.pyc +${PYSITELIB}/trio/_util.pyo +${PYSITELIB}/trio/_version.py +${PYSITELIB}/trio/_version.pyc +${PYSITELIB}/trio/_version.pyo +${PYSITELIB}/trio/_wait_for_object.py +${PYSITELIB}/trio/_wait_for_object.pyc +${PYSITELIB}/trio/_wait_for_object.pyo +${PYSITELIB}/trio/_windows_pipes.py +${PYSITELIB}/trio/_windows_pipes.pyc +${PYSITELIB}/trio/_windows_pipes.pyo +${PYSITELIB}/trio/abc.py +${PYSITELIB}/trio/abc.pyc +${PYSITELIB}/trio/abc.pyo +${PYSITELIB}/trio/from_thread.py +${PYSITELIB}/trio/from_thread.pyc +${PYSITELIB}/trio/from_thread.pyo +${PYSITELIB}/trio/lowlevel.py +${PYSITELIB}/trio/lowlevel.pyc +${PYSITELIB}/trio/lowlevel.pyo +${PYSITELIB}/trio/socket.py +${PYSITELIB}/trio/socket.pyc +${PYSITELIB}/trio/socket.pyo +${PYSITELIB}/trio/testing/__init__.py +${PYSITELIB}/trio/testing/__init__.pyc +${PYSITELIB}/trio/testing/__init__.pyo +${PYSITELIB}/trio/testing/_check_streams.py +${PYSITELIB}/trio/testing/_check_streams.pyc +${PYSITELIB}/trio/testing/_check_streams.pyo +${PYSITELIB}/trio/testing/_checkpoints.py +${PYSITELIB}/trio/testing/_checkpoints.pyc +${PYSITELIB}/trio/testing/_checkpoints.pyo +${PYSITELIB}/trio/testing/_memory_streams.py +${PYSITELIB}/trio/testing/_memory_streams.pyc +${PYSITELIB}/trio/testing/_memory_streams.pyo +${PYSITELIB}/trio/testing/_network.py +${PYSITELIB}/trio/testing/_network.pyc +${PYSITELIB}/trio/testing/_network.pyo +${PYSITELIB}/trio/testing/_sequencer.py +${PYSITELIB}/trio/testing/_sequencer.pyc +${PYSITELIB}/trio/testing/_sequencer.pyo +${PYSITELIB}/trio/testing/_trio_test.py +${PYSITELIB}/trio/testing/_trio_test.pyc +${PYSITELIB}/trio/testing/_trio_test.pyo +${PYSITELIB}/trio/tests/__init__.py +${PYSITELIB}/trio/tests/__init__.pyc +${PYSITELIB}/trio/tests/__init__.pyo +${PYSITELIB}/trio/tests/conftest.py +${PYSITELIB}/trio/tests/conftest.pyc +${PYSITELIB}/trio/tests/conftest.pyo +${PYSITELIB}/trio/tests/module_with_deprecations.py +${PYSITELIB}/trio/tests/module_with_deprecations.pyc +${PYSITELIB}/trio/tests/module_with_deprecations.pyo +${PYSITELIB}/trio/tests/test_abc.py +${PYSITELIB}/trio/tests/test_abc.pyc +${PYSITELIB}/trio/tests/test_abc.pyo +${PYSITELIB}/trio/tests/test_channel.py +${PYSITELIB}/trio/tests/test_channel.pyc +${PYSITELIB}/trio/tests/test_channel.pyo +${PYSITELIB}/trio/tests/test_deprecate.py +${PYSITELIB}/trio/tests/test_deprecate.pyc +${PYSITELIB}/trio/tests/test_deprecate.pyo +${PYSITELIB}/trio/tests/test_exports.py +${PYSITELIB}/trio/tests/test_exports.pyc +${PYSITELIB}/trio/tests/test_exports.pyo +${PYSITELIB}/trio/tests/test_file_io.py +${PYSITELIB}/trio/tests/test_file_io.pyc +${PYSITELIB}/trio/tests/test_file_io.pyo +${PYSITELIB}/trio/tests/test_highlevel_generic.py +${PYSITELIB}/trio/tests/test_highlevel_generic.pyc +${PYSITELIB}/trio/tests/test_highlevel_generic.pyo +${PYSITELIB}/trio/tests/test_highlevel_open_tcp_listeners.py +${PYSITELIB}/trio/tests/test_highlevel_open_tcp_listeners.pyc +${PYSITELIB}/trio/tests/test_highlevel_open_tcp_listeners.pyo +${PYSITELIB}/trio/tests/test_highlevel_open_tcp_stream.py +${PYSITELIB}/trio/tests/test_highlevel_open_tcp_stream.pyc +${PYSITELIB}/trio/tests/test_highlevel_open_tcp_stream.pyo +${PYSITELIB}/trio/tests/test_highlevel_open_unix_stream.py +${PYSITELIB}/trio/tests/test_highlevel_open_unix_stream.pyc +${PYSITELIB}/trio/tests/test_highlevel_open_unix_stream.pyo +${PYSITELIB}/trio/tests/test_highlevel_serve_listeners.py +${PYSITELIB}/trio/tests/test_highlevel_serve_listeners.pyc +${PYSITELIB}/trio/tests/test_highlevel_serve_listeners.pyo +${PYSITELIB}/trio/tests/test_highlevel_socket.py +${PYSITELIB}/trio/tests/test_highlevel_socket.pyc +${PYSITELIB}/trio/tests/test_highlevel_socket.pyo +${PYSITELIB}/trio/tests/test_highlevel_ssl_helpers.py +${PYSITELIB}/trio/tests/test_highlevel_ssl_helpers.pyc +${PYSITELIB}/trio/tests/test_highlevel_ssl_helpers.pyo +${PYSITELIB}/trio/tests/test_path.py +${PYSITELIB}/trio/tests/test_path.pyc +${PYSITELIB}/trio/tests/test_path.pyo +${PYSITELIB}/trio/tests/test_scheduler_determinism.py +${PYSITELIB}/trio/tests/test_scheduler_determinism.pyc +${PYSITELIB}/trio/tests/test_scheduler_determinism.pyo +${PYSITELIB}/trio/tests/test_signals.py +${PYSITELIB}/trio/tests/test_signals.pyc +${PYSITELIB}/trio/tests/test_signals.pyo +${PYSITELIB}/trio/tests/test_socket.py +${PYSITELIB}/trio/tests/test_socket.pyc +${PYSITELIB}/trio/tests/test_socket.pyo +${PYSITELIB}/trio/tests/test_ssl.py +${PYSITELIB}/trio/tests/test_ssl.pyc +${PYSITELIB}/trio/tests/test_ssl.pyo +${PYSITELIB}/trio/tests/test_subprocess.py +${PYSITELIB}/trio/tests/test_subprocess.pyc +${PYSITELIB}/trio/tests/test_subprocess.pyo +${PYSITELIB}/trio/tests/test_sync.py +${PYSITELIB}/trio/tests/test_sync.pyc +${PYSITELIB}/trio/tests/test_sync.pyo +${PYSITELIB}/trio/tests/test_testing.py +${PYSITELIB}/trio/tests/test_testing.pyc +${PYSITELIB}/trio/tests/test_testing.pyo +${PYSITELIB}/trio/tests/test_threads.py +${PYSITELIB}/trio/tests/test_threads.pyc +${PYSITELIB}/trio/tests/test_threads.pyo +${PYSITELIB}/trio/tests/test_timeouts.py +${PYSITELIB}/trio/tests/test_timeouts.pyc +${PYSITELIB}/trio/tests/test_timeouts.pyo +${PYSITELIB}/trio/tests/test_unix_pipes.py +${PYSITELIB}/trio/tests/test_unix_pipes.pyc +${PYSITELIB}/trio/tests/test_unix_pipes.pyo +${PYSITELIB}/trio/tests/test_util.py +${PYSITELIB}/trio/tests/test_util.pyc +${PYSITELIB}/trio/tests/test_util.pyo +${PYSITELIB}/trio/tests/test_wait_for_object.py +${PYSITELIB}/trio/tests/test_wait_for_object.pyc +${PYSITELIB}/trio/tests/test_wait_for_object.pyo +${PYSITELIB}/trio/tests/test_windows_pipes.py +${PYSITELIB}/trio/tests/test_windows_pipes.pyc +${PYSITELIB}/trio/tests/test_windows_pipes.pyo +${PYSITELIB}/trio/tests/tools/__init__.py +${PYSITELIB}/trio/tests/tools/__init__.pyc +${PYSITELIB}/trio/tests/tools/__init__.pyo +${PYSITELIB}/trio/tests/tools/test_gen_exports.py +${PYSITELIB}/trio/tests/tools/test_gen_exports.pyc +${PYSITELIB}/trio/tests/tools/test_gen_exports.pyo +${PYSITELIB}/trio/to_thread.py +${PYSITELIB}/trio/to_thread.pyc +${PYSITELIB}/trio/to_thread.pyo diff --git a/devel/py-trio/distinfo b/devel/py-trio/distinfo new file mode 100644 index 00000000000..c38ea806b22 --- /dev/null +++ b/devel/py-trio/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/01/19 21:14:26 rhialto Exp $ + +BLAKE2s (trio-0.19.0.tar.gz) = 5b279ad804f3a014c72b76d9599b1ce4f663760e77a70df0c0d711377616d3a7 +SHA512 (trio-0.19.0.tar.gz) = e517d19beca7607128ef066ca8ab6ff9b0934a6a35210507f4fc1907941da98a86abf1a3c23711dc9a9d86be4d5a2f648f99b6c2913cbf8665aeae7ecdfea947 +Size (trio-0.19.0.tar.gz) = 440341 bytes |