pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-JWT
Module Name: pkgsrc
Committed By: wiz
Date: Mon Mar 3 06:54:35 UTC 2025
Modified Files:
pkgsrc/textproc/py-JWT: Makefile
Log Message:
py-JWT: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/py-JWT/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-JWT/Makefile
diff -u pkgsrc/textproc/py-JWT/Makefile:1.28 pkgsrc/textproc/py-JWT/Makefile:1.29
--- pkgsrc/textproc/py-JWT/Makefile:1.28 Mon Dec 2 09:05:50 2024
+++ pkgsrc/textproc/py-JWT/Makefile Mon Mar 3 06:54:35 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2024/12/02 09:05:50 adam Exp $
+# $NetBSD: Makefile,v 1.29 2025/03/03 06:54:35 wiz Exp $
DISTNAME= pyjwt-2.10.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyjwt/JWT/}
+PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyJWT/}
@@ -10,12 +11,10 @@ HOMEPAGE= https://github.com/jpadilla/py
COMMENT= JSON Web Token implementation in Python
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
USE_LANGUAGES= # none
-WHEEL_NAME= ${DISTNAME:S/pyjwt/PyJWT/}
-
# as of 2.10.0
# 1 failed, 285 passed, 4 skipped
Home |
Main Index |
Thread Index |
Old Index