pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jun 13 07:44:54 UTC 2019
Modified Files:
pkgsrc/devel/py-test: Makefile
Log Message:
py-test: update to 4.6.3nb1.
>From the 4.5.0 changelog:
- pytest now depends on wcwidth
Make it so.
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/devel/py-test/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-test/Makefile
diff -u pkgsrc/devel/py-test/Makefile:1.83 pkgsrc/devel/py-test/Makefile:1.84
--- pkgsrc/devel/py-test/Makefile:1.83 Wed Jun 12 10:03:49 2019
+++ pkgsrc/devel/py-test/Makefile Thu Jun 13 07:44:54 2019
@@ -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}-pluggy>=0.11:..
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