pkgsrc/net/py-txtorcon/PLIST
wiz 3a9368eb33 py-txtorcon: update to 19.0.0.
v19.0.0
-------

January 15, 2019

 * add :func:`TorControlProtocol.when_disconnected` (will replace `.on_disconnect`)
 * add `detach=` kwarg to :func:`Tor.create_onion_service`
 * add `purpose=` kwarg to :func:`TorState.build_circuit`
2019-02-28 06:31:57 +00:00

139 lines
5.1 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2019/02/28 06:31:57 wiz Exp $
${PYSITELIB}/twisted/plugins/txtorcon_endpoint_parser.pyo
${PYSITELIB}/twisted/plugins/txtorcon_endpoint_parser.pyc
${PYSITELIB}/twisted/plugins/txtorcon_endpoint_parser.py
${PYSITELIB}/${EGG_FILE}/PKG-INFO
${PYSITELIB}/${EGG_FILE}/SOURCES.txt
${PYSITELIB}/${EGG_FILE}/dependency_links.txt
${PYSITELIB}/${EGG_FILE}/requires.txt
${PYSITELIB}/${EGG_FILE}/top_level.txt
${PYSITELIB}/txtorcon/__init__.py
${PYSITELIB}/txtorcon/__init__.pyo
${PYSITELIB}/txtorcon/__init__.pyc
${PYSITELIB}/txtorcon/_metadata.pyo
${PYSITELIB}/txtorcon/_metadata.pyc
${PYSITELIB}/txtorcon/_microdesc_parser.pyo
${PYSITELIB}/txtorcon/_microdesc_parser.pyc
${PYSITELIB}/txtorcon/addrmap.pyo
${PYSITELIB}/txtorcon/addrmap.pyc
${PYSITELIB}/txtorcon/attacher.pyo
${PYSITELIB}/txtorcon/attacher.pyc
${PYSITELIB}/txtorcon/circuit.pyo
${PYSITELIB}/txtorcon/circuit.pyc
${PYSITELIB}/txtorcon/controller.pyo
${PYSITELIB}/txtorcon/controller.pyc
${PLIST.py3x}${PYSITELIB}/txtorcon/controller_py3.pyo
${PLIST.py3x}${PYSITELIB}/txtorcon/controller_py3.pyc
${PYSITELIB}/txtorcon/endpoints.pyo
${PYSITELIB}/txtorcon/endpoints.pyc
${PYSITELIB}/txtorcon/interface.pyo
${PYSITELIB}/txtorcon/interface.pyc
${PYSITELIB}/txtorcon/log.pyo
${PYSITELIB}/txtorcon/log.pyc
${PYSITELIB}/txtorcon/onion.pyo
${PYSITELIB}/txtorcon/onion.pyc
${PYSITELIB}/txtorcon/router.pyo
${PYSITELIB}/txtorcon/router.pyc
${PYSITELIB}/txtorcon/socks.pyo
${PYSITELIB}/txtorcon/socks.pyc
${PYSITELIB}/txtorcon/spaghetti.pyo
${PYSITELIB}/txtorcon/spaghetti.pyc
${PYSITELIB}/txtorcon/stream.pyo
${PYSITELIB}/txtorcon/stream.pyc
${PYSITELIB}/txtorcon/testutil.pyo
${PYSITELIB}/txtorcon/testutil.pyc
${PYSITELIB}/txtorcon/torconfig.pyo
${PYSITELIB}/txtorcon/torconfig.pyc
${PYSITELIB}/txtorcon/torcontrolprotocol.pyo
${PYSITELIB}/txtorcon/torcontrolprotocol.pyc
${PYSITELIB}/txtorcon/torinfo.pyo
${PYSITELIB}/txtorcon/torinfo.pyc
${PYSITELIB}/txtorcon/torstate.pyo
${PYSITELIB}/txtorcon/torstate.pyc
${PYSITELIB}/txtorcon/util.pyo
${PYSITELIB}/txtorcon/util.pyc
${PYSITELIB}/txtorcon/web.pyo
${PYSITELIB}/txtorcon/web.pyc
${PYSITELIB}/txtorcon/_metadata.py
${PYSITELIB}/txtorcon/_microdesc_parser.py
${PYSITELIB}/txtorcon/addrmap.py
${PYSITELIB}/txtorcon/attacher.py
${PYSITELIB}/txtorcon/circuit.py
${PYSITELIB}/txtorcon/controller.py
${PYSITELIB}/txtorcon/controller_py3.py
${PYSITELIB}/txtorcon/endpoints.py
${PYSITELIB}/txtorcon/interface.py
${PYSITELIB}/txtorcon/log.py
${PYSITELIB}/txtorcon/onion.py
${PYSITELIB}/txtorcon/router.py
${PYSITELIB}/txtorcon/socks.py
${PYSITELIB}/txtorcon/spaghetti.py
${PYSITELIB}/txtorcon/stream.py
${PYSITELIB}/txtorcon/testutil.py
${PYSITELIB}/txtorcon/torconfig.py
${PYSITELIB}/txtorcon/torcontrolprotocol.py
${PYSITELIB}/txtorcon/torinfo.py
${PYSITELIB}/txtorcon/torstate.py
${PYSITELIB}/txtorcon/util.py
${PYSITELIB}/txtorcon/web.py
share/txtorcon/INSTALL
share/txtorcon/Makefile
share/txtorcon/README.rst
share/txtorcon/TODO
share/txtorcon/apilinks_sphinxext.py
share/txtorcon/avatar.png
share/txtorcon/conf.py
share/txtorcon/examples.rst
share/txtorcon/examples/close_all_circuits.py
share/txtorcon/examples/connect.py
share/txtorcon/examples/disallow_streams_by_port.py
share/txtorcon/examples/dns_lookups.py
share/txtorcon/examples/hidden_echo.py
share/txtorcon/examples/launch_tor.py
share/txtorcon/examples/launch_tor2web.py
share/txtorcon/examples/launch_tor_endpoint.py
share/txtorcon/examples/launch_tor_endpoint2.py
share/txtorcon/examples/launch_tor_unix_sockets.py
share/txtorcon/examples/launch_tor_with_simplehttpd.py
share/txtorcon/examples/minimal_endpoint.py
share/txtorcon/examples/monitor.py
share/txtorcon/examples/readme.py
share/txtorcon/examples/readme3.py
share/txtorcon/examples/stem_relay_descriptor.py
share/txtorcon/examples/stream_circuit_logger.py
share/txtorcon/examples/tor_info.py
share/txtorcon/examples/web_client.py
share/txtorcon/examples/web_client_authenticated.py
share/txtorcon/examples/web_client_custom_circuit.py
share/txtorcon/examples/web_client_treq.py
share/txtorcon/examples/web_onion_service_aiohttp.py
share/txtorcon/examples/web_onion_service_endpoints.py
share/txtorcon/examples/web_onion_service_ephemeral_auth.py
share/txtorcon/examples/web_onion_service_ephemeral_nonanon.py
share/txtorcon/examples/web_onion_service_ephemeral_unix.py
share/txtorcon/examples/web_onion_service_filesystem.py
share/txtorcon/examples/web_onion_service_prop224.py
share/txtorcon/examples/web_onion_service_prop224_endpoints_file.py
share/txtorcon/examples/webui_server.py
share/txtorcon/guide.rst
share/txtorcon/hacking.rst
share/txtorcon/haiku.css
share/txtorcon/index.rst
share/txtorcon/installing.rst
share/txtorcon/interop_asyncio.rst
share/txtorcon/introduction.rst
share/txtorcon/logo.png
share/txtorcon/logo.svg
share/txtorcon/meejah.asc
share/txtorcon/release-checklist.rst
share/txtorcon/releases.rst
share/txtorcon/txtorcon-config.rst
share/txtorcon/txtorcon-controller.rst
share/txtorcon/txtorcon-endpoints.rst
share/txtorcon/txtorcon-interface.rst
share/txtorcon/txtorcon-onion.rst
share/txtorcon/txtorcon-protocol.rst
share/txtorcon/txtorcon-socks.rst
share/txtorcon/txtorcon-state.rst
share/txtorcon/txtorcon-util.rst
share/txtorcon/txtorcon.rst