pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-trezor-agent



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 18 09:23:58 UTC 2026

Modified Files:
        pkgsrc/security/py-trezor-agent: Makefile

Log Message:
py-trezor-agent: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-trezor-agent/Makefile

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

Modified files:

Index: pkgsrc/security/py-trezor-agent/Makefile
diff -u pkgsrc/security/py-trezor-agent/Makefile:1.4 pkgsrc/security/py-trezor-agent/Makefile:1.5
--- pkgsrc/security/py-trezor-agent/Makefile:1.4        Tue Jan  6 11:18:45 2026
+++ pkgsrc/security/py-trezor-agent/Makefile    Sun Jan 18 09:23:58 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2026/01/06 11:18:45 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2026/01/18 09:23:58 wiz Exp $
 
 DISTNAME=      trezor-agent-0.15.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -7,18 +7,19 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=roma
 GITHUB_PROJECT=        trezor-agent
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
-WRKSRC=                ${WRKDIR}/${DISTNAME}/agents/trezor
-
 MAINTAINER=    js%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/romanz/trezor-agent
 COMMENT=       Hardware-based SSH/GPG/age agent
 LICENSE=       gnu-lgpl-v3
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-libagent>=0.14.0:../../security/py-libagent
 DEPENDS+=      ${PYPKGPREFIX}-trezor>=0.13:../../security/py-trezor
 
 USE_LANGUAGES= # none
 
+WRKSRC=                ${WRKDIR}/${DISTNAME}/agents/trezor
+
 PYTHON_VERSIONS_INCOMPATIBLE=  310 311 # py-sphinx
 
 .include "../../lang/python/wheel.mk"



Home | Main Index | Thread Index | Old Index