File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ def test_customized_wheel(self):
7575 self .assertEquals (record_contents , b"""\
7676 example_customized-0.0.1.dist-info/METADATA,sha256=TeeEmokHE2NWjkaMcVJuSAq4_AXUoIad2-SLuquRmbg,372
7777example_customized-0.0.1.dist-info/RECORD,,
78- example_customized-0.0.1.dist-info/WHEEL,sha256=F01lGfVCzcXUzzQHzUkBmXAcu_TXd5zqMLrvrspncJo,85
78+ example_customized-0.0.1.dist-info/WHEEL,sha256=sobxWSyDDkdg_rinUth-jxhXHqoNqlmNMJY3aTZn2Us,91
7979example_customized-0.0.1.dist-info/entry_points.txt,sha256=mEWsq4sMoyqR807QV8Z3KPocGfKvtgTo1lBFTRb6b78,150
8080experimental/examples/wheel/lib/data.txt,sha256=9vJKEdfLu8bZRArKLroPZJh1XKkK3qFMXiM79MBL2Sg,12
8181experimental/examples/wheel/lib/module_with_data.py,sha256=K_IGAq_CHcZX0HUyINpD1hqSKIEdCn58d9E9nhWF2EA,636
@@ -84,7 +84,7 @@ def test_customized_wheel(self):
8484""" )
8585 self .assertEquals (wheel_contents , b"""\
8686 Wheel-Version: 1.0
87- Generator: wheelmaker 1.0
87+ Generator: bazel- wheelmaker 1.0
8888Root-Is-Purelib: true
8989Tag: py3-none-any
9090""" )
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ tries to locate `.runfiles` directory which is not packaged in the wheel.
318318 "_wheelmaker" : attr .label (
319319 executable = True ,
320320 cfg = "host" ,
321- default = "//experimental/rules_python :wheelmaker" ,
321+ default = "//experimental/tools :wheelmaker" ,
322322 ),
323323 },
324324 _distribution_attrs ,
File renamed without changes.
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def add_wheelfile(self):
122122 # TODO(pstradomski): Support non-purelib wheels.
123123 wheel_contents = """\
124124 Wheel-Version: 1.0
125- Generator: wheelmaker 1.0
125+ Generator: bazel- wheelmaker 1.0
126126Root-Is-Purelib: true
127127"""
128128 for tag in self .disttags ():
You can’t perform that action at this time.
0 commit comments