diff --git a/devel/py-aioice/Makefile b/devel/py-aioice/Makefile index 0b699dcc56b7..1d93ee7b5814 100644 --- a/devel/py-aioice/Makefile +++ b/devel/py-aioice/Makefile @@ -1,23 +1,28 @@ PORTNAME= aioice -PORTVERSION= 0.9.0 -PORTREVISION= 1 +DISTVERSION= 0.10.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bofh@FreeBSD.org COMMENT= Interactive Connectivity Establishment (RFC 5245) in Python WWW= https://github.com/aiortc/aioice LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netifaces>=0.10.4:net/py-netifaces@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes +post-patch: + @${REINPLACE_CMD} -e 's|^license = .*|license = { text = "BSD-3-Clause" }|' \ + ${WRKSRC}/pyproject.toml + .include diff --git a/devel/py-aioice/distinfo b/devel/py-aioice/distinfo index 37a5f4ea0dd2..b087795d7360 100644 --- a/devel/py-aioice/distinfo +++ b/devel/py-aioice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1681491571 -SHA256 (aioice-0.9.0.tar.gz) = fc2401b1c4b6e19372eaaeaa28fd1bd9cbf6b0e412e48625297c53b495eebd1e -SIZE (aioice-0.9.0.tar.gz) = 40324 +TIMESTAMP = 1744364341 +SHA256 (aioice-0.10.0.tar.gz) = 25dfdcbacb89de0e2eac41e96a872499c37a9eb74fa22a0e92d8ac1a0a9141af +SIZE (aioice-0.10.0.tar.gz) = 44236