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:           Sat Jan  4 23:00:27 UTC 2020

Modified Files:
        pkgsrc/devel/py-mercurial: Makefile

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/py-mercurial/Makefile

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.36 pkgsrc/devel/py-mercurial/Makefile:1.37
--- pkgsrc/devel/py-mercurial/Makefile:1.36     Sat Jan  4 20:21:15 2020
+++ pkgsrc/devel/py-mercurial/Makefile  Sat Jan  4 23:00:27 2020
@@ -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 @@ LICENSE=      gnu-gpl-v2 OR gnu-gpl-v3 # OR n
 # 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