pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-yaml
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jul 2 09:30:54 UTC 2016
Modified Files:
pkgsrc/textproc/py-yaml: Makefile
Log Message:
Remove unnecessary test target -- distutils.mk provides this.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-yaml/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-yaml/Makefile
diff -u pkgsrc/textproc/py-yaml/Makefile:1.14 pkgsrc/textproc/py-yaml/Makefile:1.15
--- pkgsrc/textproc/py-yaml/Makefile:1.14 Sun May 4 17:13:31 2014
+++ pkgsrc/textproc/py-yaml/Makefile Sat Jul 2 09:30:54 2016
@@ -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 @@ HOMEPAGE= http://www.pyyaml.org/
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