pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-oath
Module Name: pkgsrc
Committed By: adam
Date: Tue Jul 21 05:39:37 UTC 2026
Modified Files:
pkgsrc/security/py-oath: Makefile PLIST distinfo
Log Message:
py-oath: updated to 1.4.5
1.4.5
* fix licensing metadata in setup.py, license is BSD 3-clause not MIT
* fix ci workflow
* fix typos (Tim Gates)
* fix dead declaration for test_suite in setup.py
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-oath/Makefile \
pkgsrc/security/py-oath/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-oath/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-oath/Makefile
diff -u pkgsrc/security/py-oath/Makefile:1.6 pkgsrc/security/py-oath/Makefile:1.7
--- pkgsrc/security/py-oath/Makefile:1.6 Tue Jan 4 20:54:43 2022
+++ pkgsrc/security/py-oath/Makefile Tue Jul 21 05:39:37 2026
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2022/01/04 20:54:43 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2026/07/21 05:39:37 adam Exp $
-DISTNAME= oath-1.4.4
+DISTNAME= oath-1.4.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
-CATEGORIES= python security www
+CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/oath/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -11,7 +10,9 @@ HOMEPAGE= https://github.com/bdauvergne/
COMMENT= Python implementation of OATH (HOTP, TOTP, OCRA)
LICENSE= modified-bsd
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+
USE_LANGUAGES= # none
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-oath/distinfo
diff -u pkgsrc/security/py-oath/distinfo:1.6 pkgsrc/security/py-oath/distinfo:1.7
--- pkgsrc/security/py-oath/distinfo:1.6 Sun Nov 14 20:37:46 2021
+++ pkgsrc/security/py-oath/distinfo Tue Jul 21 05:39:37 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/11/14 20:37:46 adam Exp $
+$NetBSD: distinfo,v 1.7 2026/07/21 05:39:37 adam Exp $
-BLAKE2s (oath-1.4.4.tar.gz) = 0f42e9dbbcfb96c1ef7d13c58f13d48dad94c13861f5139394fa4b259f151018
-SHA512 (oath-1.4.4.tar.gz) = b8067dc68882942ec73a9c9e6ea07342ec263116cb53617db0348a51320e13be3627b38eeb1ce4a9ae3e0b0974cdcec176e9a47cc9c2bae7c4409fd6ad0930ab
-Size (oath-1.4.4.tar.gz) = 111072 bytes
+BLAKE2s (oath-1.4.5.tar.gz) = 3340bcd3fe7eaace48c966f6fa09cc236c572379804e803e2a3663f2f9ac42c9
+SHA512 (oath-1.4.5.tar.gz) = 6aa4bcb92842952561f5ef506cb102c3449db08f75a4be475edaefeb168d12d256104950516c1bce784535170d2e952e9378ee91cc159c13c12891bfc57f8993
+Size (oath-1.4.5.tar.gz) = 112131 bytes
Index: pkgsrc/security/py-oath/PLIST
diff -u pkgsrc/security/py-oath/PLIST:1.1 pkgsrc/security/py-oath/PLIST:1.2
--- pkgsrc/security/py-oath/PLIST:1.1 Tue Feb 7 01:25:06 2017
+++ pkgsrc/security/py-oath/PLIST Tue Jul 21 05:39:37 2026
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2017/02/07 01:25:06 joerg Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2026/07/21 05:39:37 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/oath/__init__.py
${PYSITELIB}/oath/__init__.pyc
${PYSITELIB}/oath/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index