Skip to content

Commit 901a1fa

Browse files
committed
formatting
Signed-off-by: Ethan Mahintorabi <[email protected]>
1 parent d22581f commit 901a1fa

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

openroad/BUILD

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright (c) 2025-2025, The OpenROAD Authors
3-
load("@openroad_rules_python//python:packaging.bzl", "py_wheel", "py_package")
4-
3+
load("@openroad_rules_python//python:packaging.bzl", "py_package", "py_wheel")
54

65
py_library(
76
name = "openroadpy",
87
srcs = [
98
"__init__.py",
10-
"utl.py",
119
"odb.py",
10+
"utl.py",
1211
],
12+
imports = ["pypi"],
13+
visibility = ["//visibility:public"],
1314
deps = [
14-
"//src/utl:utl_py",
15-
"//src/odb:odb_py",
1615
"//:ord_py",
16+
"//src/odb:odb_py",
17+
"//src/utl:utl_py",
1718
],
18-
imports = ["pypi"],
19-
visibility = ["//visibility:public"],
2019
)
2120

2221
py_package(
2322
name = "openroad_pkg",
2423
deps = [
2524
":openroadpy",
26-
]
25+
],
2726
)
2827

2928
py_wheel(
3029
name = "openroad_wheel",
3130
distribution = "openroad",
31+
homepage = "https://github.com/The-OpenROAD-Project/OpenROAD",
3232
python_tag = "py3",
3333
version = "0.0.1",
3434
deps = [
3535
":openroad_pkg",
3636
],
37-
)
37+
)

src/gpl/test/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ PY_TESTS = [
9595
"core01",
9696
"error01",
9797
"incremental01",
98-
"incremental02",
9998
"nograd01",
10099
"simple01",
101100
"simple01-obs",

0 commit comments

Comments
 (0)