summaryrefslogtreecommitdiff
path: root/devel/gyp
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 10:39:04 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 10:39:04 +0000
commit9959c7f72f02bc48af637ad0304db4eebf7cc3cd (patch)
treeea0565acc58fb990fc3eb929809360b2ab62f357 /devel/gyp
parent087f64293d4b805ab86f0cd7079ddf7651f52ca0 (diff)
downloadpkgsrc-9959c7f72f02bc48af637ad0304db4eebf7cc3cd.tar.gz
devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'devel/gyp')
-rw-r--r--devel/gyp/Makefile6
-rw-r--r--devel/gyp/Makefile.replace-python278
-rw-r--r--devel/gyp/tool.mk4
3 files changed, 144 insertions, 144 deletions
diff --git a/devel/gyp/Makefile b/devel/gyp/Makefile
index 7a880046219..eea00468541 100644
--- a/devel/gyp/Makefile
+++ b/devel/gyp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2019/09/02 13:19:40 adam Exp $
+# $NetBSD: Makefile,v 1.21 2019/11/03 10:39:13 rillig Exp $
GIT_VERSION= 20161117.940a15ee3f1c89f193cb4c19373b3f6e9ad15b95
DIST_VERSION= 0.1
@@ -12,7 +12,7 @@ HOMEPAGE= https://gyp.gsrc.io/
COMMENT= GYP can Generate Your Projects
LICENSE= modified-bsd
-PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.1pre20161117.940a15ee3f1c89f193cb4c19373b3f6e9ad15b95
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.1pre20161117.940a15ee3f1c89f193cb4c19373b3f6e9ad15b95
EGG_NAME= gyp-${DIST_VERSION}
WRKSRC= ${WRKDIR}/gyp
@@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/gyp
# REPLACE_PYTHON settings farmed out due to size...
.include "Makefile.replace-python"
-SUBST_CLASSES+= python
+SUBST_CLASSES+= python
SUBST_STAGE.python= pre-build
SUBST_MESSAGE.python= Fix python invocation
SUBST_FILES.python+= gyp
diff --git a/devel/gyp/Makefile.replace-python b/devel/gyp/Makefile.replace-python
index 29bb34b4f62..56a3c57b884 100644
--- a/devel/gyp/Makefile.replace-python
+++ b/devel/gyp/Makefile.replace-python
@@ -1,140 +1,140 @@
-# $NetBSD: Makefile.replace-python,v 1.2 2017/01/11 14:47:51 wiz Exp $
+# $NetBSD: Makefile.replace-python,v 1.3 2019/11/03 10:39:13 rillig Exp $
-REPLACE_PYTHON+= *.py
-REPLACE_PYTHON+= buildbot/buildbot_run.py
-REPLACE_PYTHON+= pylib/gyp/*.py
-REPLACE_PYTHON+= pylib/gyp/generator/*.py
-REPLACE_PYTHON+= samples/samples
-REPLACE_PYTHON+= test/actions-bare/gyptest-bare.py
-REPLACE_PYTHON+= test/actions-bare/src/bare.py
-REPLACE_PYTHON+= test/actions-multiple/gyptest-all.py
-REPLACE_PYTHON+= test/actions-multiple/src/*.py
-REPLACE_PYTHON+= test/actions-none/gyptest-none.py
-REPLACE_PYTHON+= test/actions-none/src/fake_cross.py
-REPLACE_PYTHON+= test/actions-subdir/gyptest-action.py
-REPLACE_PYTHON+= test/actions-subdir/src/make-file.py
-REPLACE_PYTHON+= test/actions-subdir/src/subdir/make-subdir-file.py
-REPLACE_PYTHON+= test/actions/*.py
-REPLACE_PYTHON+= test/actions/generated-header/action.py
-REPLACE_PYTHON+= test/actions/src/confirm-dep-files.py
-REPLACE_PYTHON+= test/actions/src/subdir1/*.py
-REPLACE_PYTHON+= test/actions/src/subdir2/make-file.py
-REPLACE_PYTHON+= test/actions/src/subdir3/generate_main.py
-REPLACE_PYTHON+= test/additional-targets/gyptest-additional.py
-REPLACE_PYTHON+= test/additional-targets/src/dir1/emit.py
-REPLACE_PYTHON+= test/analyzer/gyptest-analyzer.py
-REPLACE_PYTHON+= test/assembly/*.py
-REPLACE_PYTHON+= test/build-option/gyptest-build.py
-REPLACE_PYTHON+= test/builddir/*.py
-REPLACE_PYTHON+= test/cflags/gyptest-cflags.py
-REPLACE_PYTHON+= test/compilable/gyptest-headers.py
-REPLACE_PYTHON+= test/compiler-override/*.py
-REPLACE_PYTHON+= test/configurations/basics/gyptest-configurations.py
-REPLACE_PYTHON+= test/configurations/inheritance/*.py
-REPLACE_PYTHON+= test/configurations/invalid/gyptest-configurations.py
-REPLACE_PYTHON+= test/configurations/target_platform/gyptest-target_platform.py
-REPLACE_PYTHON+= test/configurations/x64/gyptest-x86.py
-REPLACE_PYTHON+= test/copies/*.py
-REPLACE_PYTHON+= test/custom-generator/gyptest-custom-generator.py
-REPLACE_PYTHON+= test/cxxflags/gyptest-cxxflags.py
-REPLACE_PYTHON+= test/defines-escaping/gyptest-defines-escaping.py
-REPLACE_PYTHON+= test/defines/*.py
-REPLACE_PYTHON+= test/dependencies/*.py
-REPLACE_PYTHON+= test/dependency-copy/gyptest-copy.py
-REPLACE_PYTHON+= test/errors/gyptest-errors.py
-REPLACE_PYTHON+= test/escaping/gyptest-colon.py
-REPLACE_PYTHON+= test/exclusion/gyptest-exclusion.py
-REPLACE_PYTHON+= test/external-cross-compile/gyptest-cross.py
-REPLACE_PYTHON+= test/external-cross-compile/src/fake_cross.py
-REPLACE_PYTHON+= test/external-cross-compile/src/tochar.py
-REPLACE_PYTHON+= test/generator-output/*.py
-REPLACE_PYTHON+= test/generator-output/actions/subdir1/*.py
-REPLACE_PYTHON+= test/generator-output/actions/subdir2/make-file.py
-REPLACE_PYTHON+= test/generator-output/rules/copy-file.py
-REPLACE_PYTHON+= test/gyp-defines/*.py
-REPLACE_PYTHON+= test/hard_dependency/*.py
-REPLACE_PYTHON+= test/hard_dependency/src/emit.py
-REPLACE_PYTHON+= test/hello/*.py
-REPLACE_PYTHON+= test/home_dot_gyp/*.py
-REPLACE_PYTHON+= test/include_dirs/*.py
-REPLACE_PYTHON+= test/intermediate_dir/gyptest-intermediate-dir.py
-REPLACE_PYTHON+= test/intermediate_dir/src/script.py
-REPLACE_PYTHON+= test/ios/*.py
-REPLACE_PYTHON+= test/ios/app-bundle/TestApp/check_no_signature.py
-REPLACE_PYTHON+= test/library/*.py
-REPLACE_PYTHON+= test/library_dirs/gyptest-library-dirs.py
-REPLACE_PYTHON+= test/link-dependency/gyptest-link-dependency.py
-REPLACE_PYTHON+= test/link-objects/gyptest-all.py
-REPLACE_PYTHON+= test/linux/gyptest-implicit-rpath.py
-REPLACE_PYTHON+= test/mac/*.py
-REPLACE_PYTHON+= test/make/*.py
-REPLACE_PYTHON+= test/make_global_settings/ar/*.py
-REPLACE_PYTHON+= test/make_global_settings/basics/*.py
-REPLACE_PYTHON+= test/make_global_settings/env-wrapper/*.py
-REPLACE_PYTHON+= test/make_global_settings/ld/*.py
-REPLACE_PYTHON+= test/make_global_settings/wrapper/*.py
-REPLACE_PYTHON+= test/many-actions/*.py
-REPLACE_PYTHON+= test/module/gyptest-default.py
-REPLACE_PYTHON+= test/msvs/buildevents/*.py
-REPLACE_PYTHON+= test/msvs/config_attrs/gyptest-config_attrs.py
-REPLACE_PYTHON+= test/msvs/express/gyptest-express.py
-REPLACE_PYTHON+= test/msvs/external_builder/gyptest-all.py
-REPLACE_PYTHON+= test/msvs/filters/*.py
-REPLACE_PYTHON+= test/msvs/list_excluded/gyptest-all.py
-REPLACE_PYTHON+= test/msvs/missing_sources/gyptest-missing.py
-REPLACE_PYTHON+= test/msvs/multiple_actions_error_handling/gyptest.py
-REPLACE_PYTHON+= test/msvs/props/gyptest-props.py
-REPLACE_PYTHON+= test/msvs/shared_output/gyptest-shared_output.py
-REPLACE_PYTHON+= test/msvs/uldi2010/gyptest-all.py
-REPLACE_PYTHON+= test/multiple-targets/*.py
-REPLACE_PYTHON+= test/ninja/action_dependencies/gyptest-action-dependencies.py
-REPLACE_PYTHON+= test/ninja/action_dependencies/src/emit.py
-REPLACE_PYTHON+= test/ninja/chained-dependency/gyptest-chained-dependency.py
-REPLACE_PYTHON+= test/ninja/normalize-paths-win/gyptest-normalize-paths.py
-REPLACE_PYTHON+= test/ninja/s-needs-no-depfiles/gyptest-s-needs-no-depfiles.py
-REPLACE_PYTHON+= test/ninja/solibs_avoid_relinking/*.py
-REPLACE_PYTHON+= test/ninja/use-custom-environment-files/*.py
-REPLACE_PYTHON+= test/no-cpp/gyptest-no-cpp.py
-REPLACE_PYTHON+= test/no-output/gyptest-no-output.py
-REPLACE_PYTHON+= test/product/gyptest-product.py
-REPLACE_PYTHON+= test/prune_targets/gyptest-prune-targets.py
-REPLACE_PYTHON+= test/relative/gyptest-default.py
-REPLACE_PYTHON+= test/rename/gyptest-filecase.py
-REPLACE_PYTHON+= test/restat/gyptest-restat.py
-REPLACE_PYTHON+= test/restat/src/create_intermediate.py
-REPLACE_PYTHON+= test/restat/src/touch.py
-REPLACE_PYTHON+= test/rules-dirname/gyptest-dirname.py
-REPLACE_PYTHON+= test/rules-dirname/src/copy-file.py
-REPLACE_PYTHON+= test/rules-dirname/src/subdir/printvars.py
-REPLACE_PYTHON+= test/rules-rebuild/gyptest-all.py
-REPLACE_PYTHON+= test/rules-rebuild/gyptest-default.py
-REPLACE_PYTHON+= test/rules-rebuild/src/make-sources.py
-REPLACE_PYTHON+= test/rules-use-built-dependencies/*.py
-REPLACE_PYTHON+= test/rules-variables/gyptest-rules-variables.py
-REPLACE_PYTHON+= test/rules/*.py
-REPLACE_PYTHON+= test/rules/src/*.py
-REPLACE_PYTHON+= test/same-gyp-name/*.py
-REPLACE_PYTHON+= test/same-rule-output-file-name/gyptest-all.py
-REPLACE_PYTHON+= test/same-rule-output-file-name/src/touch.py
-REPLACE_PYTHON+= test/same-source-file-name/*.py
-REPLACE_PYTHON+= test/same-target-name-different-directory/gyptest-all.py
-REPLACE_PYTHON+= test/same-target-name-different-directory/src/touch.py
-REPLACE_PYTHON+= test/same-target-name/gyptest-same-target-name.py
-REPLACE_PYTHON+= test/sanitize-rule-names/*.py
-REPLACE_PYTHON+= test/self-dependency/gyptest-self-dependency.py
-REPLACE_PYTHON+= test/sibling/*.py
-REPLACE_PYTHON+= test/small/gyptest-small.py
-REPLACE_PYTHON+= test/standalone-static-library/*.py
-REPLACE_PYTHON+= test/standalone/gyptest-standalone.py
-REPLACE_PYTHON+= test/subdirectory/*.py
-REPLACE_PYTHON+= test/target/gyptest-target.py
-REPLACE_PYTHON+= test/toolsets/gyptest-toolsets.py
-REPLACE_PYTHON+= test/toplevel-dir/gyptest-toplevel-dir.py
-REPLACE_PYTHON+= test/variables/commands/*.py
-REPLACE_PYTHON+= test/variables/filelist/*.py
-REPLACE_PYTHON+= test/variables/filelist/src/dummy.py
-REPLACE_PYTHON+= test/variables/latelate/gyptest-latelate.py
-REPLACE_PYTHON+= test/variables/variable-in-path/gyptest-variable-in-path.py
-REPLACE_PYTHON+= test/win/*.py
-REPLACE_PYTHON+= test/win/generator-output-different-drive/*.py
-REPLACE_PYTHON+= tools/*.py
+REPLACE_PYTHON+= *.py
+REPLACE_PYTHON+= buildbot/buildbot_run.py
+REPLACE_PYTHON+= pylib/gyp/*.py
+REPLACE_PYTHON+= pylib/gyp/generator/*.py
+REPLACE_PYTHON+= samples/samples
+REPLACE_PYTHON+= test/actions-bare/gyptest-bare.py
+REPLACE_PYTHON+= test/actions-bare/src/bare.py
+REPLACE_PYTHON+= test/actions-multiple/gyptest-all.py
+REPLACE_PYTHON+= test/actions-multiple/src/*.py
+REPLACE_PYTHON+= test/actions-none/gyptest-none.py
+REPLACE_PYTHON+= test/actions-none/src/fake_cross.py
+REPLACE_PYTHON+= test/actions-subdir/gyptest-action.py
+REPLACE_PYTHON+= test/actions-subdir/src/make-file.py
+REPLACE_PYTHON+= test/actions-subdir/src/subdir/make-subdir-file.py
+REPLACE_PYTHON+= test/actions/*.py
+REPLACE_PYTHON+= test/actions/generated-header/action.py
+REPLACE_PYTHON+= test/actions/src/confirm-dep-files.py
+REPLACE_PYTHON+= test/actions/src/subdir1/*.py
+REPLACE_PYTHON+= test/actions/src/subdir2/make-file.py
+REPLACE_PYTHON+= test/actions/src/subdir3/generate_main.py
+REPLACE_PYTHON+= test/additional-targets/gyptest-additional.py
+REPLACE_PYTHON+= test/additional-targets/src/dir1/emit.py
+REPLACE_PYTHON+= test/analyzer/gyptest-analyzer.py
+REPLACE_PYTHON+= test/assembly/*.py
+REPLACE_PYTHON+= test/build-option/gyptest-build.py
+REPLACE_PYTHON+= test/builddir/*.py
+REPLACE_PYTHON+= test/cflags/gyptest-cflags.py
+REPLACE_PYTHON+= test/compilable/gyptest-headers.py
+REPLACE_PYTHON+= test/compiler-override/*.py
+REPLACE_PYTHON+= test/configurations/basics/gyptest-configurations.py
+REPLACE_PYTHON+= test/configurations/inheritance/*.py
+REPLACE_PYTHON+= test/configurations/invalid/gyptest-configurations.py
+REPLACE_PYTHON+= test/configurations/target_platform/gyptest-target_platform.py
+REPLACE_PYTHON+= test/configurations/x64/gyptest-x86.py
+REPLACE_PYTHON+= test/copies/*.py
+REPLACE_PYTHON+= test/custom-generator/gyptest-custom-generator.py
+REPLACE_PYTHON+= test/cxxflags/gyptest-cxxflags.py
+REPLACE_PYTHON+= test/defines-escaping/gyptest-defines-escaping.py
+REPLACE_PYTHON+= test/defines/*.py
+REPLACE_PYTHON+= test/dependencies/*.py
+REPLACE_PYTHON+= test/dependency-copy/gyptest-copy.py
+REPLACE_PYTHON+= test/errors/gyptest-errors.py
+REPLACE_PYTHON+= test/escaping/gyptest-colon.py
+REPLACE_PYTHON+= test/exclusion/gyptest-exclusion.py
+REPLACE_PYTHON+= test/external-cross-compile/gyptest-cross.py
+REPLACE_PYTHON+= test/external-cross-compile/src/fake_cross.py
+REPLACE_PYTHON+= test/external-cross-compile/src/tochar.py
+REPLACE_PYTHON+= test/generator-output/*.py
+REPLACE_PYTHON+= test/generator-output/actions/subdir1/*.py
+REPLACE_PYTHON+= test/generator-output/actions/subdir2/make-file.py
+REPLACE_PYTHON+= test/generator-output/rules/copy-file.py
+REPLACE_PYTHON+= test/gyp-defines/*.py
+REPLACE_PYTHON+= test/hard_dependency/*.py
+REPLACE_PYTHON+= test/hard_dependency/src/emit.py
+REPLACE_PYTHON+= test/hello/*.py
+REPLACE_PYTHON+= test/home_dot_gyp/*.py
+REPLACE_PYTHON+= test/include_dirs/*.py
+REPLACE_PYTHON+= test/intermediate_dir/gyptest-intermediate-dir.py
+REPLACE_PYTHON+= test/intermediate_dir/src/script.py
+REPLACE_PYTHON+= test/ios/*.py
+REPLACE_PYTHON+= test/ios/app-bundle/TestApp/check_no_signature.py
+REPLACE_PYTHON+= test/library/*.py
+REPLACE_PYTHON+= test/library_dirs/gyptest-library-dirs.py
+REPLACE_PYTHON+= test/link-dependency/gyptest-link-dependency.py
+REPLACE_PYTHON+= test/link-objects/gyptest-all.py
+REPLACE_PYTHON+= test/linux/gyptest-implicit-rpath.py
+REPLACE_PYTHON+= test/mac/*.py
+REPLACE_PYTHON+= test/make/*.py
+REPLACE_PYTHON+= test/make_global_settings/ar/*.py
+REPLACE_PYTHON+= test/make_global_settings/basics/*.py
+REPLACE_PYTHON+= test/make_global_settings/env-wrapper/*.py
+REPLACE_PYTHON+= test/make_global_settings/ld/*.py
+REPLACE_PYTHON+= test/make_global_settings/wrapper/*.py
+REPLACE_PYTHON+= test/many-actions/*.py
+REPLACE_PYTHON+= test/module/gyptest-default.py
+REPLACE_PYTHON+= test/msvs/buildevents/*.py
+REPLACE_PYTHON+= test/msvs/config_attrs/gyptest-config_attrs.py
+REPLACE_PYTHON+= test/msvs/express/gyptest-express.py
+REPLACE_PYTHON+= test/msvs/external_builder/gyptest-all.py
+REPLACE_PYTHON+= test/msvs/filters/*.py
+REPLACE_PYTHON+= test/msvs/list_excluded/gyptest-all.py
+REPLACE_PYTHON+= test/msvs/missing_sources/gyptest-missing.py
+REPLACE_PYTHON+= test/msvs/multiple_actions_error_handling/gyptest.py
+REPLACE_PYTHON+= test/msvs/props/gyptest-props.py
+REPLACE_PYTHON+= test/msvs/shared_output/gyptest-shared_output.py
+REPLACE_PYTHON+= test/msvs/uldi2010/gyptest-all.py
+REPLACE_PYTHON+= test/multiple-targets/*.py
+REPLACE_PYTHON+= test/ninja/action_dependencies/gyptest-action-dependencies.py
+REPLACE_PYTHON+= test/ninja/action_dependencies/src/emit.py
+REPLACE_PYTHON+= test/ninja/chained-dependency/gyptest-chained-dependency.py
+REPLACE_PYTHON+= test/ninja/normalize-paths-win/gyptest-normalize-paths.py
+REPLACE_PYTHON+= test/ninja/s-needs-no-depfiles/gyptest-s-needs-no-depfiles.py
+REPLACE_PYTHON+= test/ninja/solibs_avoid_relinking/*.py
+REPLACE_PYTHON+= test/ninja/use-custom-environment-files/*.py
+REPLACE_PYTHON+= test/no-cpp/gyptest-no-cpp.py
+REPLACE_PYTHON+= test/no-output/gyptest-no-output.py
+REPLACE_PYTHON+= test/product/gyptest-product.py
+REPLACE_PYTHON+= test/prune_targets/gyptest-prune-targets.py
+REPLACE_PYTHON+= test/relative/gyptest-default.py
+REPLACE_PYTHON+= test/rename/gyptest-filecase.py
+REPLACE_PYTHON+= test/restat/gyptest-restat.py
+REPLACE_PYTHON+= test/restat/src/create_intermediate.py
+REPLACE_PYTHON+= test/restat/src/touch.py
+REPLACE_PYTHON+= test/rules-dirname/gyptest-dirname.py
+REPLACE_PYTHON+= test/rules-dirname/src/copy-file.py
+REPLACE_PYTHON+= test/rules-dirname/src/subdir/printvars.py
+REPLACE_PYTHON+= test/rules-rebuild/gyptest-all.py
+REPLACE_PYTHON+= test/rules-rebuild/gyptest-default.py
+REPLACE_PYTHON+= test/rules-rebuild/src/make-sources.py
+REPLACE_PYTHON+= test/rules-use-built-dependencies/*.py
+REPLACE_PYTHON+= test/rules-variables/gyptest-rules-variables.py
+REPLACE_PYTHON+= test/rules/*.py
+REPLACE_PYTHON+= test/rules/src/*.py
+REPLACE_PYTHON+= test/same-gyp-name/*.py
+REPLACE_PYTHON+= test/same-rule-output-file-name/gyptest-all.py
+REPLACE_PYTHON+= test/same-rule-output-file-name/src/touch.py
+REPLACE_PYTHON+= test/same-source-file-name/*.py
+REPLACE_PYTHON+= test/same-target-name-different-directory/gyptest-all.py
+REPLACE_PYTHON+= test/same-target-name-different-directory/src/touch.py
+REPLACE_PYTHON+= test/same-target-name/gyptest-same-target-name.py
+REPLACE_PYTHON+= test/sanitize-rule-names/*.py
+REPLACE_PYTHON+= test/self-dependency/gyptest-self-dependency.py
+REPLACE_PYTHON+= test/sibling/*.py
+REPLACE_PYTHON+= test/small/gyptest-small.py
+REPLACE_PYTHON+= test/standalone-static-library/*.py
+REPLACE_PYTHON+= test/standalone/gyptest-standalone.py
+REPLACE_PYTHON+= test/subdirectory/*.py
+REPLACE_PYTHON+= test/target/gyptest-target.py
+REPLACE_PYTHON+= test/toolsets/gyptest-toolsets.py
+REPLACE_PYTHON+= test/toplevel-dir/gyptest-toplevel-dir.py
+REPLACE_PYTHON+= test/variables/commands/*.py
+REPLACE_PYTHON+= test/variables/filelist/*.py
+REPLACE_PYTHON+= test/variables/filelist/src/dummy.py
+REPLACE_PYTHON+= test/variables/latelate/gyptest-latelate.py
+REPLACE_PYTHON+= test/variables/variable-in-path/gyptest-variable-in-path.py
+REPLACE_PYTHON+= test/win/*.py
+REPLACE_PYTHON+= test/win/generator-output-different-drive/*.py
+REPLACE_PYTHON+= tools/*.py
diff --git a/devel/gyp/tool.mk b/devel/gyp/tool.mk
index 1ae253c9158..4b750b6ce1b 100644
--- a/devel/gyp/tool.mk
+++ b/devel/gyp/tool.mk
@@ -1,7 +1,7 @@
-# $NetBSD: tool.mk,v 1.2 2019/04/25 08:09:49 maya Exp $
+# $NetBSD: tool.mk,v 1.3 2019/11/03 10:39:13 rillig Exp $
.if !defined(GYP_TOOL_MK)
-GYP_TOOL_MK= defined
+GYP_TOOL_MK= defined
PYTHON_VERSIONS_ACCEPTED= 27