Subject: CVS commit: pkgsrc/devel/py-pyev
From: Thomas Klausner
Date: 2016-06-09 00:34:29
Message id: 20160608223429.B9006FBB5@cvs.NetBSD.org

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.

Files:
RevisionActionfile
1.7modifypkgsrc/devel/py-pyev/Makefile
1.2modifypkgsrc/devel/py-pyev/PLIST
1.3modifypkgsrc/devel/py-pyev/distinfo
1.1addpkgsrc/devel/py-pyev/patches/patch-setup.py