pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-lxml



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Sep 19 11:01:45 UTC 2017

Modified Files:
        pkgsrc/textproc/py-lxml: Makefile

Log Message:
py-lxml: remove comment about (fixed) test failure


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/textproc/py-lxml/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-lxml/Makefile
diff -u pkgsrc/textproc/py-lxml/Makefile:1.47 pkgsrc/textproc/py-lxml/Makefile:1.48
--- pkgsrc/textproc/py-lxml/Makefile:1.47       Mon Sep 18 11:59:12 2017
+++ pkgsrc/textproc/py-lxml/Makefile    Tue Sep 19 11:01:45 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2017/09/18 11:59:12 adam Exp $
+# $NetBSD: Makefile,v 1.48 2017/09/19 11:01:45 wiz Exp $
 
 DISTNAME=      lxml-4.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,8 +12,6 @@ LICENSE=      modified-bsd
 
 # as of 3.6.1, two test failures on NetBSD, see
 # https://bugs.launchpad.net/lxml/+bug/1522052
-# new error in 3.6.1
-# https://bugs.launchpad.net/lxml/+bug/1608479
 # new error since 3.8.0
 # https://bugs.launchpad.net/lxml/+bug/1710409
 TEST_TARGET=   test_inplace
@@ -26,4 +24,4 @@ BUILDLINK_API_DEPENDS.libxslt+=       libxslt>
 .include "../../textproc/libxslt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
 # needed for "make test" with python-3.x -- fixes first two errors noted above
-MAKE_ENV+=     LC_ALL=en_US.UTF-8
+MAKE_ENV+=     LC_ALL=en_US.UTF-8



Home | Main Index | Thread Index | Old Index