The NetBSD Project

CVS log for pkgsrc/devel/py-lupa/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-lupa

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Mon Jan 10 18:39:00 2022 UTC (22 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, HEAD
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored)

py-lupa: convert to egg.mk

Remove TODO

Revision 1.12 / (download) - annotate - [select for diffs], Tue Aug 24 10:05:50 2021 UTC (2 years, 3 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

py-lupa: Update to 1.9

1.9 (2019-12-21)
----------------

* Build against Lua 5.3 if available.

* Use Lua 5.3.5 in binary wheels and as bundled Lua.

* GH#129: Fix Lua module loading in Python 3.x.

* GH#126: Fix build on Linux systems that install Lua as "lua52" package.

* Built with Cython 0.29.14 for better Py3.8 compatibility.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jul 13 19:45:45 2020 UTC (3 years, 4 months ago) by alnsn
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Reset maintainership for all (no longer) mine packages

Revision 1.10 / (download) - annotate - [select for diffs], Tue Mar 12 23:57:50 2019 UTC (4 years, 8 months ago) by alnsn
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

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.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Nov 1 23:57:15 2018 UTC (5 years, 1 month ago) by alnsn
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

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.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jan 29 21:37:31 2018 UTC (5 years, 10 months ago) by alnsn
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

Update devel/py-lupa to version 1.6

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

Revision 1.7 / (download) - annotate - [select for diffs], Sun Sep 17 10:50:19 2017 UTC (6 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.6: +2 -6 lines
Diff to previous 1.6 (colored)

py-lupa: update to 1.5

1.5:
* New method LuaRuntime.compile() to compile Lua code without executing it.
* Lua 5.3 is bundled in the source distribution to simplify one-shot installs.
* Lua stack trace is included in output in debug mode.
* Allow Lua code to intercept Python exceptions

Revision 1.6 / (download) - annotate - [select for diffs], Sat Sep 16 19:53:50 2017 UTC (6 years, 2 months ago) by alnsn
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Drop maintainership.

Revision 1.5 / (download) - annotate - [select for diffs], Tue May 30 21:59:56 2017 UTC (6 years, 6 months ago) by alnsn
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.4: +5 -2 lines
Diff to previous 1.4 (colored)

Add support for Lua 5.1 and 5.2. Add "luajit" option (off by default).

Bump PKGREVISION.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Feb 25 09:28:09 2017 UTC (6 years, 9 months ago) by alnsn
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

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

Revision 1.3 / (download) - annotate - [select for diffs], Wed Sep 7 21:56:21 2016 UTC (7 years, 3 months ago) by alnsn
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

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

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 8 17:43:29 2016 UTC (7 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Switch to MASTER_SITES_PYPI.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Apr 20 19:34:47 2015 UTC (8 years, 7 months ago) by alnsn
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

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.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Apr 20 19:34:47 2015 UTC (8 years, 7 months ago) by alnsn
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>