pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pipx



Module Name:    pkgsrc
Committed By:   kim
Date:           Fri Aug 15 06:51:56 UTC 2025

Modified Files:
        pkgsrc/devel/py-pipx: Makefile

Log Message:
py-pipx: Fix dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-pipx/Makefile

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-pipx/Makefile
diff -u pkgsrc/devel/py-pipx/Makefile:1.1 pkgsrc/devel/py-pipx/Makefile:1.2
--- pkgsrc/devel/py-pipx/Makefile:1.1   Fri Aug 15 05:49:28 2025
+++ pkgsrc/devel/py-pipx/Makefile       Fri Aug 15 06:51:56 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/08/15 05:49:28 kim Exp $
+# $NetBSD: Makefile,v 1.2 2025/08/15 06:51:56 kim Exp $
 
 DISTNAME=      pipx-1.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,15 @@ HOMEPAGE=    https://pipx.pypa.io/
 COMMENT=       Install and Run Python Applications in Isolated Environments
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-argcomplete>=1.9.4:../../devel/py-argcomplete
+DEPENDS+=      ${PYPKGPREFIX}-colorama>=0.4.4:../../comms/py-colorama
+DEPENDS+=      ${PYPKGPREFIX}-packaging>=20:../../devel/py-packaging
+DEPENDS+=      ${PYPKGPREFIX}-platformdirs>=2.1:../../misc/py-platformdirs
+DEPENDS+=      ${PYPKGPREFIX}-tomli-[0-9]*:../../textproc/py-tomli
+DEPENDS+=      ${PYPKGPREFIX}-userpath>=1.9.2:../../devel/py-userpath
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index