diff --git a/py3-conda-package-handling.yaml b/py3-conda-package-handling.yaml new file mode 100644 index 000000000000..2c100e6105e9 --- /dev/null +++ b/py3-conda-package-handling.yaml @@ -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 diff --git a/py3-conda-package-streaming.yaml b/py3-conda-package-streaming.yaml new file mode 100644 index 000000000000..4ec0d70b3c22 --- /dev/null +++ b/py3-conda-package-streaming.yaml @@ -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 diff --git a/py3-zstandard.yaml b/py3-zstandard.yaml new file mode 100644 index 000000000000..f6f0848905ed --- /dev/null +++ b/py3-zstandard.yaml @@ -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