pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-yaml Remove unnecessary test target -- dis...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ecbeb1e4f9a
branches:  trunk
changeset: 349199:3ecbeb1e4f9a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 02 09:30:54 2016 +0000

description:
Remove unnecessary test target -- distutils.mk provides this.

diffstat:

 textproc/py-yaml/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 5ffa37ae8822 -r 3ecbeb1e4f9a textproc/py-yaml/Makefile
--- a/textproc/py-yaml/Makefile Sat Jul 02 09:30:45 2016 +0000
+++ b/textproc/py-yaml/Makefile Sat Jul 02 09:30:54 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2014/05/04 17:13:31 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2016/07/02 09:30:54 wiz Exp $
 
 DISTNAME=      PyYAML-3.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/PyYAML/yaml/}
@@ -10,9 +10,6 @@
 COMMENT=       Collection of libraries to process YAML with Python
 LICENSE=       mit
 
-do-test:
-       (cd ${WRKSRC} && ${PYTHONBIN} setup.py test)
-
 .include "../../lang/python/distutils.mk"
 .include "../../textproc/libyaml/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index