Skip to content

Create hook-coincurve#659

Open
earonesty wants to merge 3 commits intopyinstaller:masterfrom
earonesty:patch-1
Open

Create hook-coincurve#659
earonesty wants to merge 3 commits intopyinstaller:masterfrom
earonesty:patch-1

Conversation

@earonesty
Copy link
Copy Markdown

coincurve hooks, tested osx/linux/windows

coincurve hooks, tested osx/linux/windows
Copy link
Copy Markdown
Member

@rokm rokm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also add a basic import test here, and add coincurve==18.0.0 to requirements-test-libraries.txt so that CI will run the added test.

package_path = get_package_paths('coincurve')[0]

# Collect data files
datas = collect_data_files('coincurve')
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What data files are there to collect?

datas.append((libsecp256k1_path, 'coincurve'))
break

assert libsecp256k1_path, f"can't find coincurve libsecp256k1, look in {coincurve_path} and then modify this hook"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason this is not using binaries = collect_dynamic_libs('coincurve')? This should pick up the DLL on Windows.

On linux and macOS, _libsecp256k1 seems to be an extension and should be picked up automatically.

@earonesty
Copy link
Copy Markdown
Author

earonesty commented Nov 3, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants