Skip to content

Commit

Permalink
www/py-aioquic: Update to 0.9.16
Browse files Browse the repository at this point in the history
- Strip shared library

Changes:	https://github.com/aiortc/aioquic/commits/main
  • Loading branch information
sunpoet committed Nov 1, 2021
1 parent 0b214e0 commit 1db81ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
15 changes: 6 additions & 9 deletions www/py-aioquic/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= aioquic
PORTVERSION= 0.9.15
PORTVERSION= 0.9.16
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -13,16 +13,13 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=2.5:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=2.5<4:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pylsqpack>=0.3.3<0.4.0:www/py-pylsqpack@${PY_FLAVOR}

USES= python:3.6+ ssl
USES= python:3.7+ ssl
USE_PYTHON= autoplist concurrent distutils

.include <bsd.port.pre.mk>
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +

.if ${PYTHON_REL} < 30700
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0:devel/py-dataclasses@${PY_FLAVOR}
.endif

.include <bsd.port.post.mk>
.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions www/py-aioquic/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1627120868
SHA256 (aioquic-0.9.15.tar.gz) = 1dc8dddfdf1e21f95e5f6b9a01512f989021d74064ea10967011292f7aa8fd98
SIZE (aioquic-0.9.15.tar.gz) = 153015
TIMESTAMP = 1635731005
SHA256 (aioquic-0.9.16.tar.gz) = 699f8728dcae92e9ee22c87fa7c93de88faea392355a49ce32cbdfed837a4e68
SIZE (aioquic-0.9.16.tar.gz) = 153037

0 comments on commit 1db81ef

Please sign in to comment.