pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test py-test: update to 4.6.3nb1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17314a915f5b
branches:  trunk
changeset: 396949:17314a915f5b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jun 13 07:44:54 2019 +0000

description:
py-test: update to 4.6.3nb1.

>From the 4.5.0 changelog:
- pytest now depends on wcwidth

Make it so.

diffstat:

 devel/py-test/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 656b4aa97516 -r 17314a915f5b devel/py-test/Makefile
--- a/devel/py-test/Makefile    Thu Jun 13 05:07:56 2019 +0000
+++ b/devel/py-test/Makefile    Thu Jun 13 07:44:54 2019 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.83 2019/06/12 10:03:49 adam Exp $
+# $NetBSD: Makefile,v 1.84 2019/06/13 07:44:54 wiz Exp $
 
 DISTNAME=      pytest-4.6.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
 
@@ -18,6 +19,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-py>=1.5.0:../../devel/py-py
 DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=3.56:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose



Home | Main Index | Thread Index | Old Index