pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-mercurial py-mercurial: joerg says py-expat a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50f15913750d
branches:  trunk
changeset: 346926:50f15913750d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 04 23:00:27 2020 +0000

description:
py-mercurial: joerg says py-expat and py-sqlite3 are test depends only, make it so.

Bump PKGREVISION.

diffstat:

 devel/py-mercurial/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 670893a7daf3 -r 50f15913750d devel/py-mercurial/Makefile
--- a/devel/py-mercurial/Makefile       Sat Jan 04 22:56:08 2020 +0000
+++ b/devel/py-mercurial/Makefile       Sat Jan 04 23:00:27 2020 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2020/01/04 20:21:15 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2020/01/04 23:00:27 wiz Exp $
 
 DISTNAME=      mercurial-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel scm
 MASTER_SITES=  https://www.mercurial-scm.org/release/
 
@@ -15,8 +16,9 @@
 # https://bz.mercurial-scm.org/show_bug.cgi?id=4485
 BUILD_DEPENDS+=        unzip-[0-9]*:../../archivers/unzip
 DEPENDS+=      ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
-DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
-DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+
+TEST_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+TEST_DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 
 USE_TOOLS+=    gmake msgfmt
 



Home | Main Index | Thread Index | Old Index