Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Apr 2023 18:14:25 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: def86f126d17 - main - devel/py-aiortc: Update version 1.3.1=>1.5.0
Message-ID:  <202304141814.33EIEPab003748@gitrepo.freebsd.org>

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

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

commit def86f126d17ba5847b122497c4b66251ddaa5e3
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-04-14 17:26:40 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-04-14 18:14:13 +0000

    devel/py-aiortc: Update version 1.3.1=>1.5.0
    
    - Update WWW
    
    Changelog: https://github.com/aiortc/aiortc/releases/tag/1.5.0
---
 devel/py-aiortc/Makefile | 19 ++++++++++---------
 devel/py-aiortc/distinfo |  6 +++---
 2 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/devel/py-aiortc/Makefile b/devel/py-aiortc/Makefile
index 5d819c49c0da..44bc2b1c3749 100644
--- a/devel/py-aiortc/Makefile
+++ b/devel/py-aiortc/Makefile
@@ -1,31 +1,32 @@
 PORTNAME=	aiortc
-PORTVERSION=	1.3.1
-PORTREVISION=	1
+PORTVERSION=	1.5.0
 CATEGORIES=	devel multimedia python www
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	WebRTC and ORTC in Python
-WWW=		https://github.com/jlaine/aiortc/
+WWW=		https://github.com/aiortc/aiortc/
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR}
 LIB_DEPENDS=	libopus.so:audio/opus \
 		libvpx.so:multimedia/libvpx
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aioice>=0.7.5:devel/py-aioice@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}attrs>0:devel/py-attrs@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}aioice>=0.9.0:devel/py-aioice@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}av>=9.0.0:multimedia/py-av@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}crc32c>=2.1:devel/py-crc32c@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cryptography>=2.2:security/py-cryptography@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}google-crc32c>=1.1:devel/py-google-crc32c@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}openssl>=23.1.0:security/py-openssl@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyee>=9.0.0:devel/py-pyee@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pylibsrtp>=0.5.6:devel/py-pylibsrtp@${PY_FLAVOR}
 
 USES=		localbase python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/codecs/*.so
+
 .include <bsd.port.mk>
diff --git a/devel/py-aiortc/distinfo b/devel/py-aiortc/distinfo
index 103685623d1e..e694ff4116d1 100644
--- a/devel/py-aiortc/distinfo
+++ b/devel/py-aiortc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1647212491
-SHA256 (aiortc-1.3.1.tar.gz) = 578d4ce2618c257c1db4fa9845dc2ab4a196b1b2d074d67c92a634356a06de83
-SIZE (aiortc-1.3.1.tar.gz) = 1160644
+TIMESTAMP = 1681492338
+SHA256 (aiortc-1.5.0.tar.gz) = 82b4131d84f862e24e1c3550b73f78412cc9554140a2575577eb3f04675bbad2
+SIZE (aiortc-1.5.0.tar.gz) = 1165152



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