pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-u2f



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 27 10:39:35 UTC 2022

Modified Files:
        pkgsrc/security/py-u2f: Makefile distinfo
Added Files:
        pkgsrc/security/py-u2f/patches: patch-setup.py

Log Message:
py-u2f: remove unused unittest2 test dependency

Reported upstream
https://github.com/google/pyu2f/issues/33


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-u2f/Makefile \
    pkgsrc/security/py-u2f/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-u2f/patches/patch-setup.py

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-u2f/Makefile
diff -u pkgsrc/security/py-u2f/Makefile:1.5 pkgsrc/security/py-u2f/Makefile:1.6
--- pkgsrc/security/py-u2f/Makefile:1.5 Tue Jan  4 20:54:45 2022
+++ pkgsrc/security/py-u2f/Makefile     Thu Jan 27 10:39:35 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/01/04 20:54:45 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/01/27 10:39:35 wiz Exp $
 
 DISTNAME=      pyu2f-0.1.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -14,7 +14,8 @@ LICENSE=      apache-2.0
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-fakefs>=2.4:../../devel/py-fakefs
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.0.1:../../devel/py-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-unittest2>=0.5.1:../../devel/py-unittest2
+# seems unused: https://github.com/google/pyu2f/issues/33
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-unittest2>=0.5.1:../../devel/py-unittest2
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/security/py-u2f/distinfo
diff -u pkgsrc/security/py-u2f/distinfo:1.5 pkgsrc/security/py-u2f/distinfo:1.6
--- pkgsrc/security/py-u2f/distinfo:1.5 Tue Oct 26 11:17:51 2021
+++ pkgsrc/security/py-u2f/distinfo     Thu Jan 27 10:39:35 2022
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:17:51 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/01/27 10:39:35 wiz Exp $
 
 BLAKE2s (pyu2f-0.1.5.tar.gz) = 8bb90f21445b04e8b995fc38b17c993395723a0ef3b6b2f169211bbc5971598b
 SHA512 (pyu2f-0.1.5.tar.gz) = c297ade8113ff328923f113ddcaf3868225a9a9336519ab3e9fd2e5670299aa4779c91bedd5ebdc1118571610e383e7fab5f63d463143a0910e8c3d876717454
 Size (pyu2f-0.1.5.tar.gz) = 27133 bytes
 SHA1 (patch-pyu2f_hid_____init____.py) = 2f648792c78432776c4074e3bb2df0a195f65154
 SHA1 (patch-pyu2f_hid_netbsd.py) = d8df1b3805ad5e830548df5b6a601abf09a5dfa3
+SHA1 (patch-setup.py) = 0cce0e764839239d3f2e530c11d4d51740311067

Added files:

Index: pkgsrc/security/py-u2f/patches/patch-setup.py
diff -u /dev/null pkgsrc/security/py-u2f/patches/patch-setup.py:1.1
--- /dev/null   Thu Jan 27 10:39:35 2022
+++ pkgsrc/security/py-u2f/patches/patch-setup.py       Thu Jan 27 10:39:35 2022
@@ -0,0 +1,12 @@
+$NetBSD: patch-setup.py,v 1.1 2022/01/27 10:39:35 wiz Exp $
+
+--- setup.py.orig      2020-10-30 20:02:44.000000000 +0000
++++ setup.py
+@@ -40,7 +40,6 @@ setuptools.setup(
+         'six',
+     ],
+     tests_require=[
+-        'unittest2>=0.5.1',
+         'pyfakefs>=2.4',
+         'mock>=1.0.1',
+     ],



Home | Main Index | Thread Index | Old Index