From dcd6123f2797e2b73bb3c5adbd46153d423e2b14 Mon Sep 17 00:00:00 2001 From: sj Date: Mon, 10 Jun 2024 09:09:05 -0400 Subject: [PATCH] Finally fixed update-build-files --- .github/workflows/pants.yml | 2 +- examples/cc/hellocpp/BUILD.pants | 4 ++-- examples/python/hellofastapi/BUILD.pants | 6 +++--- examples/python/hellofib/BUILD.pants | 4 ++-- examples/python/hellokivy/BUILD.pants | 4 ++-- examples/python/hellonumpy/BUILD.pants | 4 ++-- examples/python/hellotyper/BUILD.pants | 4 ++-- examples/python/hellowebview/BUILD.pants | 4 ++-- examples/python/helloworld/BUILD.pants | 4 ++-- pants-plugins/experimental/scie/BUILD | 2 +- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/pants.yml b/.github/workflows/pants.yml index 71bd50c..3a75026 100644 --- a/.github/workflows/pants.yml +++ b/.github/workflows/pants.yml @@ -39,7 +39,7 @@ jobs: - name: Check BUILD files run: | - pants update-build-files --check + pants update-build-files --check :: - name: Lint and (TODO) typecheck run: | diff --git a/examples/cc/hellocpp/BUILD.pants b/examples/cc/hellocpp/BUILD.pants index ac0d118..9246975 100644 --- a/examples/cc/hellocpp/BUILD.pants +++ b/examples/cc/hellocpp/BUILD.pants @@ -1,4 +1,4 @@ cc_sources( - name="libhellocpp", - sources=["**/*.cpp", "**/*.h"], + name="libhellocpp", + sources=["**/*.cpp", "**/*.h"], ) diff --git a/examples/python/hellofastapi/BUILD.pants b/examples/python/hellofastapi/BUILD.pants index 20e5dd8..c6f67f0 100644 --- a/examples/python/hellofastapi/BUILD.pants +++ b/examples/python/hellofastapi/BUILD.pants @@ -12,6 +12,6 @@ pex_binary( scie_binary( name="hellofastapi-scie", dependencies=[":hellofastapi-pex"], - #platforms=["linux-x86_64", "macos-aarch64"] - lift="hellofastapi.toml" -) \ No newline at end of file + # platforms=["linux-x86_64", "macos-aarch64"] + lift="hellofastapi.toml", +) diff --git a/examples/python/hellofib/BUILD.pants b/examples/python/hellofib/BUILD.pants index b4b31c6..c535fc3 100644 --- a/examples/python/hellofib/BUILD.pants +++ b/examples/python/hellofib/BUILD.pants @@ -24,5 +24,5 @@ pex_binary( scie_binary( name="hellofib-scie", dependencies=[":hellofib-pex"], - platforms=["linux-x86_64", "macos-aarch64"] -) \ No newline at end of file + platforms=["linux-x86_64", "macos-aarch64"], +) diff --git a/examples/python/hellokivy/BUILD.pants b/examples/python/hellokivy/BUILD.pants index f7a1c6a..de27214 100644 --- a/examples/python/hellokivy/BUILD.pants +++ b/examples/python/hellokivy/BUILD.pants @@ -12,5 +12,5 @@ pex_binary( scie_binary( name="hellokivy-scie", dependencies=[":hellokivy-pex"], - platforms=["linux-x86_64", "macos-aarch64"] -) \ No newline at end of file + platforms=["linux-x86_64", "macos-aarch64"], +) diff --git a/examples/python/hellonumpy/BUILD.pants b/examples/python/hellonumpy/BUILD.pants index 4aa793d..ddc3e0d 100644 --- a/examples/python/hellonumpy/BUILD.pants +++ b/examples/python/hellonumpy/BUILD.pants @@ -9,5 +9,5 @@ pex_binary( scie_binary( name="hellonumpy-scie", dependencies=[":hellonumpy-pex"], - platforms=["linux-x86_64", "macos-aarch64"] -) \ No newline at end of file + platforms=["linux-x86_64", "macos-aarch64"], +) diff --git a/examples/python/hellotyper/BUILD.pants b/examples/python/hellotyper/BUILD.pants index f6af702..a473ad0 100644 --- a/examples/python/hellotyper/BUILD.pants +++ b/examples/python/hellotyper/BUILD.pants @@ -12,5 +12,5 @@ pex_binary( scie_binary( name="hellotyper-scie", dependencies=[":hellotyper-pex"], - platforms=["linux-x86_64", "macos-aarch64"] -) \ No newline at end of file + platforms=["linux-x86_64", "macos-aarch64"], +) diff --git a/examples/python/hellowebview/BUILD.pants b/examples/python/hellowebview/BUILD.pants index aadeec6..aba6bc9 100644 --- a/examples/python/hellowebview/BUILD.pants +++ b/examples/python/hellowebview/BUILD.pants @@ -12,5 +12,5 @@ pex_binary( scie_binary( name="hellowebview-scie", dependencies=[":hellowebview-pex"], - platforms=["linux-x86_64", "macos-aarch64"] -) \ No newline at end of file + platforms=["linux-x86_64", "macos-aarch64"], +) diff --git a/examples/python/helloworld/BUILD.pants b/examples/python/helloworld/BUILD.pants index 09326d8..a44f078 100644 --- a/examples/python/helloworld/BUILD.pants +++ b/examples/python/helloworld/BUILD.pants @@ -15,6 +15,6 @@ pex_binary( scie_binary( name="helloworld-scie", dependencies=[":helloworld-pex"], - #platforms=["linux-x86_64", "macos-aarch64"] - lift="lift.toml" + # platforms=["linux-x86_64", "macos-aarch64"] + lift="lift.toml", ) diff --git a/pants-plugins/experimental/scie/BUILD b/pants-plugins/experimental/scie/BUILD index f21a652..f0de60b 100644 --- a/pants-plugins/experimental/scie/BUILD +++ b/pants-plugins/experimental/scie/BUILD @@ -6,7 +6,7 @@ python_sources() python_distribution( name="scie-dist", dependencies=[":scie"], - repositories=["@pypi"], # Configuration in ~/.pypirc + repositories=["@pypi"], # Configuration in ~/.pypirc wheel=True, sdist=False, provides=python_artifact(