diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-08 16:59:23 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-08 16:59:23 +0000 |
commit | 96d44ba93a146d53d1bd6ab72a16909ef37dcf4e (patch) | |
tree | f221fc1d40d158f3449adc76d53d267744714c12 | |
parent | deee44150027f6ffcb45a80a2ba17fc7a8c5b40f (diff) |
devel/py-psygnal: Update to 0.12.0
Changes: https://github.com/pyapp-kit/psygnal/releases
https://github.com/pyapp-kit/psygnal/blob/main/CHANGELOG.md
-rw-r--r-- | devel/py-psygnal/Makefile | 4 | ||||
-rw-r--r-- | devel/py-psygnal/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-psygnal/Makefile b/devel/py-psygnal/Makefile index e9e65061e977..bbda3e6fc1dc 100644 --- a/devel/py-psygnal/Makefile +++ b/devel/py-psygnal/Makefile @@ -1,5 +1,5 @@ PORTNAME= psygnal -PORTVERSION= 0.11.1 +PORTVERSION= 0.12.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=1.8.0:devel/py-hatchling@${PY_FLAVOR} -USES= python +USES= python:3.9+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-psygnal/distinfo b/devel/py-psygnal/distinfo index 87ddec12c44b..cbc11ea11312 100644 --- a/devel/py-psygnal/distinfo +++ b/devel/py-psygnal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726487274 -SHA256 (psygnal-0.11.1.tar.gz) = f9b02ca246ab0adb108c4010b4a486e464f940543201074591e50370cd7b0cc0 -SIZE (psygnal-0.11.1.tar.gz) = 102103 +TIMESTAMP = 1738982846 +SHA256 (psygnal-0.12.0.tar.gz) = 8d2a99803f3152c469d3642d36c04d680213a20e114245558e026695adf9a9c2 +SIZE (psygnal-0.12.0.tar.gz) = 104400 |