pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-paramiko



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 18 16:25:43 UTC 2023

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

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

Update dependencies.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/security/py-paramiko/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/py-paramiko/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-paramiko/Makefile
diff -u pkgsrc/security/py-paramiko/Makefile:1.50 pkgsrc/security/py-paramiko/Makefile:1.51
--- pkgsrc/security/py-paramiko/Makefile:1.50   Mon Jul 31 16:16:48 2023
+++ pkgsrc/security/py-paramiko/Makefile        Mon Dec 18 16:25:43 2023
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.50 2023/07/31 16:16:48 adam Exp $
+# $NetBSD: Makefile,v 1.51 2023/12/18 16:25:43 wiz Exp $
 
 DISTNAME=      paramiko-3.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/paramiko/}
 
@@ -10,23 +11,22 @@ HOMEPAGE=   https://www.paramiko.org/
 COMMENT=       SSH2 protocol library
 LICENSE=       gnu-lgpl-v2.1
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-asn1>=0.1.7:../../security/py-asn1
 DEPENDS+=      ${PYPKGPREFIX}-bcrypt>=3.2:../../security/py-bcrypt
+# ed25519?
+DEPENDS+=      ${PYPKGPREFIX}-gssapi>=1.4.1:../../security/py-gssapi
+DEPENDS+=      ${PYPKGPREFIX}-invoke>=2.0:../../sysutils/py-invoke
 DEPENDS+=      ${PYPKGPREFIX}-nacl>=1.5:../../security/py-nacl
 TEST_DEPENDS+= ${PYPKGPREFIX}-icecream-[0-9]*:../../misc/py-icecream
-TEST_DEPENDS+= ${PYPKGPREFIX}-invoke>=2.0:../../sysutils/py-invoke
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=2.0.0:../../devel/py-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=4.4.2:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-relaxed>=1.1.5:../../devel/py-test-relaxed
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=1.28.0:../../devel/py-test-xdist
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
-.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-paramiko/PLIST
diff -u pkgsrc/security/py-paramiko/PLIST:1.19 pkgsrc/security/py-paramiko/PLIST:1.20
--- pkgsrc/security/py-paramiko/PLIST:1.19      Tue Jul 18 15:54:43 2023
+++ pkgsrc/security/py-paramiko/PLIST   Mon Dec 18 16:25:43 2023
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.19 2023/07/18 15:54:43 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.20 2023/12/18 16:25:43 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/paramiko/__init__.py
 ${PYSITELIB}/paramiko/__init__.pyc
 ${PYSITELIB}/paramiko/__init__.pyo



Home | Main Index | Thread Index | Old Index