pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/itstool



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Mon Nov  6 18:28:22 UTC 2017

Modified Files:
        pkgsrc/textproc/itstool: Makefile distinfo

Log Message:
Update itstool to 2.0.4

2.0.4
=====
* Fixed a massive performance issue

2.0.3
=====
* Added Python 3 support. Keeping Python 2 support for now. (Virgil Dupras)
* Fixed --keep-entities mode after some libxml2 changes.
* Added --path option for extra paths for ITS files.
* Don't error out (except under -s) for mismatched placeholders.
* Fixed UTF-8 handling for translated attributes.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/itstool/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/itstool/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/itstool/Makefile
diff -u pkgsrc/textproc/itstool/Makefile:1.13 pkgsrc/textproc/itstool/Makefile:1.14
--- pkgsrc/textproc/itstool/Makefile:1.13       Sun Jan  1 14:43:59 2017
+++ pkgsrc/textproc/itstool/Makefile    Mon Nov  6 18:28:22 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:59 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2017/11/06 18:28:22 prlw1 Exp $
 
-DISTNAME=      itstool-2.0.2
+DISTNAME=      itstool-2.0.4
 CATEGORIES=    textproc
 MASTER_SITES=  http://files.itstool.org/itstool/
 EXTRACT_SUFX=  .tar.bz2
@@ -16,16 +16,6 @@ REPLACE_PYTHON=      ${WRKSRC}/itstool.in
 
 DEPENDS+=      ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2
 
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 2.0.2
-#Traceback (most recent call last):
-#  File "/usr/pkg/bin/itstool", line 1516, in <module>
-#    doc.apply_its_rules(not(opts.nobuiltins), params=params)
-#  File "/usr/pkg/bin/itstool", line 724, in apply_its_rules
-#    self.apply_its_file(os.path.join(itsdir, dfile), params=params)
-#  File "/usr/pkg/bin/itstool", line 754, in apply_its_file
-#    if not nss.has_key(nsdef.name):
-#AttributeError: 'dict' object has no attribute 'has_key'
-
 .include "../../lang/python/application.mk"
 .include "../../lang/python/tool.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/itstool/distinfo
diff -u pkgsrc/textproc/itstool/distinfo:1.6 pkgsrc/textproc/itstool/distinfo:1.7
--- pkgsrc/textproc/itstool/distinfo:1.6        Wed Nov  4 01:59:37 2015
+++ pkgsrc/textproc/itstool/distinfo    Mon Nov  6 18:28:22 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/04 01:59:37 agc Exp $
+$NetBSD: distinfo,v 1.7 2017/11/06 18:28:22 prlw1 Exp $
 
-SHA1 (itstool-2.0.2.tar.bz2) = 5084a2cecca8d70d184f22d2aecf5e2cb715917f
-RMD160 (itstool-2.0.2.tar.bz2) = 04531d2a4a8c5fef3b77888cb267063af2cb2917
-SHA512 (itstool-2.0.2.tar.bz2) = b7915c4d463fe5969e282029c2080730c78e18d2d5878da53c6a370f471056b51a7b3f3c08417b801212ba674f55548a112a12a9d81634f60d1e52a8a47a4aa2
-Size (itstool-2.0.2.tar.bz2) = 96748 bytes
+SHA1 (itstool-2.0.4.tar.bz2) = 5345615becb5c463c6e7f2462e387fdc327f3a35
+RMD160 (itstool-2.0.4.tar.bz2) = 7237fd8b3fb2d354135fdf16caeeb03b9a022e14
+SHA512 (itstool-2.0.4.tar.bz2) = f5cfa9c75710f9cc43a61caeb92ca04ec77023bce6fb14d770dda82efde2e5d9050245618c249d309227a3d43555cb1739f5fe680b4a370786ed4631fa9ee4b7
+Size (itstool-2.0.4.tar.bz2) = 102107 bytes



Home | Main Index | Thread Index | Old Index