pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-lazy-object-proxy py-lazy-object-proxy: updat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4eb633ac8041
branches:  trunk
changeset: 452445:4eb633ac8041
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon May 10 14:50:44 2021 +0000

description:
py-lazy-object-proxy: updated to 1.6.0

1.6.0 (2021-03-22)
------------------

* Added support for async special methods (``__aiter__``, ``__anext__``,
  ``__await__``, ``__aenter__``, ``__aexit__``).
  These are used in the ``async for``, ``await` and ``async with`` statements.

  Note that ``__await__`` returns a wrapper that tries to emulate the crazy
  stuff going on in the ceval loop, so there will be a small performance overhead.
* Added the ``__resolved__`` property. You can use it to check if the factory has
  been called.

diffstat:

 devel/py-lazy-object-proxy/Makefile |   9 ++++-----
 devel/py-lazy-object-proxy/PLIST    |   5 ++++-
 devel/py-lazy-object-proxy/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 11 deletions(-)

diffs (56 lines):

diff -r ce79342799ec -r 4eb633ac8041 devel/py-lazy-object-proxy/Makefile
--- a/devel/py-lazy-object-proxy/Makefile       Mon May 10 14:25:06 2021 +0000
+++ b/devel/py-lazy-object-proxy/Makefile       Mon May 10 14:50:44 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/12/07 08:59:40 adam Exp $
+# $NetBSD: Makefile,v 1.9 2021/05/10 14:50:44 adam Exp $
 
-DISTNAME=      lazy-object-proxy-1.5.2
+DISTNAME=      lazy-object-proxy-1.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lazy-object-proxy/}
@@ -11,10 +11,9 @@
 LICENSE=       modified-bsd
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=3.3.1:../../devel/py-setuptools_scm
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
-PYTHON_VERSIONED_DEPENDENCIES+=        setuptools:build
+PYSETUPTESTTARGET=     pytest
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ce79342799ec -r 4eb633ac8041 devel/py-lazy-object-proxy/PLIST
--- a/devel/py-lazy-object-proxy/PLIST  Mon May 10 14:25:06 2021 +0000
+++ b/devel/py-lazy-object-proxy/PLIST  Mon May 10 14:50:44 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/10/15 07:58:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/05/10 14:50:44 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -23,3 +23,6 @@
 ${PYSITELIB}/lazy_object_proxy/utils.py
 ${PYSITELIB}/lazy_object_proxy/utils.pyc
 ${PYSITELIB}/lazy_object_proxy/utils.pyo
+${PYSITELIB}/lazy_object_proxy/utils_py3.py
+${PLIST.py3x}${PYSITELIB}/lazy_object_proxy/utils_py3.pyc
+${PLIST.py3x}${PYSITELIB}/lazy_object_proxy/utils_py3.pyo
diff -r ce79342799ec -r 4eb633ac8041 devel/py-lazy-object-proxy/distinfo
--- a/devel/py-lazy-object-proxy/distinfo       Mon May 10 14:25:06 2021 +0000
+++ b/devel/py-lazy-object-proxy/distinfo       Mon May 10 14:50:44 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/12/07 08:59:40 adam Exp $
+$NetBSD: distinfo,v 1.8 2021/05/10 14:50:44 adam Exp $
 
-SHA1 (lazy-object-proxy-1.5.2.tar.gz) = d663bbe6b798f643b43a866d8c54d3bc35c12f6c
-RMD160 (lazy-object-proxy-1.5.2.tar.gz) = a0f5a0d45548510b6fc1e9f6c707e10b01e28eef
-SHA512 (lazy-object-proxy-1.5.2.tar.gz) = a59102db5862e7c46312f15c9328674aea0e3efd37f3f9b29a058c065954aa7eadc4f772d2973ec616d1c06a5d02adda6ef1a8857085e5afdb93a0069ba401e2
-Size (lazy-object-proxy-1.5.2.tar.gz) = 36608 bytes
+SHA1 (lazy-object-proxy-1.6.0.tar.gz) = de0cdbdad3a2417b846c6cc1eb496751f9b7be92
+RMD160 (lazy-object-proxy-1.6.0.tar.gz) = d1d6fb335fe976def24df0cf79baa86ee170fab5
+SHA512 (lazy-object-proxy-1.6.0.tar.gz) = 81a9731aa22afdd8c7859abf12ed6041f2fab533566dc537159bbb88c2afc4a0996953db20524ee58dbccf6da8e24f7bb38a3fa71994924100dd2b635234ac38
+Size (lazy-object-proxy-1.6.0.tar.gz) = 44494 bytes



Home | Main Index | Thread Index | Old Index