Skip to content

Commit

Permalink
Merge pull request #5419 from dlorenc/pydeps
Browse files Browse the repository at this point in the history
Add three more python packages.
  • Loading branch information
dlorenc authored Sep 11, 2023
2 parents 441a05c + b530ce8 commit 46c022f
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 0 deletions.
42 changes: 42 additions & 0 deletions py3-parsedatetime.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Generated from https://pypi.org/project/parsedatetime/
package:
name: py3-parsedatetime
version: "2.6"
epoch: 0
description: Parse human-readable date/time text.
copyright:
- license: Apache License 2.0
dependencies:
runtime:
- python3

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

pipeline:
- uses: git-checkout
with:
expected-commit: c55337589ee582813182b74f2d3ae80e2fcd9738
repository: https://github.com/bear/parsedatetime
tag: v${{package.version}}

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

- uses: strip

update:
enabled: true
github:
identifier: bear/parsedatetime
strip-prefix: v
use-tag: true
42 changes: 42 additions & 0 deletions py3-psycopg2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Generated from https://pypi.org/project/psycopg2/
package:
name: py3-psycopg2
version: 2.9.7
epoch: 0
description: psycopg2 - Python-PostgreSQL Database Adapter
copyright:
- license: LGPL with exceptions
dependencies:
runtime:
- python3

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

pipeline:
- uses: git-checkout
with:
repository: https://github.com/psycopg/psycopg2
tag: ${{package.version}}
expected-commit: 3eee3e336d6f7d6f92cb42f1426eefd5f95afa6b

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

- uses: strip

update:
enabled: true
github:
identifier: psycopg/psycopg2
42 changes: 42 additions & 0 deletions py3-pydantic-core.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Generated from https://pypi.org/project/pydantic-core/
package:
name: py3-pydantic-core
version: 2.7.0
epoch: 0
copyright:
- license: MIT
dependencies:
runtime:
- py3-typing-extensions
- python3

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

pipeline:
- uses: git-checkout
with:
expected-commit: 01a1523afafd8ab5c9073633905c3792c7d06483
repository: https://github.com/pydantic/pydantic-core
tag: v${{package.version}}

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

- uses: strip

update:
enabled: true
github:
identifier: pydantic/pydantic-core
strip-prefix: v

0 comments on commit 46c022f

Please sign in to comment.