Date: Mon, 27 Apr 2026 13:11:24 +0000 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: a47e50e65246 - main - devel/py-librt: Update to 0.9.0 Message-ID: <69ef607c.31f46.371975ff@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a47e50e65246a1d24abfe0a4e758cb78b0cf0f45 commit a47e50e65246a1d24abfe0a4e758cb78b0cf0f45 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-27 13:03:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-04-27 13:07:19 +0000 devel/py-librt: Update to 0.9.0 Changes: https://github.com/python/mypy/commits/master/mypyc/lib-rt --- devel/py-librt/Makefile | 2 +- devel/py-librt/distinfo | 6 +++--- devel/py-librt/files/patch-pyproject.toml | 11 ++++++++++- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/devel/py-librt/Makefile b/devel/py-librt/Makefile index 7d1ac4def9a1..97ff385f5238 100644 --- a/devel/py-librt/Makefile +++ b/devel/py-librt/Makefile @@ -1,5 +1,5 @@ PORTNAME= librt -PORTVERSION= 0.8.1 +PORTVERSION= 0.9.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-librt/distinfo b/devel/py-librt/distinfo index 8c86d2690301..a0bd25390f36 100644 --- a/devel/py-librt/distinfo +++ b/devel/py-librt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1775587322 -SHA256 (librt-0.8.1.tar.gz) = be46a14693955b3bd96014ccbdb8339ee8c9346fbe11c1b78901b55125f14c73 -SIZE (librt-0.8.1.tar.gz) = 177471 +TIMESTAMP = 1777252640 +SHA256 (librt-0.9.0.tar.gz) = a0951822531e7aee6e0dfb556b30d5ee36bbe234faf60c20a16c01be3530869d +SIZE (librt-0.9.0.tar.gz) = 184368 diff --git a/devel/py-librt/files/patch-pyproject.toml b/devel/py-librt/files/patch-pyproject.toml index 72d826e85537..80be0365e2cb 100644 --- a/devel/py-librt/files/patch-pyproject.toml +++ b/devel/py-librt/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2025-11-29 13:53:51 UTC +--- pyproject.toml.orig 2026-04-09 15:44:57 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [build-system] @@ -7,3 +7,12 @@ build-backend = "setuptools.build_meta" [project] +@@ -20,7 +20,7 @@ version = "0.9.0" + {name = "Ivan Levkivskyi", email = "levkivskyi@gmail.com"}, + ] + version = "0.9.0" +-license = "MIT" ++license = {text = "MIT"} + classifiers = [ + "Development Status :: 3 - Alpha", + "Environment :: Console",home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ef607c.31f46.371975ff>
