diff --git a/devel/py-txaio/Makefile b/devel/py-txaio/Makefile index 0d1247a7e0c8..fac76c4658ad 100644 --- a/devel/py-txaio/Makefile +++ b/devel/py-txaio/Makefile @@ -1,27 +1,34 @@ PORTNAME= txaio -DISTVERSION= 25.6.1 +DISTVERSION= 25.9.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bofh@FreeBSD.org COMMENT= Compatibility API between asyncio/Twisted/Trollius WWW= https://github.com/crossbario/txaio LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist distutils pytest +USE_PYTHON= autoplist pep517 pytest NO_ARCH= yes OPTIONS_DEFINE= TWISTED OPTIONS_DEFAULT= TWISTED TWISTED_DESC= Twisted network backend support -TWISTED_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=22.100.0:devel/py-twisted@${PY_FLAVOR} \ +TWISTED_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=22.10.0:devel/py-twisted@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=5.2.0:devel/py-zope.interface@${PY_FLAVOR} +post-patch: + @${REINPLACE_CMD} 's|^license = "MIT"|license = { text = "MIT" }|' \ + ${WRKSRC}/pyproject.toml + .include diff --git a/devel/py-txaio/distinfo b/devel/py-txaio/distinfo index ab334b0c277e..5b67af5fa11b 100644 --- a/devel/py-txaio/distinfo +++ b/devel/py-txaio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1782595771 -SHA256 (txaio-25.6.1.tar.gz) = d8c03dca823515c9bca920df33504923ae54f2dabf476cc5a9ed5cc1691ed687 -SIZE (txaio-25.6.1.tar.gz) = 58709 +TIMESTAMP = 1782652087 +SHA256 (txaio-25.9.2.tar.gz) = e42004a077c02eb5819ff004a4989e49db113836708430d59cb13d31bd309099 +SIZE (txaio-25.9.2.tar.gz) = 50008