pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pathlib2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr 21 10:46:13 UTC 2022

Modified Files:
        pkgsrc/devel/py-pathlib2: Makefile

Log Message:
py-pathlib2: add missing dependencies for python27


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-pathlib2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pathlib2/Makefile
diff -u pkgsrc/devel/py-pathlib2/Makefile:1.10 pkgsrc/devel/py-pathlib2/Makefile:1.11
--- pkgsrc/devel/py-pathlib2/Makefile:1.10      Thu Feb 10 20:54:23 2022
+++ pkgsrc/devel/py-pathlib2/Makefile   Thu Apr 21 10:46:12 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2022/02/10 20:54:23 adam Exp $
+# $NetBSD: Makefile,v 1.11 2022/04/21 10:46:12 wiz Exp $
 
 DISTNAME=      pathlib2-2.3.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pathlib2/}
 
@@ -15,6 +16,8 @@ DEPENDS+=     ${PYPKGPREFIX}-six-[0-9]*:../.
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} == 27
 DEPENDS+=      ${PYPKGPREFIX}-scandir-[0-9]*:../../devel/py-scandir
+DEPENDS+=      ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 .endif
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index