pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-trio-0.17.0 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Dec 27 13:25:56 2020 +0100
Changeset:	9351a37ea4979a5f47843ecc6cbd36275081a5c6

Added Files:
	py-trio/DESCR
	py-trio/Makefile
	py-trio/PLIST
	py-trio/distinfo

Log Message:
py-trio-0.17.0 import to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9351a37ea4979a5f47843ecc6cbd36275081a5c6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-trio/DESCR    |   1 +
 py-trio/Makefile |  26 ++++
 py-trio/PLIST    | 384 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-trio/distinfo |   6 +
 4 files changed, 417 insertions(+)

diffs:
diff --git a/py-trio/DESCR b/py-trio/DESCR
new file mode 100644
index 0000000000..3f1124a73c
--- /dev/null
+++ b/py-trio/DESCR
@@ -0,0 +1 @@
+A friendly Python library for async concurrency and I/O
diff --git a/py-trio/Makefile b/py-trio/Makefile
new file mode 100644
index 0000000000..1d0af6aade
--- /dev/null
+++ b/py-trio/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+DISTNAME=	trio-0.17.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=t/trio/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+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 36 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/py-trio/PLIST b/py-trio/PLIST
new file mode 100644
index 0000000000..bf28c0f5c0
--- /dev/null
+++ b/py-trio/PLIST
@@ -0,0 +1,384 @@
+@comment $NetBSD$
+${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/hazmat.py
+${PYSITELIB}/trio/hazmat.pyc
+${PYSITELIB}/trio/hazmat.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/py-trio/distinfo b/py-trio/distinfo
new file mode 100644
index 0000000000..6fd435562f
--- /dev/null
+++ b/py-trio/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (trio-0.17.0.tar.gz) = 4994f3ffef5ef545c2c9a985556d3ae3e15b0637
+RMD160 (trio-0.17.0.tar.gz) = 96713c61a7200c147359d6acd2127fb45719f66d
+SHA512 (trio-0.17.0.tar.gz) = 68d393f0915cbb88b2bf9f07575dfd5020156f8243523062fe7d79053b422b8110c6dcc1ebe66c4c338c5a18009bff3b2ea4cc9497f01ca25fa8e2175224a4a8
+Size (trio-0.17.0.tar.gz) = 439265 bytes


Home | Main Index | Thread Index | Old Index