./devel/py-lupa, Python wrapper around Lua and LuaJIT

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.9nb1, Package name: py311-lupa-1.9nb1, Maintainer: pkgsrc-users

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.


Required to run:
[devel/py-cython] [lang/python27] [lang/lua52]

Required to build:
[pkgtools/cwrappers]

Package options: cython

Master sites:

Filesize: 991.027 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-14 09:23:05 by Jonathan Perkin | Files touched by this commit (1)
Log message:
py-lupa: cython does not support python27.
   2022-01-10 19:39:00 by Thomas Klausner | Files touched by this commit (3)
Log message:
py-lupa: convert to egg.mk

Remove TODO
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-07-13 21:45:45 by Alexander Nasonov | Files touched by this commit (8)
Log message:
Reset maintainership for all (no longer) mine packages
   2019-03-13 00:57:50 by Alexander Nasonov | Files touched by this commit (2)
Log message:
Update devel/py-lupa to version 1.8.

1.8 (2019-02-01)
----------------

* GH#107: Fix a deprecated import in Py3.

* Built with Cython 0.29.3 for better Py3.7 compatibility.
   2018-11-02 00:57:15 by Alexander Nasonov | Files touched by this commit (2)
Log message:
Update devel/py-lupa to version 1.7.

Official release notes:

    GH#103: Provide wheels for MS Windows and fix MSVC build on Py2.7.

Some notable commits:

- Fix a potential crash on Python shutdown when trying to create a traceback
  entry for an exception, by statically disabling C-lines in tracebacks.
-  Remove official support for Py2.6 and add it for Py3.7.
   2018-01-29 22:37:31 by Alexander Nasonov | Files touched by this commit (2)
Log message:
Update devel/py-lupa to version 1.6

1.6 (2017-12-15)
 - GH#95: Improved compatibility with Lua 5.3. (patch by TitanSnow)