Skip to content

Update from copier (2025-08-01T14:06:29) #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: a03224b
_commit: 9642da9
_src_path: https://github.com/python-project-templates/base.git
add_docs: true
add_extension: rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: cp README.md docs/wiki/Home.md
- uses: Andrew-Chen-Wang/github-wiki-action@v4
- uses: Andrew-Chen-Wang/github-wiki-action@v5
with:
path: docs/wiki
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ develop-rs:

develop: develop-rs develop-py ## setup project for development

.PHONY: requirements-py requirements-rs requirements
requirements-py: ## install prerequisite python build requirements
python -m pip install --upgrade pip toml
python -m pip install `python -c 'import toml; c = toml.load("pyproject.toml"); print("\n".join(c["build-system"]["requires"]))'`
python -m pip install `python -c 'import toml; c = toml.load("pyproject.toml"); print(" ".join(c["project"]["optional-dependencies"]["develop"]))'`

requirements-rs: ## install prerequisite rust build requirements
make -C rust requirements

requirements: requirements-rs requirements-py ## setup project for development

.PHONY: build-py build-rs build dev
build-py:
maturin build
Expand Down
8 changes: 5 additions & 3 deletions rust/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@

.PHONY: develop build
develop: ## install required dev dependencies
.PHONY: requirements develop build
requirements: ## install required dev dependencies
rustup component add rustfmt
rustup component add clippy
cargo install cargo-nextest
cargo install cargo-nextest
cargo install cargo-llvm-cov

develop: requirements ## install required dev dependencies

build: ## build release
cargo build --release --all-features

Expand Down
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy