pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-typer
Module Name: pkgsrc
Committed By: adam
Date: Thu Apr 23 07:34:48 UTC 2026
Modified Files:
pkgsrc/devel/py-typer: Makefile distinfo
Log Message:
py-typer: updated to 0.24.2
0.24.2
Fixes
Ensure that typer.launch forwards correctly when launching a file.
Refactors
Ensure ty runs without errors.
Docs
Add dates to release notes.
Fix code blocks in reference docs overflowing table width.
Fix broken link to FastAPI and Friends newsletter.
Handle external links target=_blank and CSS automatically in JS and CSS.
Remove link to Typer developer survey.
Clean up documentation in install.md file.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-typer/Makefile \
pkgsrc/devel/py-typer/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-typer/Makefile
diff -u pkgsrc/devel/py-typer/Makefile:1.1 pkgsrc/devel/py-typer/Makefile:1.2
--- pkgsrc/devel/py-typer/Makefile:1.1 Fri Mar 6 13:48:21 2026
+++ pkgsrc/devel/py-typer/Makefile Thu Apr 23 07:34:48 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2026/03/06 13:48:21 adam Exp $
+# $NetBSD: Makefile,v 1.2 2026/04/23 07:34:48 adam Exp $
-DISTNAME= typer-0.24.1
+DISTNAME= typer-0.24.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/typer/}
@@ -13,22 +13,20 @@ LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-pdm_backend>0:../../devel/py-pdm_backend
DEPENDS+= ${PYPKGPREFIX}-annotated-doc>=0.0.2:../../textproc/py-annotated-doc
DEPENDS+= ${PYPKGPREFIX}-click>=8.2.1:../../devel/py-click
-DEPENDS+= ${PYPKGPREFIX}-shellingham>=1.3.0:../../misc/py-shellingham
DEPENDS+= ${PYPKGPREFIX}-rich>=12.3.0:../../comms/py-rich
+DEPENDS+= ${PYPKGPREFIX}-shellingham>=1.3.0:../../misc/py-shellingham
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0.0:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-sugar>=0.9.5:../../devel/py-test-sugar
TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=1.32.0:../../devel/py-test-xdist
USE_LANGUAGES= # none
+PY_RENAME_BINARIES= typer
+
# as of 0.24.1
# 21 errors
# due to py-shellingham looking for /proc/R/stat
# https://github.com/sarugaku/shellingham/issues/99
-post-install:
- cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} typer typer-${PYVERSSUFFIX} || ${TRUE}
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-typer/distinfo
diff -u pkgsrc/devel/py-typer/distinfo:1.1 pkgsrc/devel/py-typer/distinfo:1.2
--- pkgsrc/devel/py-typer/distinfo:1.1 Fri Mar 6 13:48:21 2026
+++ pkgsrc/devel/py-typer/distinfo Thu Apr 23 07:34:48 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2026/03/06 13:48:21 adam Exp $
+$NetBSD: distinfo,v 1.2 2026/04/23 07:34:48 adam Exp $
-BLAKE2s (typer-0.24.1.tar.gz) = 44c929c0f8f7d61720734e4066d377a9e30078a9a198a9bcc5e1af75627c9209
-SHA512 (typer-0.24.1.tar.gz) = 581511a2e0397be85023237161c5683e3ea8cf30208b5090fe4b037fb1d351f3e1e80e33bc0dcf6d116a71926561cfb560b631fffb38195afffcf9a9a1e71439
-Size (typer-0.24.1.tar.gz) = 118613 bytes
+BLAKE2s (typer-0.24.2.tar.gz) = 6bdbf60a9562d253d92284fc2f64b682b36816022e6bf3d91554692cfe1763fa
+SHA512 (typer-0.24.2.tar.gz) = 4e282e616c8ea57665493bb15bbe3e2a6388f974b602c879a16c14c7c07e55960d9808f4af50b78e79149bb3cb9dbd26da397078ebef8264ec7893ba74034014
+Size (typer-0.24.2.tar.gz) = 119849 bytes
Home |
Main Index |
Thread Index |
Old Index