Thu Oct 28 13:05:32 2021 UTC ()
py-mercurial: update comment about test status


(wiz)
diff -r1.60 -r1.61 pkgsrc/devel/py-mercurial/Makefile

cvs diff -r1.60 -r1.61 pkgsrc/devel/py-mercurial/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-mercurial/Makefile 2021/10/13 12:35:29 1.60
+++ pkgsrc/devel/py-mercurial/Makefile 2021/10/28 13:05:32 1.61
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.60 2021/10/13 12:35:29 wiz Exp $ 1# $NetBSD: Makefile,v 1.61 2021/10/28 13:05:32 wiz Exp $
2# 2#
3# Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew 3# Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew
4 4
5DISTNAME= mercurial-${VERSION} 5DISTNAME= mercurial-${VERSION}
6PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 6PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
7CATEGORIES= devel scm 7CATEGORIES= devel scm
8MASTER_SITES= https://www.mercurial-scm.org/release/ 8MASTER_SITES= https://www.mercurial-scm.org/release/
9 9
10MAINTAINER= wiz@NetBSD.org 10MAINTAINER= wiz@NetBSD.org
11HOMEPAGE= https://www.mercurial-scm.org/ 11HOMEPAGE= https://www.mercurial-scm.org/
12COMMENT= Fast, lightweight source control management system 12COMMENT= Fast, lightweight source control management system
13LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer 13LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer
14 14
@@ -21,27 +21,27 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0 @@ -21,27 +21,27 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0
21# https://bz.mercurial-scm.org/show_bug.cgi?id=4483 21# https://bz.mercurial-scm.org/show_bug.cgi?id=4483
22# https://bz.mercurial-scm.org/show_bug.cgi?id=4485 22# https://bz.mercurial-scm.org/show_bug.cgi?id=4485
23TEST_DEPENDS+= unzip-[0-9]*:../../archivers/unzip 23TEST_DEPENDS+= unzip-[0-9]*:../../archivers/unzip
24 24
25USE_TOOLS+= gmake msgfmt 25USE_TOOLS+= gmake msgfmt
26 26
27INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 27INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
28INSTALLATION_DIRS+= share/doc/mercurial 28INSTALLATION_DIRS+= share/doc/mercurial
29 29
30.include "version.mk" 30.include "version.mk"
31.include "options.mk" 31.include "options.mk"
32 32
33USE_TOOLS+= bash:test 33USE_TOOLS+= bash:test
34# Known test failures as of 5.9.2 34# Known test failures as of 5.9.3
35# test-removeemptydirs.t 35# test-removeemptydirs.t
36# https://bz.mercurial-scm.org/show_bug.cgi?id=6587 36# https://bz.mercurial-scm.org/show_bug.cgi?id=6587
37# 37#
38# Ran 888 tests, 97 skipped, 1 failed. 38# Ran 888 tests, 97 skipped, 1 failed.
39 39
40TEST_TARGET= tests 40TEST_TARGET= tests
41TEST_MAKE_FLAGS+= PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q} 41TEST_MAKE_FLAGS+= PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q}
42 42
43post-install: 43post-install:
44 ${INSTALL_DATA} ${WRKSRC}/doc/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 44 ${INSTALL_DATA} ${WRKSRC}/doc/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
45 ${INSTALL_DATA} ${WRKSRC}/doc/*.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5 45 ${INSTALL_DATA} ${WRKSRC}/doc/*.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
46 ${INSTALL_DATA} ${WRKSRC}/README.rst \ 46 ${INSTALL_DATA} ${WRKSRC}/README.rst \
47 ${DESTDIR}${PREFIX}/share/doc/mercurial 47 ${DESTDIR}${PREFIX}/share/doc/mercurial