summaryrefslogtreecommitdiff
path: root/lang/python38
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 19:03:56 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 19:03:56 +0000
commitf3e75ceb4c3556df6213bde475948b339e473145 (patch)
treeb3b17a0eba0ed16bdb945808e31f63568deae484 /lang/python38
parentad8095b0a5c5b758e832cddea87cfb29097177bd (diff)
downloadpkgsrc-f3e75ceb4c3556df6213bde475948b339e473145.tar.gz
lang: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'lang/python38')
-rw-r--r--lang/python38/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/python38/Makefile b/lang/python38/Makefile
index 6490e835940..a6bf50f745d 100644
--- a/lang/python38/Makefile
+++ b/lang/python38/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/10/15 16:50:11 adam Exp $
+# $NetBSD: Makefile,v 1.2 2019/11/03 19:04:05 rillig Exp $
.include "dist.mk"
@@ -158,10 +158,10 @@ SUBST_SED.findlib+= -e "s!\('-Wl,-t'\)!'${COMPILER_RPATH_FLAG}${PREFIX}/lib', '-
.include "options.mk"
-CHECK_INTERPRETER_SKIP= lib/python${PY_VER_SUFFIX}/venv/scripts/posix/pydoc
-CHECK_INTERPRETER_SKIP+=lib/python${PY_VER_SUFFIX}/test/ziptestdata/exe_with_z64
-CHECK_INTERPRETER_SKIP+=lib/python${PY_VER_SUFFIX}/test/ziptestdata/exe_with_zip
-CHECK_INTERPRETER_SKIP+=lib/python${PY_VER_SUFFIX}/test/ziptestdata/header.sh
+CHECK_INTERPRETER_SKIP= lib/python${PY_VER_SUFFIX}/venv/scripts/posix/pydoc
+CHECK_INTERPRETER_SKIP+= lib/python${PY_VER_SUFFIX}/test/ziptestdata/exe_with_z64
+CHECK_INTERPRETER_SKIP+= lib/python${PY_VER_SUFFIX}/test/ziptestdata/exe_with_zip
+CHECK_INTERPRETER_SKIP+= lib/python${PY_VER_SUFFIX}/test/ziptestdata/header.sh
# Avoid error: Cannot generate ./Include/opcode.h, python not found !
post-configure: