pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-tokenlib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jun 15 16:22:23 UTC 2024

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

Log Message:
py-tokenlib: convert to wheel.mk

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-tokenlib/Makefile \
    pkgsrc/security/py-tokenlib/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-tokenlib/Makefile
diff -u pkgsrc/security/py-tokenlib/Makefile:1.1 pkgsrc/security/py-tokenlib/Makefile:1.2
--- pkgsrc/security/py-tokenlib/Makefile:1.1    Sun Jun 11 07:34:09 2023
+++ pkgsrc/security/py-tokenlib/Makefile        Sat Jun 15 16:22:23 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2023/06/11 07:34:09 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/06/15 16:22:23 wiz Exp $
 
 DISTNAME=      tokenlib-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    security devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tokenlib/}
 
@@ -10,9 +11,12 @@ HOMEPAGE=    https://github.com/mozilla-ser
 COMMENT=       Generic library for managing signed authentication tokens
 LICENSE=       mpl-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-tokenlib/PLIST
diff -u pkgsrc/security/py-tokenlib/PLIST:1.1 pkgsrc/security/py-tokenlib/PLIST:1.2
--- pkgsrc/security/py-tokenlib/PLIST:1.1       Sun Jun 11 07:34:09 2023
+++ pkgsrc/security/py-tokenlib/PLIST   Sat Jun 15 16:22:23 2024
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2023/06/11 07:34:09 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/06/15 16:22:23 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/tokenlib/__init__.py
 ${PYSITELIB}/tokenlib/__init__.pyc
 ${PYSITELIB}/tokenlib/__init__.pyo



Home | Main Index | Thread Index | Old Index