pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-hawkauthlib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 22 20:27:04 UTC 2025

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

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-hawkauthlib/Makefile \
    pkgsrc/security/py-hawkauthlib/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-hawkauthlib/Makefile
diff -u pkgsrc/security/py-hawkauthlib/Makefile:1.1 pkgsrc/security/py-hawkauthlib/Makefile:1.2
--- pkgsrc/security/py-hawkauthlib/Makefile:1.1 Sun Jun 11 07:47:37 2023
+++ pkgsrc/security/py-hawkauthlib/Makefile     Tue Apr 22 20:27:04 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2023/06/11 07:47:37 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2025/04/22 20:27:04 wiz Exp $
 
 DISTNAME=      hawkauthlib-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hawkauthlib/}
 
@@ -10,12 +11,14 @@ HOMEPAGE=   https://github.com/mozilla-ser
 COMMENT=       Hawk Access Authentication protocol
 LICENSE=       mpl-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-WebOb-[0-9]*:../../www/py-WebOb
 TEST_DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+# as of 2.0.0
+# 14 failed, 14 passed
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-hawkauthlib/PLIST
diff -u pkgsrc/security/py-hawkauthlib/PLIST:1.1 pkgsrc/security/py-hawkauthlib/PLIST:1.2
--- pkgsrc/security/py-hawkauthlib/PLIST:1.1    Sun Jun 11 07:47:37 2023
+++ pkgsrc/security/py-hawkauthlib/PLIST        Tue Apr 22 20:27:04 2025
@@ -1,10 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2023/06/11 07:47:37 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}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2025/04/22 20:27:04 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/hawkauthlib/__init__.py
 ${PYSITELIB}/hawkauthlib/__init__.pyc
 ${PYSITELIB}/hawkauthlib/__init__.pyo



Home | Main Index | Thread Index | Old Index