Skip to content

Commit

Permalink
adds one more dep
Browse files Browse the repository at this point in the history
Signed-off-by: Mritunjay <[email protected]>
  • Loading branch information
mritunjaysharma394 committed Dec 13, 2023
1 parent 2e312cc commit fad6241
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 30 deletions.
3 changes: 3 additions & 0 deletions py3-greenlet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ environment:
- wolfi-base
- busybox
- build-base
- py3-setuptools
- python-3
- python-3-dev

pipeline:
- uses: fetch
Expand Down
30 changes: 0 additions & 30 deletions py3-grpcio.yaml

This file was deleted.

37 changes: 37 additions & 0 deletions py3-zope.interface.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Generated from https://pypi.org/project/zope.interface/
package:
name: py3-zope.interface
version: "6.1"
epoch: 0
description: Interfaces for Python
copyright:
- license: ZPL 2.1
dependencies:
runtime:
- py3-setuptools
- python-3

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

pipeline:
- uses: fetch
with:
expected-sha256: 2fdc7ccbd6eb6b7df5353012fbed6c3c5d04ceaca0038f75e601060e95345309
uri: https://files.pythonhosted.org/packages/source/z/zope.interface/zope.interface-${{package.version}}.tar.gz

- name: Python Build
uses: python/build-wheel

- uses: strip

update:
enabled: true
github:
identifier: zopefoundation/zope.interface
use-tag: true

0 comments on commit fad6241

Please sign in to comment.