pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-hkdf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 30 14:29:13 UTC 2024

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

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-hkdf/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-hkdf/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-hkdf/Makefile
diff -u pkgsrc/security/py-hkdf/Makefile:1.2 pkgsrc/security/py-hkdf/Makefile:1.3
--- pkgsrc/security/py-hkdf/Makefile:1.2        Tue Jan  4 20:54:41 2022
+++ pkgsrc/security/py-hkdf/Makefile    Tue Apr 30 14:29:12 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2022/01/04 20:54:41 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/04/30 14:29:12 wiz Exp $
 
 DISTNAME=      hkdf-0.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hkdf/}
 
@@ -11,10 +11,9 @@ HOMEPAGE=    https://github.com/casebeer/py
 COMMENT=       HMAC-based Extract-and-Expand Key Derivation Function (HKDF; RFC 5869)
 LICENSE=       2-clause-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 
-PYTHON_VERSIONED_DEPENDENCIES= test:test
-
-.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-hkdf/PLIST
diff -u pkgsrc/security/py-hkdf/PLIST:1.1 pkgsrc/security/py-hkdf/PLIST:1.2
--- pkgsrc/security/py-hkdf/PLIST:1.1   Wed Jun 23 21:05:17 2021
+++ pkgsrc/security/py-hkdf/PLIST       Tue Apr 30 14:29:12 2024
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2021/06/23 21:05:17 wiz 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 2024/04/30 14:29:12 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/hkdf.py
 ${PYSITELIB}/hkdf.pyc
 ${PYSITELIB}/hkdf.pyo



Home | Main Index | Thread Index | Old Index