pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-utils py-utils: update to 3.0.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f021f056d097
branches:  trunk
changeset: 371171:f021f056d097
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 05 22:22:59 2022 +0000

description:
py-utils: update to 3.0.0.

3.0.0

Python 3 update including full type hinting, asyncio tools, typing shortcuts and listify decorator for generators

2.7.1

Small documentation updates

2.7.0

added automated tox github action tests

diffstat:

 devel/py-utils/Makefile |  9 +++++----
 devel/py-utils/PLIST    |  8 +++++++-
 devel/py-utils/distinfo |  8 ++++----
 3 files changed, 16 insertions(+), 9 deletions(-)

diffs (67 lines):

diff -r db7303a86535 -r f021f056d097 devel/py-utils/Makefile
--- a/devel/py-utils/Makefile   Wed Jan 05 22:20:45 2022 +0000
+++ b/devel/py-utils/Makefile   Wed Jan 05 22:22:59 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2022/01/04 20:53:47 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/01/05 22:22:59 wiz Exp $
 
-DISTNAME=      python-utils-2.6.0
+DISTNAME=      python-utils-3.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-utils/}
 
@@ -11,10 +10,12 @@
 COMMENT=       Some convenient utilities not included with standard Python
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-six>=0:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=0:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8>=0:../../devel/py-test-flake8
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mypy>=0:../../devel/py-test-mypy
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0:../../devel/py-test-asyncio
+TEST_DEPENDS+= ${PYPKGPREFIX}-types-setuptools>=0:../../devel/py-types-setuptools
 
 USE_LANGUAGES= # none
 
diff -r db7303a86535 -r f021f056d097 devel/py-utils/PLIST
--- a/devel/py-utils/PLIST      Wed Jan 05 22:20:45 2022 +0000
+++ b/devel/py-utils/PLIST      Wed Jan 05 22:22:59 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2021/11/16 19:35:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/05 22:22:59 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -10,6 +10,9 @@
 ${PYSITELIB}/python_utils/__init__.py
 ${PYSITELIB}/python_utils/__init__.pyc
 ${PYSITELIB}/python_utils/__init__.pyo
+${PYSITELIB}/python_utils/aio.py
+${PYSITELIB}/python_utils/aio.pyc
+${PYSITELIB}/python_utils/aio.pyo
 ${PYSITELIB}/python_utils/compat.py
 ${PYSITELIB}/python_utils/compat.pyc
 ${PYSITELIB}/python_utils/compat.pyo
@@ -34,3 +37,6 @@
 ${PYSITELIB}/python_utils/time.py
 ${PYSITELIB}/python_utils/time.pyc
 ${PYSITELIB}/python_utils/time.pyo
+${PYSITELIB}/python_utils/types.py
+${PYSITELIB}/python_utils/types.pyc
+${PYSITELIB}/python_utils/types.pyo
diff -r db7303a86535 -r f021f056d097 devel/py-utils/distinfo
--- a/devel/py-utils/distinfo   Wed Jan 05 22:20:45 2022 +0000
+++ b/devel/py-utils/distinfo   Wed Jan 05 22:22:59 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/12/17 08:11:56 adam Exp $
+$NetBSD: distinfo,v 1.6 2022/01/05 22:22:59 wiz Exp $
 
-BLAKE2s (python-utils-2.6.0.tar.gz) = 8dd00b2a1ff903509d2677388c99aad59008311b850158a0065c53483fff5cec
-SHA512 (python-utils-2.6.0.tar.gz) = a582558e38342f54f7c1eda1f9038728dd5904729aaec4e5719e56bb447bc6fcb93bf5ea3af134ce245eda059b9be81d15b268165cbc10799ba112fc157f939b
-Size (python-utils-2.6.0.tar.gz) = 14885 bytes
+BLAKE2s (python-utils-3.0.0.tar.gz) = 93fd889911f2b9908ae168114587eac9c9fdbff16ec015b4787668cf0939fbc6
+SHA512 (python-utils-3.0.0.tar.gz) = b03f97b66b71af8eb023ecfa1b671f2d566d139464f63cd512b129a5830651172843285fe7ef028047ca03f345221f5208eac8e1647361f173f1c7b3aed866a6
+Size (python-utils-3.0.0.tar.gz) = 23243 bytes



Home | Main Index | Thread Index | Old Index