pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

*: fix py-typer paths after import



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Mar 6 23:24:33 2026 +0100
Changeset:	822325d1bf9ce5ae4e3a75e358579bc2430ee2e4

Modified Files:
	py-datasci/packages.mk
	py-mbake/Makefile

Log Message:
*: fix py-typer paths after import

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=822325d1bf9ce5ae4e3a75e358579bc2430ee2e4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-datasci/packages.mk | 2 +-
 py-mbake/Makefile      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-datasci/packages.mk b/py-datasci/packages.mk
index 977c81462f..f0925168b2 100644
--- a/py-datasci/packages.mk
+++ b/py-datasci/packages.mk
@@ -568,7 +568,7 @@ DEPENDS+=	${PYPKGPREFIX}-traitlets-[0-9]*:../../devel/py-traitlets  # traitlets
 DEPENDS+=	${PYPKGPREFIX}-truststore-[0-9]*:../../security/py-truststore  # truststore 0.10.1
 DEPENDS+=	${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted  # twisted 25.5.0
 # twisted-iocpsupport nan is missing
-DEPENDS+=	${PYPKGPREFIX}-typer-[0-9]*:../../wip/py-typer  # typer 0.20.0
+DEPENDS+=	${PYPKGPREFIX}-typer-[0-9]*:../../devel/py-typer  # typer 0.20.0
 # typer-slim 0.20.0 is missing
 # typer-slim-standard 0.20.0 is missing
 DEPENDS+=	${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions  # typing-extensions 4.15.0
diff --git a/py-mbake/Makefile b/py-mbake/Makefile
index a7b5bfe91b..f4a0d2ddaa 100644
--- a/py-mbake/Makefile
+++ b/py-mbake/Makefile
@@ -13,7 +13,7 @@ LICENSE=	mit
 USE_TOOLS+=	gmake:run
 
 TOOL_DEPENDS+=	${PYPKGPREFIX}-hatchling>=0:../../devel/py-hatchling
-DEPENDS+=	${PYPKGPREFIX}-typer>=0.9.0:../../wip/py-typer
+DEPENDS+=	${PYPKGPREFIX}-typer>=0.9.0:../../devel/py-typer
 DEPENDS+=	${PYPKGPREFIX}-rich>=13.0.0:../../comms/py-rich
 
 WRKSRC=		${WRKDIR}/${DISTNAME}


Home | Main Index | Thread Index | Old Index