pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/py-diffoscope
Module Name: pkgsrc
Committed By: rillig
Date: Sat May 2 10:44:10 UTC 2020
Modified Files:
pkgsrc/sysutils/py-diffoscope: Makefile
Log Message:
sysutils/py-diffoscope: remove no-op SUBST block
diffoscope has switched to libarchive instead of depending on an external
gtar.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/py-diffoscope/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/py-diffoscope/Makefile
diff -u pkgsrc/sysutils/py-diffoscope/Makefile:1.11 pkgsrc/sysutils/py-diffoscope/Makefile:1.12
--- pkgsrc/sysutils/py-diffoscope/Makefile:1.11 Tue Dec 31 00:32:01 2019
+++ pkgsrc/sysutils/py-diffoscope/Makefile Sat May 2 10:44:10 2020
@@ -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 @@ DEPENDS+= vim-[0-9]*:../../editors/vim
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