git: a7743393a72a - main - devel/py-wrapt: Update to 1.13.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 19:21:47 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a7743393a72ad5fdc1dd645f88b01c15f04b8500 commit a7743393a72ad5fdc1dd645f88b01c15f04b8500 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-13 19:13:58 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-13 19:13:58 +0000 devel/py-wrapt: Update to 1.13.1 - Update WWW Changes: https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst --- devel/py-wrapt/Makefile | 4 ++-- devel/py-wrapt/distinfo | 6 +++--- devel/py-wrapt/pkg-descr | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-wrapt/Makefile b/devel/py-wrapt/Makefile index 24e0e847fa38..bb078490bc0b 100644 --- a/devel/py-wrapt/Makefile +++ b/devel/py-wrapt/Makefile @@ -1,5 +1,5 @@ PORTNAME= wrapt -PORTVERSION= 1.12.1 +PORTVERSION= 1.13.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,6 @@ USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/wrapt/_wrappers*.so + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + .include <bsd.port.mk> diff --git a/devel/py-wrapt/distinfo b/devel/py-wrapt/distinfo index 2187409dabde..5850a29dfef3 100644 --- a/devel/py-wrapt/distinfo +++ b/devel/py-wrapt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1585064081 -SHA256 (wrapt-1.12.1.tar.gz) = b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d9b97d7 -SIZE (wrapt-1.12.1.tar.gz) = 27488 +TIMESTAMP = 1634111782 +SHA256 (wrapt-1.13.1.tar.gz) = 909a80ce028821c7ad01bdcaa588126825931d177cdccd00b3545818d4a195ce +SIZE (wrapt-1.13.1.tar.gz) = 48803 diff --git a/devel/py-wrapt/pkg-descr b/devel/py-wrapt/pkg-descr index df779504ecb1..b8786126cbb6 100644 --- a/devel/py-wrapt/pkg-descr +++ b/devel/py-wrapt/pkg-descr @@ -8,4 +8,4 @@ introspectability, signatures, type checking abilities etc. The decorators that can be constructed using this module will work in far more scenarios than typical decorators and provide more predictable and consistent behaviour. -WWW: https://pypi.org/project/wrapt/ +WWW: https://github.com/GrahamDumpleton/wrapt