pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-wrapt



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Oct 31 09:21:37 UTC 2021

Modified Files:
        pkgsrc/devel/py-wrapt: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-wrapt/Makefile \
    pkgsrc/devel/py-wrapt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-wrapt/Makefile
diff -u pkgsrc/devel/py-wrapt/Makefile:1.10 pkgsrc/devel/py-wrapt/Makefile:1.11
--- pkgsrc/devel/py-wrapt/Makefile:1.10 Wed Oct 13 06:58:32 2021
+++ pkgsrc/devel/py-wrapt/Makefile      Sun Oct 31 09:21:37 2021
@@ -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 @@ HOMEPAGE=    https://github.com/GrahamDumpl
 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"
Index: pkgsrc/devel/py-wrapt/distinfo
diff -u pkgsrc/devel/py-wrapt/distinfo:1.10 pkgsrc/devel/py-wrapt/distinfo:1.11
--- pkgsrc/devel/py-wrapt/distinfo:1.10 Tue Oct 26 10:19:16 2021
+++ pkgsrc/devel/py-wrapt/distinfo      Sun Oct 31 09:21:37 2021
@@ -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