diff --git a/py3-seaborn.yaml b/py3-seaborn.yaml new file mode 100644 index 00000000000..d531484e52b --- /dev/null +++ b/py3-seaborn.yaml @@ -0,0 +1,43 @@ +# Generated from https://pypi.org/project/seaborn/ +package: + name: py3-seaborn + version: 0.13.0 + epoch: 0 + description: Statistical data visualization + copyright: + - license: BSD 3-Clause + dependencies: + runtime: + - numpy + - py3-pandas + - py3-matplotlib + - python3 + +environment: + contents: + packages: + - build-base + - ca-certificates-bundle + - py3-pip + - python3 + - wolfi-base + +pipeline: + - uses: git-checkout + with: + repository: https://github.com/mwaskom/seaborn + expected-commit: c111a81dca54b208d53fa1f4bccb0cb83d2f2bbb + tag: v${{package.version}} + + - name: Python build + runs: | + pip install . --prefix=/usr --root=${{targets.destdir}} + + - uses: strip + +update: + enabled: true + github: + identifier: mwaskom/seaborn + tag-filter: v + strip-prefix: v