aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-13 19:13:58 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-13 19:13:58 +0000
commita7743393a72ad5fdc1dd645f88b01c15f04b8500 (patch)
tree25d502ce6d7f56a468fdc435eb5b799756871c8b
parent0fe2eb783f7cbe09bdec39ade72922c8eb2a8e30 (diff)
downloadports-a7743393a72ad5fdc1dd645f88b01c15f04b8500.tar.gz
ports-a7743393a72ad5fdc1dd645f88b01c15f04b8500.zip
devel/py-wrapt: Update to 1.13.1
-rw-r--r--devel/py-wrapt/Makefile4
-rw-r--r--devel/py-wrapt/distinfo6
-rw-r--r--devel/py-wrapt/pkg-descr2
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