pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-cryptography



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 22 13:30:17 UTC 2024

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

Log Message:
py-cryptography: py-maturin changed license location

Update PLIST and depends.

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 pkgsrc/security/py-cryptography/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/security/py-cryptography/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-cryptography/Makefile
diff -u pkgsrc/security/py-cryptography/Makefile:1.117 pkgsrc/security/py-cryptography/Makefile:1.118
--- pkgsrc/security/py-cryptography/Makefile:1.117      Sun Jul 21 09:12:25 2024
+++ pkgsrc/security/py-cryptography/Makefile    Thu Aug 22 13:30:17 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.117 2024/07/21 09:12:25 wiz Exp $
+# $NetBSD: Makefile,v 1.118 2024/08/22 13:30:17 wiz Exp $
 
 DISTNAME=      cryptography-43.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cryptography/}
 
@@ -13,7 +14,7 @@ LICENSE=      apache-2.0 OR modified-bsd
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.0.0:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-rust>=1.7.0:../../devel/py-setuptools-rust
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-TOOL_DEPENDS+= ${PYPKGPREFIX}-maturin-[0-9]*:../../devel/py-maturin
+TOOL_DEPENDS+= ${PYPKGPREFIX}-maturin>=1.7.1:../../devel/py-maturin
 DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.12:../../devel/py-cffi
 TEST_DEPENDS+= ${PYPKGPREFIX}-cryptography_vectors-${PKGVERSION_NOREV}:../../security/py-cryptography_vectors
 TEST_DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi

Index: pkgsrc/security/py-cryptography/PLIST
diff -u pkgsrc/security/py-cryptography/PLIST:1.34 pkgsrc/security/py-cryptography/PLIST:1.35
--- pkgsrc/security/py-cryptography/PLIST:1.34  Sun Jul 21 09:12:25 2024
+++ pkgsrc/security/py-cryptography/PLIST       Thu Aug 22 13:30:17 2024
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.34 2024/07/21 09:12:25 wiz Exp $
+@comment $NetBSD: PLIST,v 1.35 2024/08/22 13:30:17 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/license_files/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/license_files/LICENSE.APACHE
-${PYSITELIB}/${WHEEL_INFODIR}/license_files/LICENSE.BSD
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.APACHE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.BSD
 ${PYSITELIB}/cryptography/__about__.py
 ${PYSITELIB}/cryptography/__about__.pyc
 ${PYSITELIB}/cryptography/__about__.pyo



Home | Main Index | Thread Index | Old Index