mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
www/py-httptools: Update to 0.3.0
- Strip shared library Changes: https://github.com/MagicStack/httptools/releases
This commit is contained in:
parent
45017d885a
commit
3eb36b91d7
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user