diff --git a/devel/py-librt/Makefile b/devel/py-librt/Makefile index dcfef7ae679b..75c9060b891a 100644 --- a/devel/py-librt/Makefile +++ b/devel/py-librt/Makefile @@ -1,31 +1,31 @@ PORTNAME= librt -PORTVERSION= 0.10.0 +PORTVERSION= 0.11.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Mypyc runtime library WWW= https://github.com/python/mypy/tree/master/mypyc/lib-rt \ https://github.com/mypyc/librt LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libbase64.so:devel/base64 USES= python USE_PYTHON= autoplist concurrent pep517 post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py @${MV} ${WRKSRC}/base64/librt_base64.* ${WRKSRC} # Clean up bundled libraries @${RM} -r ${WRKSRC}/base64/ post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + .include diff --git a/devel/py-librt/distinfo b/devel/py-librt/distinfo index e1d4570e16da..7931961b327f 100644 --- a/devel/py-librt/distinfo +++ b/devel/py-librt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1778096616 -SHA256 (librt-0.10.0.tar.gz) = 1aba1e8aa4e3307a7be68a74149545fde7451964dc0235a8bec5704a17bdda42 -SIZE (librt-0.10.0.tar.gz) = 191799 +TIMESTAMP = 1778641028 +SHA256 (librt-0.11.0.tar.gz) = 075dc3ef4458a278e0195cbf6ac9d38808d9b906c5a6c7f7f79c3888276a3fb1 +SIZE (librt-0.11.0.tar.gz) = 200139 diff --git a/devel/py-librt/files/patch-pyproject.toml b/devel/py-librt/files/patch-pyproject.toml index e9bbbd3ee5e2..5a9f26138f9f 100644 --- a/devel/py-librt/files/patch-pyproject.toml +++ b/devel/py-librt/files/patch-pyproject.toml @@ -1,18 +1,18 @@ ---- pyproject.toml.orig 2026-05-05 15:35:28 UTC +--- pyproject.toml.orig 2026-05-10 17:48:00 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools >= 77.0.3"] +requires = ["setuptools >= 61"] build-backend = "setuptools.build_meta" [project] -@@ -20,7 +20,7 @@ version = "0.10.0" +@@ -20,7 +20,7 @@ version = "0.11.0" {name = "Ivan Levkivskyi", email = "levkivskyi@gmail.com"}, ] - version = "0.10.0" + version = "0.11.0" -license = "MIT" +license = {text = "MIT"} classifiers = [ "Development Status :: 3 - Alpha", "Environment :: Console",