Sat Jan 20 16:19:14 2024 UTC (127d)
py-jwcrypto: add missing tools


(wiz)
diff -r1.5 -r1.6 pkgsrc/www/py-jwcrypto/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/www/py-jwcrypto/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-jwcrypto/Makefile 2024/01/04 22:29:23 1.5
+++ pkgsrc/www/py-jwcrypto/Makefile 2024/01/20 16:19:14 1.6
@@ -1,23 +1,25 @@ @@ -1,23 +1,25 @@
1# $NetBSD: Makefile,v 1.5 2024/01/04 22:29:23 adam Exp $ 1# $NetBSD: Makefile,v 1.6 2024/01/20 16:19:14 wiz Exp $
2 2
3DISTNAME= jwcrypto-1.5.1 3DISTNAME= jwcrypto-1.5.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=j/jwcrypto/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=j/jwcrypto/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/latchset/jwcrypto 9HOMEPAGE= https://github.com/latchset/jwcrypto
10COMMENT= Implementation of JOSE Web standards 10COMMENT= Implementation of JOSE Web standards
11LICENSE= gnu-lgpl-v3 11LICENSE= gnu-lgpl-v3
12 12
 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
13DEPENDS+= ${PYPKGPREFIX}-deprecated-[0-9]*:../../devel/py-deprecated 15DEPENDS+= ${PYPKGPREFIX}-deprecated-[0-9]*:../../devel/py-deprecated
14 16
15USE_LANGUAGES= # none 17USE_LANGUAGES= # none
16 18
17PYTHON_VERSIONED_DEPENDENCIES= cryptography 19PYTHON_VERSIONED_DEPENDENCIES= cryptography
18 20
19PYTHON_VERSIONS_INCOMPATIBLE= 27 21PYTHON_VERSIONS_INCOMPATIBLE= 27
20 22
21.include "../../lang/python/versioned_dependencies.mk" 23.include "../../lang/python/versioned_dependencies.mk"
22.include "../../lang/python/wheel.mk" 24.include "../../lang/python/wheel.mk"
23.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"