Sat May 22 23:11:31 2021 UTC ()
py-mercurial: remove obsolete feature patch

Ok joerg@

Bump PKGREVISION.


(wiz)
diff -r1.54 -r1.55 pkgsrc/devel/py-mercurial/Makefile
diff -r1.102 -r1.103 pkgsrc/devel/py-mercurial/distinfo
diff -r1.1 -r0 pkgsrc/devel/py-mercurial/patches/patch-D8574

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

--- pkgsrc/devel/py-mercurial/Makefile 2021/05/20 09:08:27 1.54
+++ pkgsrc/devel/py-mercurial/Makefile 2021/05/22 23:11:31 1.55
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1# $NetBSD: Makefile,v 1.54 2021/05/20 09:08:27 wiz Exp $ 1# $NetBSD: Makefile,v 1.55 2021/05/22 23:11:31 wiz Exp $
2# 2#
3# Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew 3# Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew
4 4
5DISTNAME= mercurial-${VERSION} 5DISTNAME= mercurial-${VERSION}
6PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 6PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
 7PKGREVISION= 1
7CATEGORIES= devel scm 8CATEGORIES= devel scm
8MASTER_SITES= https://www.mercurial-scm.org/release/ 9MASTER_SITES= https://www.mercurial-scm.org/release/
9 10
10MAINTAINER= wiz@NetBSD.org 11MAINTAINER= wiz@NetBSD.org
11HOMEPAGE= https://www.mercurial-scm.org/ 12HOMEPAGE= https://www.mercurial-scm.org/
12COMMENT= Fast, lightweight source control management system 13COMMENT= Fast, lightweight source control management system
13LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer 14LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer
14 15
15# with this dependency, two zip test cases start working 16# with this dependency, two zip test cases start working
16# https://bz.mercurial-scm.org/show_bug.cgi?id=4483 17# https://bz.mercurial-scm.org/show_bug.cgi?id=4483
17# https://bz.mercurial-scm.org/show_bug.cgi?id=4485 18# https://bz.mercurial-scm.org/show_bug.cgi?id=4485
18BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip 19BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip
19DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses 20DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
@@ -24,29 +25,27 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0 @@ -24,29 +25,27 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0
24 25
25USE_TOOLS+= gmake msgfmt 26USE_TOOLS+= gmake msgfmt
26 27
27INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 28INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
28INSTALLATION_DIRS+= share/doc/mercurial 29INSTALLATION_DIRS+= share/doc/mercurial
29 30
30.include "version.mk" 31.include "version.mk"
31.include "options.mk" 32.include "options.mk"
32 33
33USE_TOOLS+= bash:test 34USE_TOOLS+= bash:test
34# Known test failures as of 5.8 35# Known test failures as of 5.8
35# test-persistent-nodemap.t 36# test-persistent-nodemap.t
36# https://bz.mercurial-scm.org/show_bug.cgi?id=6523 37# https://bz.mercurial-scm.org/show_bug.cgi?id=6523
37# test-reject_new_heads.t 
38# https://bz.mercurial-scm.org/show_bug.cgi?id=6524 
39# 38#
40# Ran 878 tests, 81 skipped, 2 failed. 39# Ran 878 tests, 81 skipped, 1 failed.
41 40
42TEST_TARGET= tests 41TEST_TARGET= tests
43TEST_MAKE_FLAGS+= PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q} 42TEST_MAKE_FLAGS+= PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q}
44 43
45post-install: 44post-install:
46 ${INSTALL_DATA} ${WRKSRC}/doc/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 45 ${INSTALL_DATA} ${WRKSRC}/doc/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
47 ${INSTALL_DATA} ${WRKSRC}/doc/*.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5 46 ${INSTALL_DATA} ${WRKSRC}/doc/*.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
48 ${INSTALL_DATA} ${WRKSRC}/README.rst \ 47 ${INSTALL_DATA} ${WRKSRC}/README.rst \
49 ${DESTDIR}${PREFIX}/share/doc/mercurial 48 ${DESTDIR}${PREFIX}/share/doc/mercurial
50 49
51.include "../../lang/python/distutils.mk" 50.include "../../lang/python/distutils.mk"
52.include "../../mk/bsd.pkg.mk" 51.include "../../mk/bsd.pkg.mk"

cvs diff -r1.102 -r1.103 pkgsrc/devel/py-mercurial/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-mercurial/distinfo 2021/05/20 09:08:27 1.102
+++ pkgsrc/devel/py-mercurial/distinfo 2021/05/22 23:11:31 1.103
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.102 2021/05/20 09:08:27 wiz Exp $ 1$NetBSD: distinfo,v 1.103 2021/05/22 23:11:31 wiz Exp $
2 2
3SHA1 (mercurial-5.8.tar.gz) = 7ce13257550f9d22d483b42420ecf84b1b9ac3f4 3SHA1 (mercurial-5.8.tar.gz) = 7ce13257550f9d22d483b42420ecf84b1b9ac3f4
4RMD160 (mercurial-5.8.tar.gz) = fb6b7aaab30c4d82b0a04df51e5899d4acb3e4fe 4RMD160 (mercurial-5.8.tar.gz) = fb6b7aaab30c4d82b0a04df51e5899d4acb3e4fe
5SHA512 (mercurial-5.8.tar.gz) = 79eec3a468a1826d4910d140797f26f281ff5e5fb9a0e09656d458577e05cf11ac6032c0d282aeec2996edbd7af954652c97097ea4485b211dad7424c4d20979 5SHA512 (mercurial-5.8.tar.gz) = 79eec3a468a1826d4910d140797f26f281ff5e5fb9a0e09656d458577e05cf11ac6032c0d282aeec2996edbd7af954652c97097ea4485b211dad7424c4d20979
6Size (mercurial-5.8.tar.gz) = 7985326 bytes 6Size (mercurial-5.8.tar.gz) = 7985326 bytes
7SHA1 (patch-D8574) = 56cecc1c83558803186e84d90ef67b4dce68f8e9 

File Deleted: pkgsrc/devel/py-mercurial/patches/Attic/patch-D8574