Skip to content

Commit

Permalink
Merge pull request #6121 from jspeed-meyers/add-seaborn-package
Browse files Browse the repository at this point in the history
python: add seaborn package
  • Loading branch information
imjasonh authored Oct 1, 2023
2 parents defba25 + 941c68b commit 4c40716
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions py3-seaborn.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4c40716

Please sign in to comment.