pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-shamir_mnemonic



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar  1 07:12:29 UTC 2026

Modified Files:
        pkgsrc/security/py-shamir_mnemonic: DESCR Makefile

Log Message:
py-shamir_mnemonic: add missing tool

fix pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-shamir_mnemonic/DESCR \
    pkgsrc/security/py-shamir_mnemonic/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-shamir_mnemonic/DESCR
diff -u pkgsrc/security/py-shamir_mnemonic/DESCR:1.1 pkgsrc/security/py-shamir_mnemonic/DESCR:1.2
--- pkgsrc/security/py-shamir_mnemonic/DESCR:1.1        Sun Mar  1 00:44:45 2026
+++ pkgsrc/security/py-shamir_mnemonic/DESCR    Sun Mar  1 07:12:29 2026
@@ -1,7 +1,7 @@
-Reference implementation of SLIP-0039: Shamir’s Secret-Sharing for Mnemonic
+Reference implementation of SLIP-0039: Shamir's Secret-Sharing for Mnemonic
 Codes
 
-This SLIP describes a standard and interoperable implementation of Shamir’s
+This SLIP describes a standard and interoperable implementation of Shamir's
 secret sharing (SSS). SSS splits a secret into unique parts which can be
 distributed among participants, and requires a specified minimum number of
 parts to be supplied in order to reconstruct the original secret. Knowledge of
Index: pkgsrc/security/py-shamir_mnemonic/Makefile
diff -u pkgsrc/security/py-shamir_mnemonic/Makefile:1.1 pkgsrc/security/py-shamir_mnemonic/Makefile:1.2
--- pkgsrc/security/py-shamir_mnemonic/Makefile:1.1     Sun Mar  1 00:44:45 2026
+++ pkgsrc/security/py-shamir_mnemonic/Makefile Sun Mar  1 07:12:29 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2026/03/01 00:44:45 js Exp $
+# $NetBSD: Makefile,v 1.2 2026/03/01 07:12:29 wiz Exp $
 
 DISTNAME=      shamir_mnemonic-0.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://pypi.org/project/shami
 COMMENT=       Reference implementation of SLIP-0039
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=0:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-click>=8:../../devel/py-click
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index