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: Sat Oct 3 18:19:42 UTC 2020
Modified Files:
pkgsrc/textproc/py-humanize: Makefile distinfo
Log Message:
py-humanize: updated to 3.0.1
3.0.1
Fixed
Fix some translation for id_ID
3.0.0
Added
Add explicit setuptools dependency for pkg_resources
Removed
Drop support for Python 3.5
Fixed
Update minimum_unit handling of naturaldelta and naturaltime
Internationalise a previously hardcoded 'and'
Update docs
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-humanize/Makefile
cvs rdiff -u -r1.7 -r1.8 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.9 pkgsrc/textproc/py-humanize/Makefile:1.10
--- pkgsrc/textproc/py-humanize/Makefile:1.9 Tue Jul 14 12:46:02 2020
+++ pkgsrc/textproc/py-humanize/Makefile Sat Oct 3 18:19:42 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2020/07/14 12:46:02 adam Exp $
+# $NetBSD: Makefile,v 1.10 2020/10/03 18:19:42 adam Exp $
-DISTNAME= humanize-2.5.0
+DISTNAME= humanize-3.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/humanize/}
@@ -11,16 +11,16 @@ COMMENT= Convert numbers into easily rea
LICENSE= mit
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
+DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
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
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYSETUPTESTTARGET= pytest
-do-test:
- cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-humanize/distinfo
diff -u pkgsrc/textproc/py-humanize/distinfo:1.7 pkgsrc/textproc/py-humanize/distinfo:1.8
--- pkgsrc/textproc/py-humanize/distinfo:1.7 Tue Jul 14 12:46:02 2020
+++ pkgsrc/textproc/py-humanize/distinfo Sat Oct 3 18:19:42 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/07/14 12:46:02 adam Exp $
+$NetBSD: distinfo,v 1.8 2020/10/03 18:19:42 adam Exp $
-SHA1 (humanize-2.5.0.tar.gz) = 7c6de5a5ea90687798c30b08101de0990d0dc87e
-RMD160 (humanize-2.5.0.tar.gz) = d0689e3c291b47681572ed1e6b95c58244d2809d
-SHA512 (humanize-2.5.0.tar.gz) = ffd8df6041108cdcc20dbad2b04e6e4d7ba010065574bb0c2f19a4bbb55687265a3f834223588f71825736737d8c710fa98f3549035369a90e385b92efea8ee1
-Size (humanize-2.5.0.tar.gz) = 48126 bytes
+SHA1 (humanize-3.0.1.tar.gz) = bf1d28ddc83730e53dbdbbcffc8acde997a817fa
+RMD160 (humanize-3.0.1.tar.gz) = 8200a426ab58ceac173a31c222a838090caf8006
+SHA512 (humanize-3.0.1.tar.gz) = d2c0dfcc32923d70bb01b384299b3735436ff84328921b57bc436a938b4b8e65b22ce56ef07487aa3ddfc017e649c25a848129a11f1c9d7cd1e808359a1a30c3
+Size (humanize-3.0.1.tar.gz) = 53151 bytes
Home |
Main Index |
Thread Index |
Old Index