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:   nia
Date:           Tue Aug 24 10:05:50 UTC 2021

Modified Files:
        pkgsrc/devel/py-lupa: Makefile distinfo options.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-lupa/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-lupa/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-lupa/options.mk

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.11 pkgsrc/devel/py-lupa/Makefile:1.12
--- pkgsrc/devel/py-lupa/Makefile:1.11  Mon Jul 13 19:45:45 2020
+++ pkgsrc/devel/py-lupa/Makefile       Tue Aug 24 10:05:50 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/07/13 19:45:45 alnsn Exp $
+# $NetBSD: Makefile,v 1.12 2021/08/24 10:05:50 nia Exp $
 
-DISTNAME=      lupa-1.8
+DISTNAME=      lupa-1.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lupa/}

Index: pkgsrc/devel/py-lupa/distinfo
diff -u pkgsrc/devel/py-lupa/distinfo:1.8 pkgsrc/devel/py-lupa/distinfo:1.9
--- pkgsrc/devel/py-lupa/distinfo:1.8   Tue Mar 12 23:57:50 2019
+++ pkgsrc/devel/py-lupa/distinfo       Tue Aug 24 10:05:50 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/03/12 23:57:50 alnsn Exp $
+$NetBSD: distinfo,v 1.9 2021/08/24 10:05:50 nia Exp $
 
-SHA1 (lupa-1.8.tar.gz) = a322d8979a4d0983d70895589cbbf0ddf4b125b6
-RMD160 (lupa-1.8.tar.gz) = c71a7b7442fd0ce40003b505c331630e315ed206
-SHA512 (lupa-1.8.tar.gz) = 322da16f11e5f2a76c39d3ebf3582b517b798df6bfd87f0e08038f1c5b180279a59cdf0688e5ec86ab50a7732d6ab4767e0798f6b864654a247767fad6bf56dd
-Size (lupa-1.8.tar.gz) = 1013207 bytes
+SHA1 (lupa-1.9.tar.gz) = 834e513d4ed109919dfce745b4e10f4d30c53353
+RMD160 (lupa-1.9.tar.gz) = 382e9493a4e95b110065f2ac27657c15f65d25ff
+SHA512 (lupa-1.9.tar.gz) = 4ea8d0ebe7f6481bf9ef4a49d5e30f8baf0ce12c9afb793526858808aea44eb27044ad5c2b5c9532e1ea2220a4eb9b52ce4debb2f7cb2bf53b26abee81541916
+Size (lupa-1.9.tar.gz) = 1014812 bytes

Index: pkgsrc/devel/py-lupa/options.mk
diff -u pkgsrc/devel/py-lupa/options.mk:1.2 pkgsrc/devel/py-lupa/options.mk:1.3
--- pkgsrc/devel/py-lupa/options.mk:1.2 Tue May 30 21:59:56 2017
+++ pkgsrc/devel/py-lupa/options.mk     Tue Aug 24 10:05:50 2021
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2017/05/30 21:59:56 alnsn Exp $
+# $NetBSD: options.mk,v 1.3 2021/08/24 10:05:50 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.py-lupa
 PKG_SUPPORTED_OPTIONS= cython luajit
@@ -14,5 +14,6 @@ PYSETUPBUILDARGS+=    --with-cython
 .if !empty(PKG_OPTIONS:Mluajit)
 .include "../../lang/LuaJIT2/buildlink3.mk"
 .else
+LUA_VERSIONS_ACCEPTED= 53 51 52
 .include "../../lang/lua/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index