-
Notifications
You must be signed in to change notification settings - Fork 7
/
buildpack.toml
46 lines (39 loc) · 2.13 KB
/
buildpack.toml
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
api = "0.7"
[buildpack]
id = "paketo-buildpacks/pip"
name = "Paketo Buildpack for Pip"
sbom-formats = ["application/vnd.cyclonedx+json", "application/spdx+json", "application/vnd.syft+json"]
[[buildpack.licenses]]
type = "Apache-2.0"
uri = "https://github.com/paketo-buildpacks/pip/blob/main/LICENSE"
[metadata]
include-files = ["bin/run", "bin/build", "bin/detect", "buildpack.toml"]
pre-package = "./scripts/build.sh"
[[metadata.dependencies]]
checksum = "sha256:e100bda0c7e0dd20c6a471dbddb027698c3a96263fe7c0d5c196953eb8e82281"
cpe = "cpe:2.3:a:pypa:pip:24.1.2:*:*:*:*:python:*:*"
id = "pip"
licenses = ["MIT"]
purl = "pkg:generic/[email protected]?checksum=e5458a0b89f2755e0ee8c0c77613fe5273e05f337907874d64f13171a898a7ff&download_url=https://files.pythonhosted.org/packages/12/3d/d899257cace386bebb7bdf8a872d5fe3b935cc6381c3ddb76d3e5d99890d/pip-24.1.2.tar.gz"
source = "https://files.pythonhosted.org/packages/12/3d/d899257cace386bebb7bdf8a872d5fe3b935cc6381c3ddb76d3e5d99890d/pip-24.1.2.tar.gz"
source-checksum = "sha256:e5458a0b89f2755e0ee8c0c77613fe5273e05f337907874d64f13171a898a7ff"
stacks = ["*"]
uri = "https://artifacts.paketo.io/pip/pip_24.1.2_noarch_e100bda0.tgz"
version = "24.1.2"
[[metadata.dependencies]]
checksum = "sha256:822dd89d0c3f68bd59e89afaf1e486829b010c2fb05e8c1e9f8b3fb1d4053206"
cpe = "cpe:2.3:a:pypa:pip:24.2.0:*:*:*:*:python:*:*"
id = "pip"
licenses = ["MIT"]
purl = "pkg:generic/[email protected]?checksum=5b5e490b5e9cb275c879595064adce9ebd31b854e3e803740b72f9ccf34a45b8&download_url=https://files.pythonhosted.org/packages/4d/87/fb90046e096a03aeab235e139436b3fe804cdd447ed2093b0d70eba3f7f8/pip-24.2.tar.gz"
source = "https://files.pythonhosted.org/packages/4d/87/fb90046e096a03aeab235e139436b3fe804cdd447ed2093b0d70eba3f7f8/pip-24.2.tar.gz"
source-checksum = "sha256:5b5e490b5e9cb275c879595064adce9ebd31b854e3e803740b72f9ccf34a45b8"
stacks = ["*"]
uri = "https://artifacts.paketo.io/pip/pip_24.2.0_noarch_822dd89d.tgz"
version = "24.2.0"
[[metadata.dependency-constraints]]
constraint = "*"
id = "pip"
patches = 2
[[stacks]]
id = "*"