2017-04-09 18:43:03 +02:00
|
|
|
@comment $NetBSD: PLIST,v 1.6 2017/04/09 16:43:03 adam Exp $
|
2013-07-02 13:08:27 +02:00
|
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
|
|
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
|
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
|
|
${PYSITELIB}/billiard/__init__.py
|
|
|
|
${PYSITELIB}/billiard/__init__.pyc
|
|
|
|
${PYSITELIB}/billiard/__init__.pyo
|
2017-04-09 18:43:03 +02:00
|
|
|
${PLIST.py2x}${PYSITELIB}/_billiard.so
|
2013-07-02 13:08:27 +02:00
|
|
|
${PYSITELIB}/billiard/_ext.py
|
|
|
|
${PYSITELIB}/billiard/_ext.pyc
|
|
|
|
${PYSITELIB}/billiard/_ext.pyo
|
|
|
|
${PYSITELIB}/billiard/_win.py
|
|
|
|
${PYSITELIB}/billiard/_win.pyc
|
|
|
|
${PYSITELIB}/billiard/_win.pyo
|
|
|
|
${PYSITELIB}/billiard/common.py
|
|
|
|
${PYSITELIB}/billiard/common.pyc
|
|
|
|
${PYSITELIB}/billiard/common.pyo
|
|
|
|
${PYSITELIB}/billiard/compat.py
|
|
|
|
${PYSITELIB}/billiard/compat.pyc
|
|
|
|
${PYSITELIB}/billiard/compat.pyo
|
|
|
|
${PYSITELIB}/billiard/connection.py
|
|
|
|
${PYSITELIB}/billiard/connection.pyc
|
|
|
|
${PYSITELIB}/billiard/connection.pyo
|
2017-04-09 18:43:03 +02:00
|
|
|
${PYSITELIB}/billiard/context.py
|
|
|
|
${PYSITELIB}/billiard/context.pyc
|
|
|
|
${PYSITELIB}/billiard/context.pyo
|
2013-07-02 13:08:27 +02:00
|
|
|
${PYSITELIB}/billiard/dummy/__init__.py
|
|
|
|
${PYSITELIB}/billiard/dummy/__init__.pyc
|
|
|
|
${PYSITELIB}/billiard/dummy/__init__.pyo
|
|
|
|
${PYSITELIB}/billiard/dummy/connection.py
|
|
|
|
${PYSITELIB}/billiard/dummy/connection.pyc
|
|
|
|
${PYSITELIB}/billiard/dummy/connection.pyo
|
|
|
|
${PYSITELIB}/billiard/einfo.py
|
|
|
|
${PYSITELIB}/billiard/einfo.pyc
|
|
|
|
${PYSITELIB}/billiard/einfo.pyo
|
|
|
|
${PYSITELIB}/billiard/exceptions.py
|
|
|
|
${PYSITELIB}/billiard/exceptions.pyc
|
|
|
|
${PYSITELIB}/billiard/exceptions.pyo
|
Updated to latest release, 3.3.0.13. Note changes to some files in the
PLIST. From ChangeLog:
3.3.0.13 - 2013-12-13
---------------------
- Fixes compatability with Python < 2.7.6
- No longer attempts to handle ``SIGBUS``
- Non-thread based pool now only handles signals:
``SIGHUP``, ``SIGQUIT``, ``SIGTERM``, ``SIGUSR1``,
``SIGUSR2``.
- setup.py: Only show compilation warning for build related commands.
3.3.0.12 - 2013-12-09
---------------------
- Fixed installation for Python 3.
- Pool: Fixed bug with maxtasksperchild.
- Pool: Fixed bug in maintain_pool.
3.3.0.11 - 2013-12-03
---------------------
- Fixed Unicode error when installing the distribution (Issue #89).
- Daemonic processes are now allowed to have children.
But note that it will not be possible to automatically
terminate them when the process exits.
- Pool: Would not always be able to detect that a process exited.
3.3.0.10 - 2013-12-02
---------------------
- Windows: Fixed problem with missing ``WAITABANDONED_0``
- Windows: PipeConnection can now be inherited.
3.3.0.9 - 2013-12-02
--------------------
- Temporary workaround for Celery maxtasksperchild issue.
3.3.0.8 - 2013-11-21
--------------------
- Now also sets ``multiprocessing.current_process`` for compatibility
with loggings ``processName`` field.
3.3.0.7 - 2013-11-15
--------------------
- Fixed compatibility with PyPy 2.1 + 2.2.
- Fixed problem in pypy detection.
- Now uses ``ctypes.find_library`` instead of hardcoded path to find
the OS X CoreServices framework.
3.3.0.6 - 2013-11-12
--------------------
- Now works without C extension again.
- New ``_billiard.read(fd, buffer, [len, ])` function
implements os.read with buffer support (new buffer API)
- New pure-python implementation of ``Connection.send_offset``.
3.3.0.5 - 2013-11-11
--------------------
- All platforms except for Windows/PyPy/Jython now requires the C extension.
3.3.0.4 - 2013-11-11
--------------------
- Fixed problem with Python3 and setblocking.
3.3.0.3 - 2013-11-09
--------------------
- Now works on Windows again.
3.3.0.2 - 2013-11-08
--------------------
- ApplyResult.terminate() may be set to signify that the job
must not be executed. It can be used in combination with
Pool.terminate_job.
- Pipe/_SimpleQueue: Now supports rnonblock/wnonblock arguments
to set the read or write end of the pipe to be nonblocking.
- Pool: Log message included exception info but exception happened
in another process so the resulting traceback was wrong.
- Pool: Worker process can now prepare results before they are sent
back to the main process (using ``Worker.prepare_result``).
3.3.0.1 - 2013-11-04
--------------------
- Pool: New ``correlation_id`` argument to ``apply_async`` can be
used to set a related id for the ``ApplyResult`` object returned:
>>> r = pool.apply_async(target, args, kwargs, correlation_id='foo')
>>> r.correlation_id
'foo'
- Pool: New callback `on_process_exit` is called when a pool
process exits, with signature ``(pid, exitcode)``.
- Pool: Improved the too many restarts detection.
3.3.0.0 - 2013-10-14
--------------------
- Dual code base now runs on Python 2.6+ and Python 3.
- No longer compatible with Python 2.5
- Includes many changes from multiprocessing in 3.4.
- Now uses ``time.monotonic`` when available, also including
fallback implementations for Linux and OS X.
- No longer cleans up after receiving SIGILL, SIGSEGV or SIGFPE
- ``Finalize`` and ``register_after_fork`` is now aliases to multiprocessing.
It's better to import these from multiprocessing directly now
so that there aren't multiple registries.
- New `billiard.queues._SimpleQueue` that does not use semaphores.
- Pool: Can now be extended to support using multiple IPC queues.
- Pool: Can now use async I/O to write to pool IPC queues.
- Pool: New ``Worker.on_loop_stop`` handler can be used to add actions
at pool worker process shutdown.
Note that, like all finalization handlers, there is no guarantee that
this will be executed.
2013-12-31 14:27:51 +01:00
|
|
|
${PYSITELIB}/billiard/five.py
|
|
|
|
${PYSITELIB}/billiard/five.pyc
|
|
|
|
${PYSITELIB}/billiard/five.pyo
|
2017-04-09 18:43:03 +02:00
|
|
|
${PYSITELIB}/billiard/forkserver.py
|
|
|
|
${PYSITELIB}/billiard/forkserver.pyc
|
|
|
|
${PYSITELIB}/billiard/forkserver.pyo
|
2013-07-02 13:08:27 +02:00
|
|
|
${PYSITELIB}/billiard/heap.py
|
|
|
|
${PYSITELIB}/billiard/heap.pyc
|
|
|
|
${PYSITELIB}/billiard/heap.pyo
|
|
|
|
${PYSITELIB}/billiard/managers.py
|
|
|
|
${PYSITELIB}/billiard/managers.pyc
|
|
|
|
${PYSITELIB}/billiard/managers.pyo
|
|
|
|
${PYSITELIB}/billiard/pool.py
|
|
|
|
${PYSITELIB}/billiard/pool.pyc
|
|
|
|
${PYSITELIB}/billiard/pool.pyo
|
2017-04-09 18:43:03 +02:00
|
|
|
${PYSITELIB}/billiard/popen_fork.py
|
|
|
|
${PYSITELIB}/billiard/popen_fork.pyc
|
|
|
|
${PYSITELIB}/billiard/popen_fork.pyo
|
|
|
|
${PYSITELIB}/billiard/popen_forkserver.py
|
|
|
|
${PYSITELIB}/billiard/popen_forkserver.pyc
|
|
|
|
${PYSITELIB}/billiard/popen_forkserver.pyo
|
|
|
|
${PYSITELIB}/billiard/popen_spawn_posix.py
|
|
|
|
${PYSITELIB}/billiard/popen_spawn_posix.pyc
|
|
|
|
${PYSITELIB}/billiard/popen_spawn_posix.pyo
|
|
|
|
${PYSITELIB}/billiard/popen_spawn_win32.py
|
|
|
|
${PYSITELIB}/billiard/popen_spawn_win32.pyc
|
|
|
|
${PYSITELIB}/billiard/popen_spawn_win32.pyo
|
2013-07-02 13:08:27 +02:00
|
|
|
${PYSITELIB}/billiard/process.py
|
|
|
|
${PYSITELIB}/billiard/process.pyc
|
|
|
|
${PYSITELIB}/billiard/process.pyo
|
|
|
|
${PYSITELIB}/billiard/queues.py
|
|
|
|
${PYSITELIB}/billiard/queues.pyc
|
|
|
|
${PYSITELIB}/billiard/queues.pyo
|
|
|
|
${PYSITELIB}/billiard/reduction.py
|
|
|
|
${PYSITELIB}/billiard/reduction.pyc
|
|
|
|
${PYSITELIB}/billiard/reduction.pyo
|
2017-04-09 18:43:03 +02:00
|
|
|
${PYSITELIB}/billiard/resource_sharer.py
|
|
|
|
${PYSITELIB}/billiard/resource_sharer.pyc
|
|
|
|
${PYSITELIB}/billiard/resource_sharer.pyo
|
|
|
|
${PYSITELIB}/billiard/semaphore_tracker.py
|
|
|
|
${PYSITELIB}/billiard/semaphore_tracker.pyc
|
|
|
|
${PYSITELIB}/billiard/semaphore_tracker.pyo
|
2013-07-02 13:08:27 +02:00
|
|
|
${PYSITELIB}/billiard/sharedctypes.py
|
|
|
|
${PYSITELIB}/billiard/sharedctypes.pyc
|
|
|
|
${PYSITELIB}/billiard/sharedctypes.pyo
|
2017-04-09 18:43:03 +02:00
|
|
|
${PYSITELIB}/billiard/spawn.py
|
|
|
|
${PYSITELIB}/billiard/spawn.pyc
|
|
|
|
${PYSITELIB}/billiard/spawn.pyo
|
2013-07-02 13:08:27 +02:00
|
|
|
${PYSITELIB}/billiard/synchronize.py
|
|
|
|
${PYSITELIB}/billiard/synchronize.pyc
|
|
|
|
${PYSITELIB}/billiard/synchronize.pyo
|
|
|
|
${PYSITELIB}/billiard/util.py
|
|
|
|
${PYSITELIB}/billiard/util.pyc
|
|
|
|
${PYSITELIB}/billiard/util.pyo
|