Compare commits
No commits in common. "fbe6fb01cb87f38d6332ce5035dd4e842d49d0c6" and "bab76643f2d7be45c85c91cf2deb471a1e8963c5" have entirely different histories.
fbe6fb01cb
...
bab76643f2
@ -5,7 +5,7 @@ project(
|
||||
).stdout().strip('\n'),
|
||||
# 'online.fxreader.uv',
|
||||
# ['c', 'cpp'],
|
||||
version: '0.1.5.17+27.11',
|
||||
version: '0.1.5.17+27.9',
|
||||
# default_options: [
|
||||
# 'cpp_std=c++23',
|
||||
# # 'prefer_static=true',
|
||||
|
@ -514,7 +514,6 @@ class CLI(abc.ABC):
|
||||
subprocess.check_call(
|
||||
[
|
||||
str(self.dist_settings.python_path),
|
||||
'-m',
|
||||
'mesonbuild.mesonmain',
|
||||
# shutil_which(
|
||||
# 'meson',
|
||||
|
@ -123,14 +123,3 @@ def interfaces_index() -> list[interfaces_index_t.Interface]:
|
||||
)
|
||||
|
||||
return res
|
||||
|
||||
|
||||
def shutil_rmtree(
|
||||
path: pathlib.Path,
|
||||
preserve_top_path: bool = False,
|
||||
) -> None:
|
||||
if preserve_top_path:
|
||||
for p in path.iterdir():
|
||||
shutil.rmtree(str(p))
|
||||
else:
|
||||
shutil.rmtree(str(path))
|
||||
|
BIN
releases/whl/online_fxreader_pr34-0.1.5.17+27.10-py3-none-any.whl
(Stored with Git LFS)
BIN
releases/whl/online_fxreader_pr34-0.1.5.17+27.10-py3-none-any.whl
(Stored with Git LFS)
Binary file not shown.
BIN
releases/whl/online_fxreader_pr34-0.1.5.17+27.11-py3-none-any.whl
(Stored with Git LFS)
BIN
releases/whl/online_fxreader_pr34-0.1.5.17+27.11-py3-none-any.whl
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user