2017-05-30 23:59:56 by Alexander Nasonov | Files touched by this commit (2) |
Log message:
Add support for Lua 5.1 and 5.2. Add "luajit" option (off by default).
Bump PKGREVISION.
|
2017-02-25 10:28:09 by Alexander Nasonov | Files touched by this commit (2) |
Log message:
Update devel/py-lupa to version 1.4.
Prompted by https://repology.org.
Changes since 1.3:
* GH#82: Lua coroutines were using the wrong runtime state (patch
by Sergey Dobrov)
* GH#81: copy locally provided Lua DLL into installed package on
Windows (patch by Gareth Coles)
* built with Cython 0.25.2
|
2016-09-07 23:56:21 by Alexander Nasonov | Files touched by this commit (2) |
Log message:
Update devel/py-lupa to version 1.3.
Changes since version 1.1:
1.3 (2016-04-12)
* eval() and execute() accept optional positional arguments
* calling str() on a Python object from Lua could fail if the
LuaRuntime is set up without auto-encoding
* attribute/keyword names were not properly encoded if the LuaRuntime
is set up without auto-encoding
* built with Cython 0.24
1.2 (2015-10-10)
* callbacks returned from Lua coroutines were incorrectly mixing
coroutine state with global Lua state (patch by Mikhail Korobov)
* availability of python.builtins in Lua can be disabled via
LuaRuntime option.
* built with Cython 0.23.4
|
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.
|
2015-04-20 21:34:47 by Alexander Nasonov | Files touched by this commit (6) | |
Log message:
Initial import of devel/py-lupa, version 1.1.
Lupa integrates the runtimes of Lua or LuaJIT2 into CPython. It is
a partial rewrite of LunaticPython in Cython with some additional
features such as proper coroutine support.
|