pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-secretstorage
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 22 20:33:04 UTC 2025
Modified Files:
pkgsrc/security/py-secretstorage: Makefile PLIST
Log Message:
py-secretstorage: convert to wheel.mk
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-secretstorage/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-secretstorage/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-secretstorage/Makefile
diff -u pkgsrc/security/py-secretstorage/Makefile:1.2 pkgsrc/security/py-secretstorage/Makefile:1.3
--- pkgsrc/security/py-secretstorage/Makefile:1.2 Thu Mar 16 17:35:21 2023
+++ pkgsrc/security/py-secretstorage/Makefile Tue Apr 22 20:33:04 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2023/03/16 17:35:21 adam Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/22 20:33:04 wiz Exp $
DISTNAME= SecretStorage-3.3.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=S/SecretStorage/}
@@ -10,12 +11,16 @@ HOMEPAGE= https://github.com/mitya57/sec
COMMENT= Module for securely storing passwords and secrets
LICENSE= modified-bsd
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-cryptography>=2.0:../../security/py-cryptography
DEPENDS+= ${PYPKGPREFIX}-jeepney>=0.6:../../sysutils/py-jeepney
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+WHEEL_NAME+= ${DISTNAME:tl}
-.include "../../lang/python/egg.mk"
+# as of 3.3.3
+# 19 failed, 1 passed, 6 skipped
+
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-secretstorage/PLIST
diff -u pkgsrc/security/py-secretstorage/PLIST:1.1 pkgsrc/security/py-secretstorage/PLIST:1.2
--- pkgsrc/security/py-secretstorage/PLIST:1.1 Sun Mar 12 13:55:17 2023
+++ pkgsrc/security/py-secretstorage/PLIST Tue Apr 22 20:33:04 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2023/03/12 13:55:17 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2025/04/22 20:33:04 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/secretstorage/__init__.py
${PYSITELIB}/secretstorage/__init__.pyc
${PYSITELIB}/secretstorage/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index