pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-mercurial



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct  5 22:32:50 UTC 2017

Modified Files:
        pkgsrc/devel/py-mercurial: Makefile distinfo
Added Files:
        pkgsrc/devel/py-mercurial/patches: patch-tests_test-hghave.t

Log Message:
py-mercurial: add one upstream patch to fix a test failure


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-mercurial/Makefile
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/py-mercurial/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/py-mercurial/patches/patch-tests_test-hghave.t

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-mercurial/Makefile
diff -u pkgsrc/devel/py-mercurial/Makefile:1.15 pkgsrc/devel/py-mercurial/Makefile:1.16
--- pkgsrc/devel/py-mercurial/Makefile:1.15     Mon Oct  2 12:11:20 2017
+++ pkgsrc/devel/py-mercurial/Makefile  Thu Oct  5 22:32:50 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2017/10/02 12:11:20 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2017/10/05 22:32:50 wiz Exp $
 
 DISTNAME=      mercurial-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -26,8 +26,6 @@ INSTALLATION_DIRS+=   share/doc/mercurial
 # Known test failures:
 # test-status-color.t:
 # https://bz.mercurial-scm.org/show_bug.cgi?id=5698
-# test-hghave.t:
-# https://bz.mercurial-scm.org/show_bug.cgi?id=5697
 do-test:
        cd ${WRKSRC} && make tests PYTHON=${PYTHONBIN}
 

Index: pkgsrc/devel/py-mercurial/distinfo
diff -u pkgsrc/devel/py-mercurial/distinfo:1.53 pkgsrc/devel/py-mercurial/distinfo:1.54
--- pkgsrc/devel/py-mercurial/distinfo:1.53     Mon Oct  2 12:11:20 2017
+++ pkgsrc/devel/py-mercurial/distinfo  Thu Oct  5 22:32:50 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.53 2017/10/02 12:11:20 wiz Exp $
+$NetBSD: distinfo,v 1.54 2017/10/05 22:32:50 wiz Exp $
 
 SHA1 (mercurial-4.3.3.tar.gz) = 921c3c6302c4b1d4be6a56fcfa0a41553dd4bd44
 RMD160 (mercurial-4.3.3.tar.gz) = 51122b744a76156bdd7107d929f159beaa5d3cba
 SHA512 (mercurial-4.3.3.tar.gz) = 2d5249b6b2ec6b21c548702af2cf6b8e0858197a370514465aa7a880391f2e9efd6aecefb67fc547dfb8759c1c678009dc5a33fc48743bee30fcbdd853ee1cc6
 Size (mercurial-4.3.3.tar.gz) = 5491634 bytes
+SHA1 (patch-tests_test-hghave.t) = 91ad66e769f69f1a8a2aa48d52978e31aa3c929e

Added files:

Index: pkgsrc/devel/py-mercurial/patches/patch-tests_test-hghave.t
diff -u /dev/null pkgsrc/devel/py-mercurial/patches/patch-tests_test-hghave.t:1.1
--- /dev/null   Thu Oct  5 22:32:50 2017
+++ pkgsrc/devel/py-mercurial/patches/patch-tests_test-hghave.t Thu Oct  5 22:32:50 2017
@@ -0,0 +1,17 @@
+$NetBSD: patch-tests_test-hghave.t,v 1.1 2017/10/05 22:32:50 wiz Exp $
+
+Fix for https://bz.mercurial-scm.org/show_bug.cgi?id=5697
+from upstream:
+https://www.mercurial-scm.org/repo/hg-committed/rev/bb14dbab4df6
+
+--- tests/test-hghave.t.orig   2017-10-01 09:28:49.000000000 +0000
++++ tests/test-hghave.t
+@@ -22,7 +22,7 @@ Testing hghave extensibility for third p
+   > EOF
+   $ ( \
+   > testrepohgenv; \
+-  > $TESTDIR/run-tests.py $HGTEST_RUN_TESTS_PURE test-hghaveaddon.t \
++  > $PYTHON $TESTDIR/run-tests.py $HGTEST_RUN_TESTS_PURE test-hghaveaddon.t \
+   > )
+   .
+   # Ran 1 tests, 0 skipped, 0 failed.



Home | Main Index | Thread Index | Old Index