Add rockspec#92
Conversation
|
Small edit: I've corrected the license field in the rockspec to |
57227aa to
051efaa
Compare
|
Thank you for your contribution. Is this PR ready to merge? I'm sorry to say, I don't have the time to review it myself. |
|
After merging I also suggest to create a git tag (e.g. > luarocks new_version --dir rockspecs lunatic-python-scm-0.rockspec 1.0.0
> luarocks upload rockspecs/lunatic-python-1.0.0-1.rockspecThis will allow to install the rock directly via If you need assistance with any of that, feel free to ping me :) |
|
Info: Today I noticed a regression in the luarocks-Makefile regarding the Lua include path when building on Debian. The regression is fixed with fe38122 |
|
Frankly, I am no longer using this project at all, and could use help maintaining it. |
|
@bastibe I could offer myself as co-maintainer. I cannot guarrantee that I'll have lots of time to add new features, but I would do my best to look into PRs. As a small-ish reference, I maintain several other lua packages. For starters I would merge this PR and make the package installable via luarocks using the steps above :) |
|
If you are interested, that would be under Settings > Collaborators |
|
Thank you very much. I've sent you an invitation. |
|
Thanks :) Accepted! I happen to be on the computer. I'll look into merging this PR today! |
|
Update @bastibe I've merged the changes.
If you're unhappy with any of these, just let me know or feel free to revert / change them! From my side, this should be it for now! Should any pull-requests be opened in the future, I'll do my best to look into them if I find the time. Thanks for letting me apply these updates so far! :) |
Hi :) This PR adds a package definition for LuaRocks and adds compatibility for Python 3.11+.
I took the liberty to prepare a demo rock under https://luarocks.org/modules/leso-kn/lunatic-python, so you can try out the PR from my unmerged feature branch using:
> luarocks install lunatic-pythonPython can then be used from inside Lua, e.g.:
In case you prefer to not include this or when it gets merged, I'll of course delete my version on luarocks.org so you can upload under the package name 'lunatic-python'.
Thanks for keeping this project up!