pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-lupa



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Sep 17 10:50:19 UTC 2017

Modified Files:
        pkgsrc/devel/py-lupa: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-lupa/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-lupa/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-lupa/Makefile
diff -u pkgsrc/devel/py-lupa/Makefile:1.6 pkgsrc/devel/py-lupa/Makefile:1.7
--- pkgsrc/devel/py-lupa/Makefile:1.6   Sat Sep 16 19:53:50 2017
+++ pkgsrc/devel/py-lupa/Makefile       Sun Sep 17 10:50:19 2017
@@ -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 @@ HOMEPAGE=     https://pypi.python.org/pypi/l
 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"

Index: pkgsrc/devel/py-lupa/distinfo
diff -u pkgsrc/devel/py-lupa/distinfo:1.4 pkgsrc/devel/py-lupa/distinfo:1.5
--- pkgsrc/devel/py-lupa/distinfo:1.4   Sat Feb 25 09:28:09 2017
+++ pkgsrc/devel/py-lupa/distinfo       Sun Sep 17 10:50:19 2017
@@ -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