Skip to content
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

Update gbintk to v1.0.0 #50961

Merged
merged 10 commits into from
Sep 27, 2024
Merged
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
6 changes: 4 additions & 2 deletions recipes/gbintk/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ source:
sha256: 9e0784a6ecf826631dd6c8a84f24d4f0df9c80d2800c5615094fb99750326b3c

build:
number: 0
noarch: python
number: 1
noarch: false
entry_points:
- gbintk = gbintk.cli:main
script:
Expand Down Expand Up @@ -60,5 +60,7 @@ about:
dev_url: "https://github.com/metagentools/gbintk"

extra:
skip-lints:
- should_be_noarch_generic
Vini2 marked this conversation as resolved.
Show resolved Hide resolved
recipe-maintainers:
- Vini2