pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pyev
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jun 8 22:34:29 UTC 2016
Modified Files:
pkgsrc/devel/py-pyev: Makefile PLIST distinfo
Added Files:
pkgsrc/devel/py-pyev/patches: patch-setup.py
Log Message:
Update py-pyev to 0.9.0.
Fix HOMEPAGE, use distutils.mk, other cleanup.
Release 0.9.0
=============
misc:
.. warning::
- pyev does not embed libev anymore (Issue #9):
- libev >= 4.15 is required.
- win32 support has been dropped.
- No more :py:class:`Stat` watchers.
- pyev is now published under the GPLv3 license.
- Support for Python2 < 2.7 and Python3 < 3.3 has been dropped.
:py:mod:`pyev`:
- Method version() is replaced by attribute __version__.
- Removed :py:class:`Stat` watcher type.
- Removed :py:const:`EVFLAG_NOINOTIFY` and :py:const:`EV_STAT` constants.
:py:class:`Timer`:
- Method remaining() is replaced by attribute remaining.
:py:class:`Periodic`:
- Method at() is replaced by attribute at.
:py:class:`Scheduler`:
- Method at() is replaced by attribute at.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-pyev/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-pyev/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-pyev/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-pyev/patches/patch-setup.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index