pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-solo1



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar  2 09:21:40 UTC 2025

Modified Files:
        pkgsrc/security/py-solo1: Makefile PLIST

Log Message:
py-solo1: fix build with latest py-flit_core and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-solo1/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-solo1/PLIST

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-solo1/Makefile
diff -u pkgsrc/security/py-solo1/Makefile:1.4 pkgsrc/security/py-solo1/Makefile:1.5
--- pkgsrc/security/py-solo1/Makefile:1.4       Mon Oct 14 06:45:57 2024
+++ pkgsrc/security/py-solo1/Makefile   Sun Mar  2 09:21:40 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2024/10/14 06:45:57 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2025/03/02 09:21:40 wiz Exp $
 
 DISTNAME=      solo1-0.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/solo1/}
 
@@ -11,6 +11,7 @@ HOMEPAGE=     https://github.com/solokeys/so
 COMMENT=       Tool for managing SoloKeys Solo 1
 LICENSE=       apache-2.0 OR mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.11:../../devel/py-flit_core
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit>=0:../../devel/py-flit
 DEPENDS+=      ${PYPKGPREFIX}-click>=7.1:../../devel/py-click
 DEPENDS+=      ${PYPKGPREFIX}-ecdsa>=0:../../security/py-ecdsa

Index: pkgsrc/security/py-solo1/PLIST
diff -u pkgsrc/security/py-solo1/PLIST:1.2 pkgsrc/security/py-solo1/PLIST:1.3
--- pkgsrc/security/py-solo1/PLIST:1.2  Sat Oct 28 19:57:15 2023
+++ pkgsrc/security/py-solo1/PLIST      Sun Mar  2 09:21:40 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/10/28 19:57:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/03/02 09:21:40 wiz Exp $
 bin/solo
 bin/solo1
 ${PYSITELIB}/solo/VERSION
@@ -65,9 +65,9 @@ ${PYSITELIB}/solo/operations.pyo
 ${PYSITELIB}/solo/solotool.py
 ${PYSITELIB}/solo/solotool.pyc
 ${PYSITELIB}/solo/solotool.pyo
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE-APACHE
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE-MIT
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE-APACHE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE-MIT



Home | Main Index | Thread Index | Old Index