pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-hg-evolve
Module Name: pkgsrc
Committed By: wiz
Date: Tue Oct 6 17:52:16 UTC 2020
Modified Files:
pkgsrc/devel/py-hg-evolve: Makefile
Log Message:
py-hg-evolve: add missing test dependencies
Update test status.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-hg-evolve/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-hg-evolve/Makefile
diff -u pkgsrc/devel/py-hg-evolve/Makefile:1.13 pkgsrc/devel/py-hg-evolve/Makefile:1.14
--- pkgsrc/devel/py-hg-evolve/Makefile:1.13 Sun Sep 13 11:05:01 2020
+++ pkgsrc/devel/py-hg-evolve/Makefile Tue Oct 6 17:52:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/09/13 11:05:01 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2020/10/06 17:52:16 wiz Exp $
DISTNAME= hg-evolve-10.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,11 +12,25 @@ LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-mercurial>=5.4nb1:../../devel/py-mercurial
DEPENDS+= ${PYPKGPREFIX}-sqlite3>=0:../../databases/py-sqlite3
+TEST_DEPENDS+= curl-[0-9]*:../../www/curl
+
+USE_TOOLS+= bash:test
post-install:
rm -f ${DESTDIR}${PREFIX}/${PYSITELIB}/hgext3rd/__init__.py*
rm -f ${DESTDIR}${PREFIX}/${PYSITELIB}/hgext3rd/__pycache__/__init__.*
+# Test status
+# as of 10.0.2 with mercurial 5.5.2
+# Ran 187 tests, 4 skipped, 7 failed.
+# test-evolve-phase-divergence.t
+# test-check-compat-strings.t
+# test-evolve.t
+# test-evolve-public-content-divergent-corner-cases.t
+# test-evolve-public-content-divergent-discard.t
+# test-evolve-public-content-divergent-main.t
+# test-unstability-resolution-result.t
+
.if 0
HG_WRKSRC= cd ../py-mercurial && ${MAKE} show-var VARNAME=WRKSRC
Home |
Main Index |
Thread Index |
Old Index