pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-humanize
Module Name: pkgsrc
Committed By: adam
Date: Fri Dec 1 19:01:42 UTC 2023
Modified Files:
pkgsrc/textproc/py-humanize: Makefile PLIST distinfo
Log Message:
py-humanize: updated to 4.9.0
4.9.0
Added
Add support for Python 3.13
Add Norwegian localization
Add Hebrew localization
Add Klingon translation
Changed
Replace Flake8 with Ruff
Fixed
Fix DeprecationWarning: Plural value must be an integer, got float
Remove useless shebangs
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/py-humanize/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/py-humanize/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/py-humanize/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/py-humanize/Makefile
diff -u pkgsrc/textproc/py-humanize/Makefile:1.28 pkgsrc/textproc/py-humanize/Makefile:1.29
--- pkgsrc/textproc/py-humanize/Makefile:1.28 Sat Oct 28 19:57:17 2023
+++ pkgsrc/textproc/py-humanize/Makefile Fri Dec 1 19:01:42 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2023/10/28 19:57:17 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2023/12/01 19:01:42 adam Exp $
-DISTNAME= humanize-4.8.0
+DISTNAME= humanize-4.9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/humanize/}
@@ -14,16 +13,11 @@ LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-# needs 'make install'
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-humanize/PLIST
diff -u pkgsrc/textproc/py-humanize/PLIST:1.16 pkgsrc/textproc/py-humanize/PLIST:1.17
--- pkgsrc/textproc/py-humanize/PLIST:1.16 Sat Oct 28 19:57:17 2023
+++ pkgsrc/textproc/py-humanize/PLIST Fri Dec 1 19:01:42 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2023/10/28 19:57:17 wiz Exp $
+@comment $NetBSD: PLIST,v 1.17 2023/12/01 19:01:42 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -36,6 +36,8 @@ ${PYSITELIB}/humanize/locale/fi_FI/LC_ME
${PYSITELIB}/humanize/locale/fi_FI/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/fr_FR/LC_MESSAGES/humanize.mo
${PYSITELIB}/humanize/locale/fr_FR/LC_MESSAGES/humanize.po
+${PYSITELIB}/humanize/locale/he_IL/LC_MESSAGES/humanize.mo
+${PYSITELIB}/humanize/locale/he_IL/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/hu_HU/LC_MESSAGES/humanize.mo
${PYSITELIB}/humanize/locale/hu_HU/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/id_ID/LC_MESSAGES/humanize.mo
@@ -46,6 +48,8 @@ ${PYSITELIB}/humanize/locale/ja_JP/LC_ME
${PYSITELIB}/humanize/locale/ja_JP/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/ko_KR/LC_MESSAGES/humanize.mo
${PYSITELIB}/humanize/locale/ko_KR/LC_MESSAGES/humanize.po
+${PYSITELIB}/humanize/locale/nb/LC_MESSAGES/humanize.mo
+${PYSITELIB}/humanize/locale/nb/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/nl_NL/LC_MESSAGES/humanize.mo
${PYSITELIB}/humanize/locale/nl_NL/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/pl_PL/LC_MESSAGES/humanize.mo
@@ -62,6 +66,8 @@ ${PYSITELIB}/humanize/locale/sl_SI/LC_ME
${PYSITELIB}/humanize/locale/sl_SI/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/sv_SE/LC_MESSAGES/humanize.mo
${PYSITELIB}/humanize/locale/sv_SE/LC_MESSAGES/humanize.po
+${PYSITELIB}/humanize/locale/tlh/LC_MESSAGES/humanize.mo
+${PYSITELIB}/humanize/locale/tlh/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/tr_TR/LC_MESSAGES/humanize.mo
${PYSITELIB}/humanize/locale/tr_TR/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/uk_UA/LC_MESSAGES/humanize.mo
Index: pkgsrc/textproc/py-humanize/distinfo
diff -u pkgsrc/textproc/py-humanize/distinfo:1.24 pkgsrc/textproc/py-humanize/distinfo:1.25
--- pkgsrc/textproc/py-humanize/distinfo:1.24 Thu Aug 24 20:02:09 2023
+++ pkgsrc/textproc/py-humanize/distinfo Fri Dec 1 19:01:42 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2023/08/24 20:02:09 wiz Exp $
+$NetBSD: distinfo,v 1.25 2023/12/01 19:01:42 adam Exp $
-BLAKE2s (humanize-4.8.0.tar.gz) = f77b8a2e85a4867c49655393e642d87bc99f66c70431c4a148b3c054c23b90b4
-SHA512 (humanize-4.8.0.tar.gz) = 2372b9518c6037bbd6bda341cce7f04e6acd0f68c1fe7218e3201477ce12324f6b98efca2bc7024222bfcc222840cd5a6a04649269c86ded7bb81b30d1602cc9
-Size (humanize-4.8.0.tar.gz) = 72894 bytes
+BLAKE2s (humanize-4.9.0.tar.gz) = 498eef9adcae55e5c56f0ab1de17bbd147759b98668edab22d24ea061e84104b
+SHA512 (humanize-4.9.0.tar.gz) = 64238f6717302cec4cac853fd2813647132eb4f6cd73cc61fd43346577cd42bbc2cf5a7345910393cd9a4e9c2b5e949a50c6259b0bd8254a05e08d0d8d70a5d5
+Size (humanize-4.9.0.tar.gz) = 78465 bytes
Home |
Main Index |
Thread Index |
Old Index