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:           Mon Mar  2 10:34:12 UTC 2020

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

Log Message:
py-mako: updated to 1.1.2

1.1.2
[feature] [commands]
Added –output-file argument to the Mako command line runner, which allows a specific output file to be selected. Pull request courtesy Björn Dahlgren.

1.1.1

[bug] [py3k]
Replaced usage of the long-superseded “parser.suite” module in the mako.util package for parsing the python magic encoding comment with the “ast.parse” function introduced many years ago in Python 
2.5, as “parser.suite” is emitting deprecation warnings in Python 3.9.

[bug] [ext]
Added “babel” and “lingua” dependency entries to the setuptools entrypoints for the babel and lingua extensions, so that pkg_resources can check that these extra dependencies are available, raising 
an informative exception if not. Pull request courtesy sinoroc.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-mako/Makefile
cvs rdiff -u -r1.14 -r1.15 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.18 pkgsrc/devel/py-mako/Makefile:1.19
--- pkgsrc/devel/py-mako/Makefile:1.18  Sun Jan 26 17:31:03 2020
+++ pkgsrc/devel/py-mako/Makefile       Mon Mar  2 10:34:12 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:03 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2020/03/02 10:34:12 adam Exp $
 
-DISTNAME=      Mako-1.1.0
+DISTNAME=      Mako-1.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=M/Mako/}
@@ -10,16 +10,15 @@ HOMEPAGE=   https://www.makotemplates.org/
 COMMENT=       Hyperfast and lightweight templating for the Python platform
 LICENSE=       mit
 
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.1.0:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 USE_LANGUAGES= # none
 
+PYSETUPTESTTARGET=     pytest
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} mako-render mako-render-${PYVERSSUFFIX} || ${TRUE}
 
-do-test:
-       cd ${WRKSRC} && pytest-${PYVERSSUFFIX} test
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-mako/distinfo
diff -u pkgsrc/devel/py-mako/distinfo:1.14 pkgsrc/devel/py-mako/distinfo:1.15
--- pkgsrc/devel/py-mako/distinfo:1.14  Sat Aug  3 11:27:27 2019
+++ pkgsrc/devel/py-mako/distinfo       Mon Mar  2 10:34:12 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2019/08/03 11:27:27 adam Exp $
+$NetBSD: distinfo,v 1.15 2020/03/02 10:34:12 adam Exp $
 
-SHA1 (Mako-1.1.0.tar.gz) = 2b1158ba4e086257f23aa25f82f052644f316b7c
-RMD160 (Mako-1.1.0.tar.gz) = 8cfac09fc9ca66cfff9954bf85d22ca24bc9406b
-SHA512 (Mako-1.1.0.tar.gz) = acb0f53a22ae152c359c38391f508eca706efcc52916a6e87f2702517dd48b5ffd26eef0f2f9172046f1abd0aea1f47328354ff622938886aa00f950a261e8d4
-Size (Mako-1.1.0.tar.gz) = 463945 bytes
+SHA1 (Mako-1.1.2.tar.gz) = 4f9dd6e28a4a63691e1c03c1e078ae17dba49fe9
+RMD160 (Mako-1.1.2.tar.gz) = 441736b7c39f3487c08a71166b8194a0a86a4577
+SHA512 (Mako-1.1.2.tar.gz) = 73b7a32ceb6e39dc2491734546c83a752bf0c8bc7546bb236801c02a5bccc5b59f2440333a328ff747eee936612dd12279f08d27d76f065fd589081d232692a8
+Size (Mako-1.1.2.tar.gz) = 469385 bytes



Home | Main Index | Thread Index | Old Index