forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpy3-bcrypt-3.2.yaml
80 lines (73 loc) · 1.86 KB
/
py3-bcrypt-3.2.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
package:
name: py3-bcrypt-3.2
version: "3.2.2"
epoch: 0
description: Modern password hashing for your software and your servers
copyright:
- license: Apache-2.0
dependencies:
provider-priority: 0
vars:
pypi-package: bcrypt
import: bcrypt
data:
- name: py-versions
items:
3.10: '310'
3.11: '311'
3.12: '312'
3.13: '313'
environment:
contents:
packages:
- py3-supported-build-base-dev
- py3-supported-cffi
pipeline:
- uses: git-checkout
with:
expected-commit: a86360fef7859054c6a8050cf67e62127f5e2643
repository: https://github.com/pyca/bcrypt
tag: ${{package.version}}
subpackages:
- range: py-versions
name: py${{range.key}}-${{vars.pypi-package}}-3.2
description: python${{range.key}} version of ${{vars.pypi-package}}
dependencies:
provider-priority: ${{range.value}}
provides:
- py3-${{vars.pypi-package}}
runtime:
- py${{range.key}}-cffi
pipeline:
- uses: py/pip-build-install
with:
python: python${{range.key}}
- uses: strip
test:
pipeline:
- uses: python/import
with:
python: python${{range.key}}
imports: |
import ${{vars.import}}
- name: py3-supported-${{vars.pypi-package}}-3.2
description: meta package providing ${{vars.pypi-package}} for supported python versions.
dependencies:
runtime:
- py3.10-${{vars.pypi-package}}-3.2
- py3.11-${{vars.pypi-package}}-3.2
- py3.12-${{vars.pypi-package}}-3.2
- py3.13-${{vars.pypi-package}}-3.2
test:
pipeline:
- uses: python/import
with:
python: python3.10
import: ${{vars.pypi-package}}
update:
enabled: true
manual: false
github:
identifier: pyca/bcrypt
use-tag: true
tag-filter: 3.2.