pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-mako
Module Name: pkgsrc
Committed By: adam
Date: Thu Oct 24 20:28:47 UTC 2024
Modified Files:
pkgsrc/devel/py-mako: Makefile distinfo
Log Message:
py-mako: updated to 1.3.6
1.3.6
[bug] [lexer]
Fixed long standing bug where the sequence <& would be misinterpreted by the lexer. It’s not clear why the ampersand character was part of the characters being consumed here and it may have been an
inadvertent bit of code from one of Mako’s predecessor languages.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/py-mako/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-mako/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-mako/Makefile
diff -u pkgsrc/devel/py-mako/Makefile:1.33 pkgsrc/devel/py-mako/Makefile:1.34
--- pkgsrc/devel/py-mako/Makefile:1.33 Wed May 15 07:59:03 2024
+++ pkgsrc/devel/py-mako/Makefile Thu Oct 24 20:28:47 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2024/05/15 07:59:03 adam Exp $
+# $NetBSD: Makefile,v 1.34 2024/10/24 20:28:47 adam Exp $
-DISTNAME= Mako-1.3.5
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+DISTNAME= mako-1.3.6
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=M/Mako/}
@@ -10,14 +10,14 @@ HOMEPAGE= https://www.makotemplates.org/
COMMENT= Hyperfast and lightweight templating for the Python platform
LICENSE= mit
+WHEEL_NAME= Mako-${PKGVERSION_NOREV}
+
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=47:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-markupsafe>=0.9.2:../../textproc/py-markupsafe
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} mako-render mako-render-${PYVERSSUFFIX} || ${TRUE}
Index: pkgsrc/devel/py-mako/distinfo
diff -u pkgsrc/devel/py-mako/distinfo:1.28 pkgsrc/devel/py-mako/distinfo:1.29
--- pkgsrc/devel/py-mako/distinfo:1.28 Wed May 15 07:59:03 2024
+++ pkgsrc/devel/py-mako/distinfo Thu Oct 24 20:28:47 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2024/05/15 07:59:03 adam Exp $
+$NetBSD: distinfo,v 1.29 2024/10/24 20:28:47 adam Exp $
-BLAKE2s (Mako-1.3.5.tar.gz) = 3c368319f5251d73effc2f8c2cc5c569b72e016c4df3185cb915f5a3fda862e6
-SHA512 (Mako-1.3.5.tar.gz) = 9a2f96bcb650f40cc2a9daa05904e54efca1fa30022ab641c850f6e32b84a38368d4c5d328f94ac4495ed97778d6ab0b661bc93a14740ed7e5d518f03bc9a59f
-Size (Mako-1.3.5.tar.gz) = 392738 bytes
+BLAKE2s (mako-1.3.6.tar.gz) = 4639e0e950a994033615ea2d09506b86175f8f45b60099d0516b0f967e01a12c
+SHA512 (mako-1.3.6.tar.gz) = ad7a05b7cb4a330495ba5842d578565356d19912fee20e2d894a6e5a7812197944943d947eb15a539ef4a11d2bafde29fc7b007767228bd8e40f154d53631073
+Size (mako-1.3.6.tar.gz) = 390206 bytes
Home |
Main Index |
Thread Index |
Old Index