pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-lupa py-lupa: update to 1.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/9f94bfdc78dc
branches: trunk
changeset: 368525:9f94bfdc78dc
user: adam <adam%pkgsrc.org@localhost>
date: Sun Sep 17 10:50:19 2017 +0000
description:
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
diffstat:
devel/py-lupa/Makefile | 8 ++------
devel/py-lupa/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 11 deletions(-)
diffs (39 lines):
diff -r 959ff61c9b16 -r 9f94bfdc78dc devel/py-lupa/Makefile
--- a/devel/py-lupa/Makefile Sun Sep 17 10:48:59 2017 +0000
+++ b/devel/py-lupa/Makefile Sun Sep 17 10:50:19 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2017/09/16 19:53:50 alnsn Exp $
+# $NetBSD: Makefile,v 1.7 2017/09/17 10:50:19 adam Exp $
-DISTNAME= lupa-1.4
+DISTNAME= lupa-1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/lupa/}
@@ -11,9 +10,6 @@
COMMENT= Python wrapper around Lua and LuaJIT
LICENSE= mit
-# XXX Find a replacement for luaL_openlib().
-LUA_VERSIONS_INCOMPATIBLE= 53
-
USE_TOOLS+= pkg-config
.include "options.mk"
diff -r 959ff61c9b16 -r 9f94bfdc78dc devel/py-lupa/distinfo
--- a/devel/py-lupa/distinfo Sun Sep 17 10:48:59 2017 +0000
+++ b/devel/py-lupa/distinfo Sun Sep 17 10:50:19 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/02/25 09:28:09 alnsn Exp $
+$NetBSD: distinfo,v 1.5 2017/09/17 10:50:19 adam Exp $
-SHA1 (lupa-1.4.tar.gz) = 6124b92ea98457edd046e882b32b7b978491968b
-RMD160 (lupa-1.4.tar.gz) = 70748c4ac75c1918ec478de2f5679004b4846d70
-SHA512 (lupa-1.4.tar.gz) = 768c25d03cb3bce7a71f6fa531905e5c2cec370352f8191906551a5373161a140d61fe94870fc0442f78e259d5087981969765a640b55dbd35505131794b2446
-Size (lupa-1.4.tar.gz) = 217089 bytes
+SHA1 (lupa-1.5.tar.gz) = 4d77de7f4fa1975eeec26975d436e59f19a6d661
+RMD160 (lupa-1.5.tar.gz) = 27d68a9f2094dd5f9ae724c6463e2f18b553850d
+SHA512 (lupa-1.5.tar.gz) = b2d1a987e09d1fee2568117c73179faae413944b0549cd727ee1ff15715363e9cf902ce1b5d371a4ed71e6b7c1aa5dca0c90ada716598bb2eb7479814b9c5539
+Size (lupa-1.5.tar.gz) = 427626 bytes
Home |
Main Index |
Thread Index |
Old Index