Sat Apr 6 17:53:53 2019 UTC ()
py-diffoscope: needs py-curses, bump PKGREVISION


(maya)
diff -r1.8 -r1.9 pkgsrc/sysutils/py-diffoscope/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/sysutils/py-diffoscope/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/py-diffoscope/Makefile 2019/02/09 14:13:25 1.8
+++ pkgsrc/sysutils/py-diffoscope/Makefile 2019/04/06 17:53:53 1.9
@@ -1,27 +1,29 @@ @@ -1,27 +1,29 @@
1# $NetBSD: Makefile,v 1.8 2019/02/09 14:13:25 khorben Exp $ 1# $NetBSD: Makefile,v 1.9 2019/04/06 17:53:53 maya Exp $
2 2
3DISTNAME= diffoscope-110 3DISTNAME= diffoscope-110
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
 5PKGREVISION= 1
5CATEGORIES= sysutils python 6CATEGORIES= sysutils python
6MASTER_SITES= ${MASTER_SITE_PYPI:=d/diffoscope/} 7MASTER_SITES= ${MASTER_SITE_PYPI:=d/diffoscope/}
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://diffoscope.org/ 10HOMEPAGE= https://diffoscope.org/
10COMMENT= In-depth comparison of files, archives, and directories 11COMMENT= In-depth comparison of files, archives, and directories
11LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
12 13
13DEPENDS+= ${PYPKGPREFIX}-libarchive-c-[0-9]*:../../archivers/py-libarchive-c 14DEPENDS+= ${PYPKGPREFIX}-libarchive-c-[0-9]*:../../archivers/py-libarchive-c
14DEPENDS+= ${PYPKGPREFIX}-magic-[0-9]*:../../sysutils/py-magic 15DEPENDS+= ${PYPKGPREFIX}-magic-[0-9]*:../../sysutils/py-magic
 16DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
15DEPENDS+= ${PYPKGPREFIX}-tlsh-[0-9]*:../../devel/py-tlsh 17DEPENDS+= ${PYPKGPREFIX}-tlsh-[0-9]*:../../devel/py-tlsh
16DEPENDS+= colordiff-[0-9]*:../../devel/colordiff 18DEPENDS+= colordiff-[0-9]*:../../devel/colordiff
17# for xxd 19# for xxd
18DEPENDS+= vim-[0-9]*:../../editors/vim 20DEPENDS+= vim-[0-9]*:../../editors/vim
19 21
20USE_LANGUAGES= # none 22USE_LANGUAGES= # none
21USE_TOOLS+= bzip2:run gtar:run xz:run 23USE_TOOLS+= bzip2:run gtar:run xz:run
22 24
23SUBST_CLASSES+= gtar 25SUBST_CLASSES+= gtar
24SUBST_SED.gtar+= -e "s,'tar,'gtar," 26SUBST_SED.gtar+= -e "s,'tar,'gtar,"
25SUBST_FILES.gtar+= diffoscope/comparators/tar.py 27SUBST_FILES.gtar+= diffoscope/comparators/tar.py
26SUBST_FILES.gtar+= tests/comparators/test_utils.py 28SUBST_FILES.gtar+= tests/comparators/test_utils.py
27SUBST_MESSAGE.gtar= Fix path to gtar. 29SUBST_MESSAGE.gtar= Fix path to gtar.