Skip to content

Commit

Permalink
testdata: Rename @ECLASS-VARIABLE to @ECLASS_VARIABLE
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/835396
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Closes: #360
Signed-off-by: Michał Górny <mgorny@gentoo.org>
  • Loading branch information
ulm authored and mgorny committed Mar 18, 2022
1 parent fa9a74b commit 1c219be
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [
"lxml",
"pathspec",
"tree-sitter>=0.19.0",
"snakeoil~=0.9.6",
"pkgcore~=0.12.8",
"snakeoil~=0.9.10",
"pkgcore~=0.12.10",
]
build-backend = "setuptools.build_meta"
4 changes: 2 additions & 2 deletions requirements/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ lazy-object-proxy
lxml
pathspec
tree-sitter>=0.19.0
snakeoil~=0.9.6
pkgcore~=0.12.8
snakeoil~=0.9.10
pkgcore~=0.12.10
4 changes: 2 additions & 2 deletions requirements/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [
"lxml",
"pathspec",
"tree-sitter>=0.19.0",
"snakeoil~=0.9.6",
"pkgcore~=0.12.8",
"snakeoil~=0.9.10",
"pkgcore~=0.12.10",
]
build-backend = "setuptools.build_meta"
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ diff -Naur eclass/eclass/missing-docs.eclass fixed/eclass/missing-docs.eclass

missing-docs_public_func() { :; }

+# @ECLASS-VARIABLE: MISSING_DOCS_PUBLIC_VAR
+# @ECLASS_VARIABLE: MISSING_DOCS_PUBLIC_VAR
+# @DESCRIPTION:
+# Public stub variable.
MISSING_DOCS_PUBLIC_VAR=""
Expand Down
2 changes: 1 addition & 1 deletion testdata/repos/eclass/eclass/pre-inherit.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7
# @BLURB: Stub eclass for testing MisplacedEclassVar.

# @ECLASS-VARIABLE: PRE_INHERIT_VAR
# @ECLASS_VARIABLE: PRE_INHERIT_VAR
# @PRE_INHERIT
# @DESCRIPTION:
# Internal stub variable.
6 changes: 3 additions & 3 deletions testdata/repos/python/eclass/python-any-r1.eclass
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# @ECLASS-VARIABLE: PYTHON_DEPS
# @ECLASS_VARIABLE: PYTHON_DEPS
# @DESCRIPTION:
# See the variable docs in the related gentoo repo eclass.

# @ECLASS-VARIABLE: PYTHON_USEDEP
# @ECLASS_VARIABLE: PYTHON_USEDEP
# @DESCRIPTION:
# See the variable docs in the related gentoo repo eclass.

# @ECLASS-VARIABLE: PYTHON_REQUIRED_USE
# @ECLASS_VARIABLE: PYTHON_REQUIRED_USE
# @DESCRIPTION:
# See the variable docs in the related gentoo repo eclass.

Expand Down
6 changes: 3 additions & 3 deletions testdata/repos/python/eclass/python-r1.eclass
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# @ECLASS-VARIABLE: PYTHON_DEPS
# @ECLASS_VARIABLE: PYTHON_DEPS
# @DESCRIPTION:
# See the variable docs in the related gentoo repo eclass.

# @ECLASS-VARIABLE: PYTHON_USEDEP
# @ECLASS_VARIABLE: PYTHON_USEDEP
# @DESCRIPTION:
# See the variable docs in the related gentoo repo eclass.

# @ECLASS-VARIABLE: PYTHON_REQUIRED_USE
# @ECLASS_VARIABLE: PYTHON_REQUIRED_USE
# @DESCRIPTION:
# See the variable docs in the related gentoo repo eclass.

Expand Down
6 changes: 3 additions & 3 deletions testdata/repos/python/eclass/python-single-r1.eclass
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# @ECLASS-VARIABLE: PYTHON_DEPS
# @ECLASS_VARIABLE: PYTHON_DEPS
# @DESCRIPTION:
# See the variable docs in the related gentoo repo eclass.

# @ECLASS-VARIABLE: PYTHON_USEDEP
# @ECLASS_VARIABLE: PYTHON_USEDEP
# @DESCRIPTION:
# See the variable docs in the related gentoo repo eclass.

# @ECLASS-VARIABLE: PYTHON_REQUIRED_USE
# @ECLASS_VARIABLE: PYTHON_REQUIRED_USE
# @DESCRIPTION:
# See the variable docs in the related gentoo repo eclass.

Expand Down

0 comments on commit 1c219be

Please sign in to comment.