Sun Oct 31 09:21:37 2021 UTC ()
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.


(adam)
diff -r1.10 -r1.11 pkgsrc/devel/py-wrapt/Makefile
diff -r1.10 -r1.11 pkgsrc/devel/py-wrapt/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/devel/py-wrapt/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-wrapt/Makefile 2021/10/13 06:58:32 1.10
+++ pkgsrc/devel/py-wrapt/Makefile 2021/10/31 09:21:37 1.11
@@ -1,14 +1,20 @@ @@ -1,14 +1,20 @@
1# $NetBSD: Makefile,v 1.10 2021/10/13 06:58:32 adam Exp $ 1# $NetBSD: Makefile,v 1.11 2021/10/31 09:21:37 adam Exp $
2 2
3DISTNAME= wrapt-1.13.2 3DISTNAME= wrapt-1.13.3
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=w/wrapt/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=w/wrapt/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/GrahamDumpleton/wrapt 9HOMEPAGE= https://github.com/GrahamDumpleton/wrapt
10COMMENT= Python module for decorators, wrappers and monkey patching 10COMMENT= Python module for decorators, wrappers and monkey patching
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
 13PYTHON_VERSIONED_DEPENDENCIES= test:test
 14
 15do-test:
 16 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 17
13.include "../../lang/python/egg.mk" 18.include "../../lang/python/egg.mk"
 19.include "../../lang/python/versioned_dependencies.mk"
14.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.10 -r1.11 pkgsrc/devel/py-wrapt/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-wrapt/distinfo 2021/10/26 10:19:16 1.10
+++ pkgsrc/devel/py-wrapt/distinfo 2021/10/31 09:21:37 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2021/10/26 10:19:16 nia Exp $ 1$NetBSD: distinfo,v 1.11 2021/10/31 09:21:37 adam Exp $
2 2
3BLAKE2s (wrapt-1.13.2.tar.gz) = 5d438101fcca0047b68b36ba1acb6b8ac3aef709c10733c4e3b2259be58fca0a 3BLAKE2s (wrapt-1.13.3.tar.gz) = b99bdc3641b41e47da016be4da5fc41f0b865f36391240d030a5cd0847566940
4SHA512 (wrapt-1.13.2.tar.gz) = afc93825c245a68245e3b5cbec9bdddf9709cb08d47d1d1f066cec942ea75378286b24fd999cd438f0d0cae267b9dfe02ab7b76cfcdf5fc657e4628e09a43029 4SHA512 (wrapt-1.13.3.tar.gz) = c80505b1d52eebc405cdb69a2e5a1d4d429e3091d04ae21d4af38175576818d30fdd57ef1e5422bd29022079e2996ee2ce97a3e8e4fada78387f24aa41fa2e32
5Size (wrapt-1.13.2.tar.gz) = 48836 bytes 5Size (wrapt-1.13.3.tar.gz) = 48871 bytes