pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-wrapt py-wrapt: updated to 1.13.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e7c2b2ab5dc
branches:  trunk
changeset: 768724:9e7c2b2ab5dc
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Oct 31 09:21:37 2021 +0000

description:
py-wrapt: updated to 1.13.3

Version 1.13.3

New Features

Adds wheels for Python 3.10 on PyPi and where possible also now generating binary wheels for musllinux.

diffstat:

 devel/py-wrapt/Makefile |  10 ++++++++--
 devel/py-wrapt/distinfo |   8 ++++----
 2 files changed, 12 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r ab41bf359595 -r 9e7c2b2ab5dc devel/py-wrapt/Makefile
--- a/devel/py-wrapt/Makefile   Sun Oct 31 08:58:37 2021 +0000
+++ b/devel/py-wrapt/Makefile   Sun Oct 31 09:21:37 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2021/10/13 06:58:32 adam Exp $
+# $NetBSD: Makefile,v 1.11 2021/10/31 09:21:37 adam Exp $
 
-DISTNAME=      wrapt-1.13.2
+DISTNAME=      wrapt-1.13.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wrapt/}
@@ -10,5 +10,11 @@
 COMMENT=       Python module for decorators, wrappers and monkey patching
 LICENSE=       2-clause-bsd
 
+PYTHON_VERSIONED_DEPENDENCIES= test:test
+
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
 .include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ab41bf359595 -r 9e7c2b2ab5dc devel/py-wrapt/distinfo
--- a/devel/py-wrapt/distinfo   Sun Oct 31 08:58:37 2021 +0000
+++ b/devel/py-wrapt/distinfo   Sun Oct 31 09:21:37 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:19:16 nia Exp $
+$NetBSD: distinfo,v 1.11 2021/10/31 09:21:37 adam Exp $
 
-BLAKE2s (wrapt-1.13.2.tar.gz) = 5d438101fcca0047b68b36ba1acb6b8ac3aef709c10733c4e3b2259be58fca0a
-SHA512 (wrapt-1.13.2.tar.gz) = afc93825c245a68245e3b5cbec9bdddf9709cb08d47d1d1f066cec942ea75378286b24fd999cd438f0d0cae267b9dfe02ab7b76cfcdf5fc657e4628e09a43029
-Size (wrapt-1.13.2.tar.gz) = 48836 bytes
+BLAKE2s (wrapt-1.13.3.tar.gz) = b99bdc3641b41e47da016be4da5fc41f0b865f36391240d030a5cd0847566940
+SHA512 (wrapt-1.13.3.tar.gz) = c80505b1d52eebc405cdb69a2e5a1d4d429e3091d04ae21d4af38175576818d30fdd57ef1e5422bd29022079e2996ee2ce97a3e8e4fada78387f24aa41fa2e32
+Size (wrapt-1.13.3.tar.gz) = 48871 bytes



Home | Main Index | Thread Index | Old Index