File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 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
65py_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
2221py_package (
2322 name = "openroad_pkg" ,
2423 deps = [
2524 ":openroadpy" ,
26- ]
25+ ],
2726)
2827
2928py_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+ )
Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ PY_TESTS = [
9595 "core01" ,
9696 "error01" ,
9797 "incremental01" ,
98- "incremental02" ,
9998 "nograd01" ,
10099 "simple01" ,
101100 "simple01-obs" ,
You can’t perform that action at this time.
0 commit comments