-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwheel.yaml
45 lines (43 loc) · 1.93 KB
/
wheel.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
package: gitlab_ci_verify_bin
executable: gitlab-ci-verify
name: gitlab-ci-verify-bin
version: !Env VERSION
summary: Validate and lint your gitlab ci files using ShellCheck, the Gitlab API and curated checks
description: |
This is the binary distribution of [gitlab-ci-verify](https://github.com/timo-reymann/gitlab-ci-verify).
You are probably looking for [gitlab-ci-verify](https://pypi.org/project/gitlab-ci-verify) which provides the parsing
and convenient helpers.
license: GPL-3.0
requires_python: ">=3.8"
classifier:
- "License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
- "Development Status :: 4 - Beta"
- "Intended Audience :: Developers"
- "Environment :: Console"
- "Environment :: MacOS X"
- "Operating System :: POSIX"
- "Operating System :: Unix"
- "Environment :: Win32 (MS Windows)"
- "Programming Language :: Python :: 3"
- "Programming Language :: Python :: 3.8"
- "Programming Language :: Python :: 3.9"
- "Programming Language :: Python :: 3.10"
- "Programming Language :: Python :: 3.11"
- "Programming Language :: Python :: 3.12"
project_urls:
"Homepage": "https://github.com/timo-reymann/gitlab-ci-verify"
"Source Code": "https://github.com/timo-reymann/gitlab-ci-verify.git"
"Bug Tracker": "https://github.com/timo-reymann/gitlab-ci-verify/issues"
source: !WheelSource
implementation: binary_wheel_builder.api.wheel_sources.platform_based_file.PlatformBasedFileSource
executable_path: gitlab-ci-verify
file_name_mapping:
!WellknownPlatform MAC_SILICON: "dist/gitlab-ci-verify_darwin-arm64"
!WellknownPlatform MAC_INTEL: "dist/gitlab-ci-verify_darwin-amd64"
!WellknownPlatform LINUX_GENERIC_x84_64: "dist/gitlab-ci-verify_linux-amd64"
!WellknownPlatform WINDOWS_x86_64: "dist/gitlab-ci-verify_windows-amd64.exe"
platforms:
- !WellknownPlatform MAC_INTEL
- !WellknownPlatform MAC_SILICON
- !WellknownPlatform LINUX_GENERIC_x84_64
- !WellknownPlatform WINDOWS_x86_64