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: joerg
Date: Sun May 10 19:29:58 UTC 2020
Modified Files:
pkgsrc/devel/py-hg-evolve: Makefile distinfo
Log Message:
Update to hg-evolve-10.0.0:
* evolve: add {obsorigin}, a template keyword that works similarly to
{obsfate}, but shows predecessors of a changeset
* evolve: fix permissions of new cache files using SQLite
* evolve: always create commit when resolving divergence
* evolve: handle relocation during divergence resolution producing no changes
* evolve: provide cache to successorssets() in more cases
* obslog: make --all and --filternonlocal work properly with --no-graph
* obslog: add --origin flag to show predecessors instead of successors
* obslog: make --origin flag the default
* stablerangecache: sanity check subranges
* topic: auto-publish: issue the capabilities in all cases
* topic: provide cache to successorssets() in one more case
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-hg-evolve/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-hg-evolve/distinfo
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.9 pkgsrc/devel/py-hg-evolve/Makefile:1.10
--- pkgsrc/devel/py-hg-evolve/Makefile:1.9 Mon May 4 17:23:28 2020
+++ pkgsrc/devel/py-hg-evolve/Makefile Sun May 10 19:29:58 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2020/05/04 17:23:28 riastradh Exp $
+# $NetBSD: Makefile,v 1.10 2020/05/10 19:29:58 joerg Exp $
-DISTNAME= hg-evolve-9.3.1
+DISTNAME= hg-evolve-10.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel scm
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hg-evolve/}
@@ -10,12 +10,19 @@ HOMEPAGE= https://www.mercurial-scm.org/
COMMENT= Experimental Mercurial extensions from Facebook
LICENSE= gnu-gpl-v2
-DEPENDS+= ${PYPKGPREFIX}-mercurial>=4.3.1:../../devel/py-mercurial
+DEPENDS+= ${PYPKGPREFIX}-mercurial>=4.6:../../devel/py-mercurial
DEPENDS+= ${PYPKGPREFIX}-sqlite3>=0:../../databases/py-sqlite3
post-install:
rm -f ${DESTDIR}${PREFIX}/${PYSITELIB}/hgext3rd/__init__.py*
rm -f ${DESTDIR}${PREFIX}/${PYSITELIB}/hgext3rd/__pycache__/__init__.*
+.if 0
+HG_WRKSRC= cd ../py-mercurial && ${MAKE} show-var VARNAME=WRKSRC
+
+do-test:
+ HGROOT=${HG_WRKSRC:sh}; cd ${WRKSRC}/tests && ${PYTHONBIN} $${HGROOT}/tests/run-tests.py ${_MAKE_JOBS:Q}
+.endif
+
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-hg-evolve/distinfo
diff -u pkgsrc/devel/py-hg-evolve/distinfo:1.4 pkgsrc/devel/py-hg-evolve/distinfo:1.5
--- pkgsrc/devel/py-hg-evolve/distinfo:1.4 Mon May 4 17:23:28 2020
+++ pkgsrc/devel/py-hg-evolve/distinfo Sun May 10 19:29:58 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/05/04 17:23:28 riastradh Exp $
+$NetBSD: distinfo,v 1.5 2020/05/10 19:29:58 joerg Exp $
-SHA1 (hg-evolve-9.3.1.tar.gz) = 9c0a933ec7af36c66e12854e937c44a0c64b7d8f
-RMD160 (hg-evolve-9.3.1.tar.gz) = 414ed3c05317ee7a03b30d75e0ba2adbd3d51fa6
-SHA512 (hg-evolve-9.3.1.tar.gz) = 453104989ec1e4a7072098f8c453290d66270f1992ab1a9a7c94be96f1c3e2b9989940796579de1e11f298ffdb7eaf7b9c9bb05def61fba4feeb5e2f39299670
-Size (hg-evolve-9.3.1.tar.gz) = 798989 bytes
+SHA1 (hg-evolve-10.0.0.tar.gz) = 2ebbe4c2217cd01e75b93afbd9fd84674428b040
+RMD160 (hg-evolve-10.0.0.tar.gz) = cfe96cd1d782631ae8aca7186f6e60d8d6c22a5b
+SHA512 (hg-evolve-10.0.0.tar.gz) = 4c88af31584d61df7fe397015e185d0191a021f89a23630b6d71ead5acb233f4b71638f3637e12e1d04b03fb79f127a754eeac0e85ab2b8d045665645d528d13
+Size (hg-evolve-10.0.0.tar.gz) = 808587 bytes
Home |
Main Index |
Thread Index |
Old Index