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:           Wed Feb  5 20:44:19 UTC 2025

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

Log Message:
py-lupa: updated to 2.4

2.4 (2025-01-10)

* The windows wheels now bundle LuaJIT 2.0 and 2.1.
  (patch by Michal Plichta)
* Failures in the test suite didn't set a non-zero process exit value.

2.3 (2025-01-09)

* The bundled LuaJIT versions were updated to the latest git branches.
* The bundled Lua 5.4 was updated to 5.4.7.
* Removed support for Python 2.x.
* Built with Cython 3.0.11.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-lupa/Makefile
cvs rdiff -u -r1.12 -r1.13 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.15 pkgsrc/devel/py-lupa/Makefile:1.16
--- pkgsrc/devel/py-lupa/Makefile:1.15  Mon Nov 11 07:28:15 2024
+++ pkgsrc/devel/py-lupa/Makefile       Wed Feb  5 20:44:18 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/11/11 07:28:15 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2025/02/05 20:44:18 adam Exp $
 
-DISTNAME=      lupa-2.2
+DISTNAME=      lupa-2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lupa/}
@@ -10,13 +10,11 @@ HOMEPAGE=   https://github.com/scoder/lupa
 COMMENT=       Python wrapper around Lua and LuaJIT
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=3.0.9:../../devel/py-cython
+TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=3.0.11:../../devel/py-cython
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
 USE_TOOLS+=    pkg-config
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "options.mk"
 
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/devel/py-lupa/distinfo
diff -u pkgsrc/devel/py-lupa/distinfo:1.12 pkgsrc/devel/py-lupa/distinfo:1.13
--- pkgsrc/devel/py-lupa/distinfo:1.12  Mon Jun  3 07:47:27 2024
+++ pkgsrc/devel/py-lupa/distinfo       Wed Feb  5 20:44:18 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/06/03 07:47:27 adam Exp $
+$NetBSD: distinfo,v 1.13 2025/02/05 20:44:18 adam Exp $
 
-BLAKE2s (lupa-2.2.tar.gz) = ce2888d4b3e57983e52051e73116cc4c4cb6d29b74514709a6025ab46af9a944
-SHA512 (lupa-2.2.tar.gz) = 98dc4b1fcb7928b915d5f5f8fbcf1b235c21c61dc16ba9db3e4d21a36594c63f8b2c19e7fe9953ce4f32afb5685944c575938ae1452ab6e882ad7ce96ab10e1f
-Size (lupa-2.2.tar.gz) = 7147957 bytes
+BLAKE2s (lupa-2.4.tar.gz) = a1177fcdb5fccbe6f8bfd14a13f90de02767c1eb9e5b78f294ec179d37edea51
+SHA512 (lupa-2.4.tar.gz) = 4f066dd9e106b210d300337984a7efef90aa1a5927bad3f35598c2ddb80b04553d9093737fbaa70db72c5bf5ebe8b723586dcf13c54dfb413ad3853213ff42b4
+Size (lupa-2.4.tar.gz) = 7184668 bytes



Home | Main Index | Thread Index | Old Index