Skip to content
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
42 changes: 42 additions & 0 deletions py3-conda-package-handling.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Generated from https://pypi.org/project/conda-package-handling/
package:
name: py3-conda-package-handling
version: 2.2.0
epoch: 0
description: Create and extract conda packages of various formats.
copyright:
- license: "BSD-3-Clause"
dependencies:
runtime:
- py3-conda-package-streaming
- python3

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

pipeline:
- uses: git-checkout
with:
repository: https://github.com/conda/conda-package-handling
tag: ${{package.version}}
expected-commit: 7dbe812e964743a3a62b5a307f3d10ce70435885

- name: Python Build
runs: python setup.py build

- name: Python Install
runs: python setup.py install --prefix=/usr --root="${{targets.destdir}}"

- uses: strip

update:
enabled: true
github:
identifier: conda/conda-package-handling
46 changes: 46 additions & 0 deletions py3-conda-package-streaming.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Generated from https://pypi.org/project/conda-package-streaming/
package:
name: py3-conda-package-streaming
version: 0.9.0
epoch: 0
description: An efficient library to read from new and old format .conda and .tar.bz2 conda packages.
copyright:
- license: "BSD-3-Clause"
dependencies:
runtime:
- py3-requests
- py3-zstandard
- python3

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

pipeline:
- uses: git-checkout
with:
repository: https://github.com/conda/conda-package-streaming
tag: v${{package.version}}
expected-commit: 7e16205faf5434c40c7c75568b6e775c78dccf87

- name: Python Build
runs: python -m build

- name: Python Install
runs: python -m installer -d "${{targets.destdir}}" dist/*.whl

- uses: strip

update:
enabled: true
github:
identifier: conda/conda-package-streaming
strip-prefix: v
44 changes: 44 additions & 0 deletions py3-zstandard.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Generated from https://pypi.org/project/zstandard/
package:
name: py3-zstandard
version: 0.21.0
epoch: 0
description: Zstandard bindings for Python
copyright:
- license: BSD
dependencies:
runtime:
- py3-cffi
- python3

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

pipeline:
- uses: git-checkout
with:
repository: https://github.com/indygreg/python-zstandard
tag: ${{package.version}}
expected-commit: 80be4ef4553075008533525b732ba60e2678d5b6

- name: Python Build
runs: python setup.py build

- name: Python Install
runs: python setup.py install --prefix=/usr --root="${{targets.destdir}}"

- uses: strip

update:
enabled: true
github:
identifier: indygreg/python-zstandard
use-tag: true