Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/py-diffoscope sysutils/py-diffoscope: remove ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c51c699ae07
branches:  trunk
changeset: 430601:0c51c699ae07
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 02 10:44:10 2020 +0000

description:
sysutils/py-diffoscope: remove no-op SUBST block

diffoscope has switched to libarchive instead of depending on an external
gtar.

diffstat:

 sysutils/py-diffoscope/Makefile |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r 64f1103f9688 -r 0c51c699ae07 sysutils/py-diffoscope/Makefile
--- a/sysutils/py-diffoscope/Makefile   Sat May 02 10:43:44 2020 +0000
+++ b/sysutils/py-diffoscope/Makefile   Sat May 02 10:44:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/12/31 00:32:01 ng0 Exp $
+# $NetBSD: Makefile,v 1.12 2020/05/02 10:44:10 rillig Exp $
 
 DISTNAME=      diffoscope-134
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -21,13 +21,6 @@
 USE_LANGUAGES= c  # for tests
 USE_TOOLS+=    bzip2:run gtar:run xz:run
 
-SUBST_CLASSES+=                gtar
-SUBST_SED.gtar+=       -e "s,'tar,'gtar,"
-SUBST_FILES.gtar+=     diffoscope/comparators/tar.py
-SUBST_FILES.gtar+=     tests/comparators/test_utils.py
-SUBST_MESSAGE.gtar=    Fix path to gtar.
-SUBST_STAGE.gtar=      post-configure
-
 # Only Python 3 is supported.
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 



Home | Main Index | Thread Index | Old Index