Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testdata: Rename @ECLASS-VARIABLE to @ECLASS_VARIABLE #360

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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