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.
This commit is contained in:
parent
ded9955e0c
commit
6d636b4524
2 changed files with 12 additions and 6 deletions
|
@ -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/GrahamDumpleton/wrapt
|
|||
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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue