Sat Jan 4 23:00:27 2020 UTC ()
py-mercurial: joerg says py-expat and py-sqlite3 are test depends only, make it so.

Bump PKGREVISION.


(wiz)
diff -r1.36 -r1.37 pkgsrc/devel/py-mercurial/Makefile

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

--- pkgsrc/devel/py-mercurial/Makefile 2020/01/04 20:21:15 1.36
+++ pkgsrc/devel/py-mercurial/Makefile 2020/01/04 23:00:27 1.37
@@ -1,32 +1,34 @@ @@ -1,32 +1,34 @@
1# $NetBSD: Makefile,v 1.36 2020/01/04 20:21:15 wiz Exp $ 1# $NetBSD: Makefile,v 1.37 2020/01/04 23:00:27 wiz Exp $
2 2
3DISTNAME= mercurial-${VERSION} 3DISTNAME= mercurial-${VERSION}
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
 5PKGREVISION= 1
5CATEGORIES= devel scm 6CATEGORIES= devel scm
6MASTER_SITES= https://www.mercurial-scm.org/release/ 7MASTER_SITES= https://www.mercurial-scm.org/release/
7 8
8MAINTAINER= wiz@NetBSD.org 9MAINTAINER= wiz@NetBSD.org
9HOMEPAGE= https://www.mercurial-scm.org/ 10HOMEPAGE= https://www.mercurial-scm.org/
10COMMENT= Fast, lightweight source control management system 11COMMENT= Fast, lightweight source control management system
11LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer 12LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer
12 13
13# with this dependency, two zip test cases start working 14# with this dependency, two zip test cases start working
14# https://bz.mercurial-scm.org/show_bug.cgi?id=4483 15# https://bz.mercurial-scm.org/show_bug.cgi?id=4483
15# https://bz.mercurial-scm.org/show_bug.cgi?id=4485 16# https://bz.mercurial-scm.org/show_bug.cgi?id=4485
16BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip 17BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip
17DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses 18DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
18DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat 19
19DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 20TEST_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 21TEST_DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
20 22
21USE_TOOLS+= gmake msgfmt 23USE_TOOLS+= gmake msgfmt
22 24
23INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 25INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
24INSTALLATION_DIRS+= share/doc/mercurial 26INSTALLATION_DIRS+= share/doc/mercurial
25 27
26.include "version.mk" 28.include "version.mk"
27 29
28# Known test failures: 30# Known test failures:
29# none as of 5.2 31# none as of 5.2
30# Ran 817 tests, 79 skipped, 0 failed. 32# Ran 817 tests, 79 skipped, 0 failed.
31# 33#
32# test-narrow-shallow (sometimes): 34# test-narrow-shallow (sometimes):