pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-oauthlib
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 22 20:31:37 UTC 2025
Modified Files:
pkgsrc/security/py-oauthlib: Makefile PLIST
Log Message:
py-oauthlib: convert to wheel.mk
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/py-oauthlib/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/py-oauthlib/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-oauthlib/Makefile
diff -u pkgsrc/security/py-oauthlib/Makefile:1.26 pkgsrc/security/py-oauthlib/Makefile:1.27
--- pkgsrc/security/py-oauthlib/Makefile:1.26 Tue Oct 25 07:26:58 2022
+++ pkgsrc/security/py-oauthlib/Makefile Tue Apr 22 20:31:37 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2022/10/25 07:26:58 adam Exp $
+# $NetBSD: Makefile,v 1.27 2025/04/22 20:31:37 wiz Exp $
DISTNAME= oauthlib-3.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/oauthlib/}
@@ -10,14 +11,16 @@ HOMEPAGE= https://github.com/oauthlib/oa
COMMENT= Generic implementation of the OAuth request-signing logic
LICENSE= modified-bsd
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-JWT>=2.0.0:../../textproc/py-JWT
DEPENDS+= ${PYPKGPREFIX}-blinker>=1.4.0:../../devel/py-blinker
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+# as of 3.2.2
+# 2 failed, 650 passed, 2 skipped, 7 warnings
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
PYTHON_VERSIONED_DEPENDENCIES+= cryptography
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-oauthlib/PLIST
diff -u pkgsrc/security/py-oauthlib/PLIST:1.9 pkgsrc/security/py-oauthlib/PLIST:1.10
--- pkgsrc/security/py-oauthlib/PLIST:1.9 Sun Feb 6 19:00:51 2022
+++ pkgsrc/security/py-oauthlib/PLIST Tue Apr 22 20:31:37 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.9 2022/02/06 19:00:51 adam 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.10 2025/04/22 20:31:37 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/oauthlib/__init__.py
${PYSITELIB}/oauthlib/__init__.pyc
${PYSITELIB}/oauthlib/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index