pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-trezor



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 14 05:21:21 UTC 2025

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

Log Message:
Fix PLIST after py-setuptools update; bump depends and revision


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-trezor/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-trezor/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-trezor/Makefile
diff -u pkgsrc/security/py-trezor/Makefile:1.3 pkgsrc/security/py-trezor/Makefile:1.4
--- pkgsrc/security/py-trezor/Makefile:1.3      Sun Oct 13 09:54:39 2024
+++ pkgsrc/security/py-trezor/Makefile  Mon Apr 14 05:21:21 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2024/10/13 09:54:39 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/04/14 05:21:21 adam Exp $
 
 DISTNAME=      trezor-0.13.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/trezor/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/trezor/trez
 COMMENT=       Python library for communicating with Trezor hardware wallets
 LICENSE=       gnu-lgpl-v3
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-ecdsa>=0.9:../../security/py-ecdsa
 DEPENDS+=      ${PYPKGPREFIX}-mnemonic>=0.20:../../devel/py-mnemonic
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.4.0:../../devel/py-requests
@@ -22,5 +23,7 @@ DEPENDS+=     ${PYPKGPREFIX}-construct-class
 
 USE_LANGUAGES= # none
 
+PYTHON_SELF_CONFLICT=  yes
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-trezor/PLIST
diff -u pkgsrc/security/py-trezor/PLIST:1.1 pkgsrc/security/py-trezor/PLIST:1.2
--- pkgsrc/security/py-trezor/PLIST:1.1 Sun Sep 15 00:02:13 2024
+++ pkgsrc/security/py-trezor/PLIST     Mon Apr 14 05:21:21 2025
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2024/09/15 00:02:13 js Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/04/14 05:21:21 adam Exp $
 bin/trezorctl
-${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
-${PYSITELIB}/${WHEEL_INFODIR}/COPYING
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/trezorlib/__init__.py
 ${PYSITELIB}/trezorlib/__init__.pyc



Home | Main Index | Thread Index | Old Index