pkgsrc/www/py-waitress/PLIST
adam 3b232aa61c 1.0.2:
Features
- Python 3.6 is now officially supported in Waitress

Bugfixes
- Add a work-around for libc issue on Linux not following the documented
  standards. If getnameinfo() fails because of DNS not being available it
  should return the IP address instead of the reverse DNS entry, however
  instead getnameinfo() raises. We catch this, and ask getnameinfo()
  for the same information again, explicitly asking for IP address instead of
  reverse DNS hostname.
2017-07-09 21:24:24 +00:00

124 lines
5.2 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2017/07/09 21:24:24 adam Exp $
bin/waitress-serve${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/waitress/__init__.py
${PYSITELIB}/waitress/__init__.pyc
${PYSITELIB}/waitress/__init__.pyo
${PYSITELIB}/waitress/adjustments.py
${PYSITELIB}/waitress/adjustments.pyc
${PYSITELIB}/waitress/adjustments.pyo
${PYSITELIB}/waitress/buffers.py
${PYSITELIB}/waitress/buffers.pyc
${PYSITELIB}/waitress/buffers.pyo
${PYSITELIB}/waitress/channel.py
${PYSITELIB}/waitress/channel.pyc
${PYSITELIB}/waitress/channel.pyo
${PYSITELIB}/waitress/compat.py
${PYSITELIB}/waitress/compat.pyc
${PYSITELIB}/waitress/compat.pyo
${PYSITELIB}/waitress/parser.py
${PYSITELIB}/waitress/parser.pyc
${PYSITELIB}/waitress/parser.pyo
${PYSITELIB}/waitress/receiver.py
${PYSITELIB}/waitress/receiver.pyc
${PYSITELIB}/waitress/receiver.pyo
${PYSITELIB}/waitress/runner.py
${PYSITELIB}/waitress/runner.pyc
${PYSITELIB}/waitress/runner.pyo
${PYSITELIB}/waitress/server.py
${PYSITELIB}/waitress/server.pyc
${PYSITELIB}/waitress/server.pyo
${PYSITELIB}/waitress/task.py
${PYSITELIB}/waitress/task.pyc
${PYSITELIB}/waitress/task.pyo
${PYSITELIB}/waitress/tests/__init__.py
${PYSITELIB}/waitress/tests/__init__.pyc
${PYSITELIB}/waitress/tests/__init__.pyo
${PYSITELIB}/waitress/tests/fixtureapps/__init__.py
${PYSITELIB}/waitress/tests/fixtureapps/__init__.pyc
${PYSITELIB}/waitress/tests/fixtureapps/__init__.pyo
${PYSITELIB}/waitress/tests/fixtureapps/badcl.py
${PYSITELIB}/waitress/tests/fixtureapps/badcl.pyc
${PYSITELIB}/waitress/tests/fixtureapps/badcl.pyo
${PYSITELIB}/waitress/tests/fixtureapps/echo.py
${PYSITELIB}/waitress/tests/fixtureapps/echo.pyc
${PYSITELIB}/waitress/tests/fixtureapps/echo.pyo
${PYSITELIB}/waitress/tests/fixtureapps/error.py
${PYSITELIB}/waitress/tests/fixtureapps/error.pyc
${PYSITELIB}/waitress/tests/fixtureapps/error.pyo
${PYSITELIB}/waitress/tests/fixtureapps/filewrapper.py
${PYSITELIB}/waitress/tests/fixtureapps/filewrapper.pyc
${PYSITELIB}/waitress/tests/fixtureapps/filewrapper.pyo
${PYSITELIB}/waitress/tests/fixtureapps/getline.py
${PYSITELIB}/waitress/tests/fixtureapps/getline.pyc
${PYSITELIB}/waitress/tests/fixtureapps/getline.pyo
${PYSITELIB}/waitress/tests/fixtureapps/groundhog1.jpg
${PYSITELIB}/waitress/tests/fixtureapps/nocl.py
${PYSITELIB}/waitress/tests/fixtureapps/nocl.pyc
${PYSITELIB}/waitress/tests/fixtureapps/nocl.pyo
${PYSITELIB}/waitress/tests/fixtureapps/runner.py
${PYSITELIB}/waitress/tests/fixtureapps/runner.pyc
${PYSITELIB}/waitress/tests/fixtureapps/runner.pyo
${PYSITELIB}/waitress/tests/fixtureapps/sleepy.py
${PYSITELIB}/waitress/tests/fixtureapps/sleepy.pyc
${PYSITELIB}/waitress/tests/fixtureapps/sleepy.pyo
${PYSITELIB}/waitress/tests/fixtureapps/toolarge.py
${PYSITELIB}/waitress/tests/fixtureapps/toolarge.pyc
${PYSITELIB}/waitress/tests/fixtureapps/toolarge.pyo
${PYSITELIB}/waitress/tests/fixtureapps/writecb.py
${PYSITELIB}/waitress/tests/fixtureapps/writecb.pyc
${PYSITELIB}/waitress/tests/fixtureapps/writecb.pyo
${PYSITELIB}/waitress/tests/test_adjustments.py
${PYSITELIB}/waitress/tests/test_adjustments.pyc
${PYSITELIB}/waitress/tests/test_adjustments.pyo
${PYSITELIB}/waitress/tests/test_buffers.py
${PYSITELIB}/waitress/tests/test_buffers.pyc
${PYSITELIB}/waitress/tests/test_buffers.pyo
${PYSITELIB}/waitress/tests/test_channel.py
${PYSITELIB}/waitress/tests/test_channel.pyc
${PYSITELIB}/waitress/tests/test_channel.pyo
${PYSITELIB}/waitress/tests/test_compat.py
${PYSITELIB}/waitress/tests/test_compat.pyc
${PYSITELIB}/waitress/tests/test_compat.pyo
${PYSITELIB}/waitress/tests/test_functional.py
${PYSITELIB}/waitress/tests/test_functional.pyc
${PYSITELIB}/waitress/tests/test_functional.pyo
${PYSITELIB}/waitress/tests/test_init.py
${PYSITELIB}/waitress/tests/test_init.pyc
${PYSITELIB}/waitress/tests/test_init.pyo
${PYSITELIB}/waitress/tests/test_parser.py
${PYSITELIB}/waitress/tests/test_parser.pyc
${PYSITELIB}/waitress/tests/test_parser.pyo
${PYSITELIB}/waitress/tests/test_receiver.py
${PYSITELIB}/waitress/tests/test_receiver.pyc
${PYSITELIB}/waitress/tests/test_receiver.pyo
${PYSITELIB}/waitress/tests/test_regression.py
${PYSITELIB}/waitress/tests/test_regression.pyc
${PYSITELIB}/waitress/tests/test_regression.pyo
${PYSITELIB}/waitress/tests/test_runner.py
${PYSITELIB}/waitress/tests/test_runner.pyc
${PYSITELIB}/waitress/tests/test_runner.pyo
${PYSITELIB}/waitress/tests/test_server.py
${PYSITELIB}/waitress/tests/test_server.pyc
${PYSITELIB}/waitress/tests/test_server.pyo
${PYSITELIB}/waitress/tests/test_task.py
${PYSITELIB}/waitress/tests/test_task.pyc
${PYSITELIB}/waitress/tests/test_task.pyo
${PYSITELIB}/waitress/tests/test_trigger.py
${PYSITELIB}/waitress/tests/test_trigger.pyc
${PYSITELIB}/waitress/tests/test_trigger.pyo
${PYSITELIB}/waitress/tests/test_utilities.py
${PYSITELIB}/waitress/tests/test_utilities.pyc
${PYSITELIB}/waitress/tests/test_utilities.pyo
${PYSITELIB}/waitress/trigger.py
${PYSITELIB}/waitress/trigger.pyc
${PYSITELIB}/waitress/trigger.pyo
${PYSITELIB}/waitress/utilities.py
${PYSITELIB}/waitress/utilities.pyc
${PYSITELIB}/waitress/utilities.pyo