pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/translate-toolkit
Module Name: pkgsrc
Committed By: adam
Date: Mon Oct 14 11:20:31 UTC 2024
Modified Files:
pkgsrc/textproc/translate-toolkit: Makefile distinfo
Log Message:
translate-toolkit: updated to 3.13.5
Translate Toolkit 3.13.5
Formats and Converters
- Android
- Fixed newlines serialization
- PHP
- Fixed escaping quotes in keys
- HTML
- Enable translation of the label tag
Translate Toolkit 3.13.4
Formats and Converters
- Android
- Add API to mark string translatable
- PHP
- Fixed escaping quotes in keys
Other changes
- Compatibility with Python 3.13
- Documentation now uses Furo theme
- Fixed lxml depreciation warnings
- Fixed ``__hash__`` implementation
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/translate-toolkit/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/translate-toolkit/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/translate-toolkit/Makefile
diff -u pkgsrc/textproc/translate-toolkit/Makefile:1.14 pkgsrc/textproc/translate-toolkit/Makefile:1.15
--- pkgsrc/textproc/translate-toolkit/Makefile:1.14 Thu Aug 8 08:59:49 2024
+++ pkgsrc/textproc/translate-toolkit/Makefile Mon Oct 14 11:20:31 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2024/08/08 08:59:49 adam Exp $
+# $NetBSD: Makefile,v 1.15 2024/10/14 11:20:31 adam Exp $
-DISTNAME= translate_toolkit-3.13.3
+DISTNAME= translate_toolkit-3.13.5
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/translate-toolkit/}
@@ -14,6 +14,7 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-lxml>=4.6.3:../../textproc/py-lxml
+DEPENDS+= ${PYPKGPREFIX}-wcwidth>=0.2.10:../../devel/py-wcwidth
USE_LANGUAGES= # none
USE_TOOLS+= bash:run
@@ -24,7 +25,5 @@ REPLACE_BASH+= translate/convert/roundtr
REPLACE_BASH+= translate/convert/roundtrip-gaia
REPLACE_BASH+= translate/convert/roundtrip-mozilla
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/translate-toolkit/distinfo
diff -u pkgsrc/textproc/translate-toolkit/distinfo:1.8 pkgsrc/textproc/translate-toolkit/distinfo:1.9
--- pkgsrc/textproc/translate-toolkit/distinfo:1.8 Thu Aug 8 08:59:49 2024
+++ pkgsrc/textproc/translate-toolkit/distinfo Mon Oct 14 11:20:31 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/08/08 08:59:49 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/10/14 11:20:31 adam Exp $
-BLAKE2s (translate_toolkit-3.13.3.tar.gz) = 8d7d75e58d9bebd38f73abfda7ce2808a981096fd79dbff8b3ff2c5aee01898a
-SHA512 (translate_toolkit-3.13.3.tar.gz) = e9109745ac51315a6d2155866163ec09e0a26703d84677becd38f411877b2b3f65e7d2cdf0104036b883ac0336c566dbecbf5d1ef7f71f15c237de2f7852eacb
-Size (translate_toolkit-3.13.3.tar.gz) = 1436864 bytes
+BLAKE2s (translate_toolkit-3.13.5.tar.gz) = ed9459febacd712af7f6196324c127a028d945d6b75a3d68f7b39c8daae4a8f2
+SHA512 (translate_toolkit-3.13.5.tar.gz) = 936ec38d37b595d860fb3c11187ec89a3714babcb23064e902752d36fb4dabdcf1154bb6d44bdf6ce25cc72ef3f74ab2d11f58e7067f4ec9afc9aab93cbf4ef7
+Size (translate_toolkit-3.13.5.tar.gz) = 1201108 bytes
Home |
Main Index |
Thread Index |
Old Index