forked from paketo-buildpacks/poetry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildpack.toml
54 lines (45 loc) · 2.48 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
47
48
49
50
51
52
53
54
api = "0.7"
[buildpack]
id = "paketo-buildpacks/poetry"
name = "Paketo Buildpack for Poetry"
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/poetry/blob/main/LICENSE"
[metadata]
include-files = ["bin/run", "bin/build", "bin/detect", "buildpack.toml"]
pre-package = "./scripts/build.sh"
[[metadata.dependencies]]
cpe = "cpe:2.3:a:python-poetry:poetry:1.1.12:*:*:*:*:python:*:*"
id = "poetry"
licenses = ["MIT", "MIT-0"]
name = "Poetry"
purl = "pkg:generic/poetry@1.1.12?checksum=5c66e2357fe37b552462a88b7d31bfa2ed8e84172208becd666933c776252567&download_url=https://files.pythonhosted.org/packages/2e/90/0905a0ad5bb1a9eb8a820337e7c629cde76060fc1dc934e7b8ed450241b8/poetry-1.1.12.tar.gz"
sha256 = "0101090aec487d41219ea462ce0862586008b3b461aa473912c977b489d3fbb5"
source = "https://files.pythonhosted.org/packages/2e/90/0905a0ad5bb1a9eb8a820337e7c629cde76060fc1dc934e7b8ed450241b8/poetry-1.1.12.tar.gz"
source_sha256 = "5c66e2357fe37b552462a88b7d31bfa2ed8e84172208becd666933c776252567"
stacks = ["io.buildpacks.stacks.bionic", "io.buildpacks.stacks.jammy"]
uri = "https://deps.paketo.io/poetry/poetry_1.1.12_linux_noarch_bionic_0101090a.tgz"
version = "1.1.12"
[[metadata.dependencies]]
cpe = "cpe:2.3:a:python-poetry:poetry:1.1.13:*:*:*:*:python:*:*"
id = "poetry"
licenses = ["MIT", "MIT-0"]
name = "Poetry"
purl = "pkg:generic/poetry@1.1.13?checksum=b905ed610085f568aa61574e0e09260c02bff9eae12ff672af39e9f399357ac4&download_url=https://files.pythonhosted.org/packages/bb/54/549ea28f2fae6cea82d566223015234a03d6a88177f12b2104357517be34/poetry-1.1.13.tar.gz"
sha256 = "dad602cae4cab1114ed03a186715aeace5fbae3f6b824a0b46759b9600cf49d3"
source = "https://files.pythonhosted.org/packages/bb/54/549ea28f2fae6cea82d566223015234a03d6a88177f12b2104357517be34/poetry-1.1.13.tar.gz"
source_sha256 = "b905ed610085f568aa61574e0e09260c02bff9eae12ff672af39e9f399357ac4"
stacks = ["io.buildpacks.stacks.bionic", "io.buildpacks.stacks.jammy"]
uri = "https://deps.paketo.io/poetry/poetry_1.1.13_linux_noarch_bionic_dad602ca.tgz"
version = "1.1.13"
[[metadata.dependency-constraints]]
constraint = "1.1.*"
id = "poetry"
patches = 2
[[stacks]]
id = "io.buildpacks.stacks.bionic"
[[stacks]]
id = "io.buildpacks.stacks.jammy"
[[stacks]]
id = "org.cloudfoundry.stacks.cflinuxfs3"