2d812e4163
The greenlet package is a spin-off of Stackless, a version of CPython that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on "channels". Dependency of the just-imported py-gevent. ok rpointel@
8 lines
398 B
Plaintext
8 lines
398 B
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/07/17 19:24:47 landry Exp $
|
|
include/python${MODPY_VERSION}/greenlet/
|
|
include/python${MODPY_VERSION}/greenlet/greenlet.h
|
|
lib/python${MODPY_VERSION}/site-packages/greenlet-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
|
lib/python${MODPY_VERSION}/site-packages/greenlet.so
|
|
share/doc/${MODPY_PY_PREFIX}greenlet/
|
|
share/doc/${MODPY_PY_PREFIX}greenlet/README.rst
|