Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Nov 2021 13:47:10 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1db81efbdd9f - main - www/py-aioquic: Update to 0.9.16
Message-ID:  <202111011347.1A1DlA9u051149@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1db81efbdd9f3ee5ab96c7f7a2fdc09b420a8b79

commit 1db81efbdd9f3ee5ab96c7f7a2fdc09b420a8b79
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-01 13:28:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-01 13:41:54 +0000

    www/py-aioquic: Update to 0.9.16
    
    - Strip shared library
    
    Changes:        https://github.com/aiortc/aioquic/commits/main
---
 www/py-aioquic/Makefile | 15 ++++++---------
 www/py-aioquic/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/www/py-aioquic/Makefile b/www/py-aioquic/Makefile
index 84d372db221b..683831f3604f 100644
--- a/www/py-aioquic/Makefile
+++ b/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}
@@ -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>
diff --git a/www/py-aioquic/distinfo b/www/py-aioquic/distinfo
index bba9ef585ed0..3d94bce2a40d 100644
--- a/www/py-aioquic/distinfo
+++ b/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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111011347.1A1DlA9u051149>