diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-21 03:17:33 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-21 03:45:04 +0000 |
commit | 3eb36b91d76b017113d25d1970d12823b1bbc46b (patch) | |
tree | 376f93ac3bcd89540335809600468e4c3e423caf | |
parent | 45017d885a78a52d00c92618e7c120cc36191605 (diff) |
www/py-httptools: Update to 0.3.0
- Strip shared library
Changes: https://github.com/MagicStack/httptools/releases
-rw-r--r-- | www/py-httptools/Makefile | 5 | ||||
-rw-r--r-- | www/py-httptools/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www/py-httptools/Makefile b/www/py-httptools/Makefile index f7ea59d49ce6..aae8b21248f4 100644 --- a/www/py-httptools/Makefile +++ b/www/py-httptools/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= httptools -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,4 +20,7 @@ USE_PYTHON= autoplist concurrent distutils post-patch: @${RM} -r ${WRKSRC}/vendor/http-parser/ +post-install: + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + + .include <bsd.port.mk> diff --git a/www/py-httptools/distinfo b/www/py-httptools/distinfo index 3455fcb2a220..403cdb36ec18 100644 --- a/www/py-httptools/distinfo +++ b/www/py-httptools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619725373 -SHA256 (httptools-0.2.0.tar.gz) = 94505026be56652d7a530ab03d89474dc6021019d6b8682281977163b3471ea0 -SIZE (httptools-0.2.0.tar.gz) = 169260 +TIMESTAMP = 1632037278 +SHA256 (httptools-0.3.0.tar.gz) = 3f9b4856d46ba1f0c850f4e84b264a9a8b4460acb20e865ec00978ad9fbaa4cf +SIZE (httptools-0.3.0.tar.gz) = 170395 |