NOTICE: This package has been removed from pkgsrc

./devel/py-pyev, Python interface to libev

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.9.0, Package name: py27-pyev-0.9.0, Maintainer: pkgsrc-users

Python libev interface.


Master sites:

SHA1: a3df00899cf33bfbf108600ef033b86f556e3041
RMD160: e12c36474aa023fc08c2466f9a422994c13c91c0
Filesize: 218.694 KB

Version history: (Expand)


CVS history: (Expand)


   2016-06-09 00:34:29 by Thomas Klausner | Files touched by this commit (4)
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.
   2016-06-08 19:43:49 by Thomas Klausner | Files touched by this commit (356)
Log message:
Switch to MASTER_SITES_PYPI.
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2013-01-20 04:35:46 by Matthew Sporleder | Files touched by this commit (1)
Log message:
fix license and other pkglint problems
   2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-10-04 00:14:04 by Thomas Klausner | Files touched by this commit (36)
Log message:
Update for python25 removal.
   2012-09-02 07:50:21 by David A. Holland | Files touched by this commit (1)
Log message:
Does not build on python25; it tries to print a message saying it needs a
newer Python version, but croaks while doing so.
   2012-09-02 00:11:38 by Matthew Sporleder | Files touched by this commit (4)
Log message:
add pyev - python libev interface