pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-pathlib2 py-pathlib2: add missing dependencie...
details: https://anonhg.NetBSD.org/pkgsrc/rev/de6d824b9887
branches: trunk
changeset: 377512:de6d824b9887
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Apr 21 10:46:12 2022 +0000
description:
py-pathlib2: add missing dependencies for python27
diffstat:
devel/py-pathlib2/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 96ee1c53cbd5 -r de6d824b9887 devel/py-pathlib2/Makefile
--- a/devel/py-pathlib2/Makefile Thu Apr 21 10:30:48 2022 +0000
+++ b/devel/py-pathlib2/Makefile Thu Apr 21 10:46:12 2022 +0000
@@ -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 @@
.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