Skip to content

Commit

Permalink
Merge pull request #11776 from kranurag7/kr/add-codespell
Browse files Browse the repository at this point in the history
add codespell package
  • Loading branch information
ajayk authored Jan 28, 2024
2 parents b126ee9 + 36db3bc commit e0ad0a9
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions py3-codespell.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
package:
name: py3-codespell
version: 2.2.6
epoch: 0
description: "checker for common misspellings "
copyright:
- license: GPL-2.0-or-later

environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- py3-pip
- py3-setuptools
- python3
- wolfi-base

pipeline:
- uses: git-checkout
with:
repository: https://github.com/codespell-project/codespell
tag: v${{package.version}}
expected-commit: 6e41aba91fb32e9feb741a6258eefeb9c6e4a482

- name: Python Build
uses: python/build-wheel

- uses: strip

update:
enabled: true
github:
identifier: codespell-project/codespell
strip-prefix: v

0 comments on commit e0ad0a9

Please sign in to comment.