pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-spake2
Module Name: pkgsrc
Committed By: wiz
Date: Sun Nov 5 10:59:32 UTC 2023
Modified Files:
pkgsrc/security/py-spake2: Makefile PLIST
Log Message:
py-spake2: convert to wheel.mk
Mark as not for Python 2
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-spake2/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-spake2/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-spake2/Makefile
diff -u pkgsrc/security/py-spake2/Makefile:1.4 pkgsrc/security/py-spake2/Makefile:1.5
--- pkgsrc/security/py-spake2/Makefile:1.4 Wed Oct 25 10:17:47 2023
+++ pkgsrc/security/py-spake2/Makefile Sun Nov 5 10:59:32 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2023/10/25 10:17:47 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/11/05 10:59:32 wiz Exp $
DISTNAME= spake2-0.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/spake2/}
@@ -11,13 +11,11 @@ HOMEPAGE= https://github.com/warner/pyth
COMMENT= Pure-Python SPAKE2
LICENSE= mit
-PYTHON_VERSIONED_DEPENDENCIES= test:test
-
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-hkdf-[0-9]*:../../security/py-hkdf
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+PYTHON_VERSIONS_INCOMPATIBLE= 27
-.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-spake2/PLIST
diff -u pkgsrc/security/py-spake2/PLIST:1.1 pkgsrc/security/py-spake2/PLIST:1.2
--- pkgsrc/security/py-spake2/PLIST:1.1 Wed Jun 23 21:07:29 2021
+++ pkgsrc/security/py-spake2/PLIST Sun Nov 5 10:59:32 2023
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2021/06/23 21:07:29 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 2023/11/05 10:59:32 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/spake2/__init__.py
${PYSITELIB}/spake2/__init__.pyc
${PYSITELIB}/spake2/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index