-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathwheel.yaml
37 lines (37 loc) · 1.5 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
package: deterministic_zip_go
executable: deterministic-zip
name: deterministic-zip-go
version: !Env CIRCLE_TAG
summary: deterministic-zip wrapped for usage with pip and/or python.
description: !FileContent README.md
license: MIT
requires_python: ">=3.8"
classifier:
- "Development Status :: 5 - Production/Stable"
- "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/deterministic-zip"
"Source Code": "https://github.com/timo-reymann/deterministic-zip.git"
"Bug Tracker": "https://github.com/timo-reymann/deterministic-zip"
source: !WheelSource
implementation: binary_wheel_builder.api.wheel_sources.platform_based_file.PlatformBasedFileSource
executable_path: deterministic-zip
file_name_mapping:
!WellknownPlatform MAC_SILICON: "dist/deterministic-zip_darwin-arm64"
!WellknownPlatform MAC_INTEL: "dist/deterministic-zip_darwin-amd64"
!WellknownPlatform LINUX_GENERIC_x84_64: "dist/deterministic-zip_linux-amd64"
platforms:
- !WellknownPlatform MAC_INTEL
- !WellknownPlatform MAC_SILICON
- !WellknownPlatform LINUX_GENERIC_x84_64