diff --git a/py3-idna.yaml b/py3-idna.yaml new file mode 100644 index 00000000000..0824dbdaa3e --- /dev/null +++ b/py3-idna.yaml @@ -0,0 +1,40 @@ +# Generated from https://pypi.org/project/idna/ +package: + name: py3-idna + version: "3.4" + epoch: 0 + description: Internationalized Domain Names in Applications (IDNA) + copyright: + - license: BSD-3-Clause + dependencies: + runtime: + - python3 + +environment: + contents: + packages: + - ca-certificates-bundle + - wolfi-base + - busybox + - build-base + - python3 + - py3-setuptools + +pipeline: + - uses: fetch + with: + expected-sha256: 814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4 + uri: https://files.pythonhosted.org/packages/8b/e1/43beb3d38dba6cb420cefa297822eac205a277ab43e5ba5d5c46faf96438/idna-${{package.version}}.tar.gz + + - 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 + release-monitor: + identifier: 5487 diff --git a/py3-llhttp.yaml b/py3-llhttp.yaml new file mode 100644 index 00000000000..22c03b499e1 --- /dev/null +++ b/py3-llhttp.yaml @@ -0,0 +1,41 @@ +# Generated from https://pypi.org/project/llhttp/ +package: + name: py3-llhttp + version: 6.0.9.0 + epoch: 0 + description: llhttp in python + copyright: + - license: MIT + dependencies: + runtime: + - python3 + +environment: + contents: + packages: + - ca-certificates-bundle + - wolfi-base + - busybox + - build-base + - python3 + - py3-setuptools + - python3-dev + +pipeline: + - uses: fetch + with: + expected-sha256: 701e93cbc53189bdf06550b82820bb87b795f4a62716d861b8418679dce9a792 + uri: https://files.pythonhosted.org/packages/55/14/b15172bc24a30bf7fc068aea506277e953edc09ec6e49a2bde5abe934345/llhttp-${{package.version}}.tar.gz + + - 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 + release-monitor: + identifier: 201061 diff --git a/py3-requests.yaml b/py3-requests.yaml new file mode 100644 index 00000000000..05f61593f41 --- /dev/null +++ b/py3-requests.yaml @@ -0,0 +1,44 @@ +# Generated from https://pypi.org/project/requests/ +package: + name: py3-requests + version: 2.31.0 + epoch: 0 + description: Python HTTP for Humans. + copyright: + - license: Apache 2.0 + dependencies: + runtime: + - py3-charset-normalizer + - py3-idna + - py3-urllib3 + - py3-certifi + - python3 + +environment: + contents: + packages: + - ca-certificates-bundle + - wolfi-base + - busybox + - build-base + - python3 + - py3-setuptools + +pipeline: + - uses: fetch + with: + expected-sha256: 942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1 + uri: https://files.pythonhosted.org/packages/9d/be/10918a2eac4ae9f02f6cfe6414b7a155ccd8f7f9d4380d62fd5b955065c3/requests-${{package.version}}.tar.gz + + - 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 + release-monitor: + identifier: 4004