Sat Jan 20 16:03:03 2024 UTC (138d)
py-diffoscope: add missing tools


(wiz)
diff -r1.21 -r1.22 pkgsrc/sysutils/py-diffoscope/Makefile

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

--- pkgsrc/sysutils/py-diffoscope/Makefile 2024/01/15 20:03:39 1.21
+++ pkgsrc/sysutils/py-diffoscope/Makefile 2024/01/20 16:03:03 1.22
@@ -1,25 +1,27 @@ @@ -1,25 +1,27 @@
1# $NetBSD: Makefile,v 1.21 2024/01/15 20:03:39 schmonz Exp $ 1# $NetBSD: Makefile,v 1.22 2024/01/20 16:03:03 wiz Exp $
2 2
3DISTNAME= diffoscope-253 3DISTNAME= diffoscope-253
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= sysutils python 5CATEGORIES= sysutils python
6MASTER_SITES= ${MASTER_SITE_PYPI:=d/diffoscope/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=d/diffoscope/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://diffoscope.org/ 9HOMEPAGE= https://diffoscope.org/
10COMMENT= In-depth comparison of files, archives, and directories 10COMMENT= In-depth comparison of files, archives, and directories
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
13DEPENDS+= ${PYPKGPREFIX}-libarchive-c-[0-9]*:../../archivers/py-libarchive-c 15DEPENDS+= ${PYPKGPREFIX}-libarchive-c-[0-9]*:../../archivers/py-libarchive-c
14DEPENDS+= ${PYPKGPREFIX}-magic-[0-9]*:../../sysutils/py-magic 16DEPENDS+= ${PYPKGPREFIX}-magic-[0-9]*:../../sysutils/py-magic
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= c # for tests 22USE_LANGUAGES= c # for tests
21USE_TOOLS+= bzip2:run gtar:run xz:run 23USE_TOOLS+= bzip2:run gtar:run xz:run
22 24
23# Only Python 3 is supported. 25# Only Python 3 is supported.
24PYTHON_VERSIONS_INCOMPATIBLE= 27 26PYTHON_VERSIONS_INCOMPATIBLE= 27
25 27