pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-evalidate



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Mar  4 13:44:15 UTC 2026

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

Log Message:
py-evalidate: updated to 2.1.4

2.1.4
ignore NameError in jg


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-evalidate/Makefile \
    pkgsrc/devel/py-evalidate/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-evalidate/Makefile
diff -u pkgsrc/devel/py-evalidate/Makefile:1.1 pkgsrc/devel/py-evalidate/Makefile:1.2
--- pkgsrc/devel/py-evalidate/Makefile:1.1      Tue Feb 17 22:04:32 2026
+++ pkgsrc/devel/py-evalidate/Makefile  Wed Mar  4 13:44:15 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2026/02/17 22:04:32 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2026/03/04 13:44:15 adam Exp $
 
-DISTNAME=      evalidate-2.1.3
+DISTNAME=      evalidate-2.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/evalidate/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/yaroslaff/e
 COMMENT=       Validation and secure evaluation of untrusted python expressions
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=>=1.27.0:../../devel/py-hatchling
 
 USE_LANGUAGES= # none
 
@@ -18,8 +18,10 @@ REPLACE_PYTHON+=     evalidate/__init__.py
 REPLACE_PYTHON+=       evalidate/cli/jg.py
 
 post-install:
-       cd ${DESTDIR}${PREFIX}/bin && ${MV} genfakeproducts genfakeproducts-${PYVERSSUFFIX} || ${TRUE}
-       cd ${DESTDIR}${PREFIX}/bin && ${MV} jg jg-${PYVERSSUFFIX} || ${TRUE}
+.for bin in genfakeproducts jg
+       cd ${DESTDIR}${PREFIX}/bin && \
+       ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
+.endfor
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/wheel.mk"
Index: pkgsrc/devel/py-evalidate/distinfo
diff -u pkgsrc/devel/py-evalidate/distinfo:1.1 pkgsrc/devel/py-evalidate/distinfo:1.2
--- pkgsrc/devel/py-evalidate/distinfo:1.1      Tue Feb 17 22:04:32 2026
+++ pkgsrc/devel/py-evalidate/distinfo  Wed Mar  4 13:44:15 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2026/02/17 22:04:32 wiz Exp $
+$NetBSD: distinfo,v 1.2 2026/03/04 13:44:15 adam Exp $
 
-BLAKE2s (evalidate-2.1.3.tar.gz) = 4e40b2a28f5d5cd8cd29cbeeb1df48f63d8c7b9d97a579ecb794d3996cbdcbb1
-SHA512 (evalidate-2.1.3.tar.gz) = 831f5de414201e3b9ece8e7db467df9b162ef00a0afd13badb57fb4aed51a6c8fcc37b925230df3bb91eb47b13e72129e206f6da2044ac91503ac99de7dfaae1
-Size (evalidate-2.1.3.tar.gz) = 14283 bytes
+BLAKE2s (evalidate-2.1.4.tar.gz) = d08b282d55c3ae9fd0d311994b38cd6193c7665e3abee71f750ec9fad6360b68
+SHA512 (evalidate-2.1.4.tar.gz) = 6aad61282d16ad64455f50c7edf64d8533dcf6a72badc1dd04c4be98af8f336aca467baf8c3d1e5f896505c0298bb8ddacdc01653411e65849b026f09a08d4fb
+Size (evalidate-2.1.4.tar.gz) = 1190139 bytes



Home | Main Index | Thread Index | Old Index