Skip to main content

aria2-next-bin

Build wheels Build wheels

aria2-next-bin 项目用来把 AnInsomniacy/aria2-next GitHub Releases 中已经构建好的 aria2-next 可执行文件打包成平台专用 Python wheel。本项目已经发布到 PyPI,包名为 aria2-next,安装命令为:

pip install aria2-next

本项目不会从源码编译 aria2-next。

构建

从最新 release 为当前平台构建 wheel:

python3 scripts/build_wheel.py

从最新 release 构建指定目标平台:

python3 scripts/build_wheel.py --target linux-x86_64
python3 scripts/build_wheel.py --target macos-arm64
python3 scripts/build_wheel.py --target windows-x86_64

构建所有支持的目标平台:

python3 scripts/build_wheel.py --target all

从指定 release tag 构建:

python3 scripts/build_wheel.py --release v2.2.6 --target linux-x86_64

也可以通过环境变量指定相同配置:

ARIA2_NEXT_RELEASE=v2.2.6 ARIA2_NEXT_TARGET=linux-x86_64 python3 scripts/build_wheel.py

支持平台

目标 Release asset Wheel 平台标签
linux-x86_64 linux-x86_64 manylinux_2_28_x86_64
linux-aarch64 linux-aarch64 manylinux_2_28_aarch64
macos-x86_64 macos-x86_64 macosx_10_13_x86_64
macos-arm64 macos-arm64 macosx_11_0_arm64
windows-x86_64 windows-x86_64.exe win_amd64
windows-arm64 windows-arm64.exe win_arm64

wheel 版本号来自 GitHub release tag。例如 release v2.2.6 会生成版本号为 2.2.6 的 wheel。

安装和运行

从 PyPI 安装:

pip install aria2-next

从本地 wheel 安装:

python3 -m venv .venv
. .venv/bin/activate
pip install dist/aria2_next-*.whl
aria2-next --version
python -m aria2_next --version

wheel 文件名来自发行包名 aria2-next,安装后的 Python import 包名是 aria2_next。 wheel 会像 uv 一样把真实的 aria2-next 二进制文件安装到当前 Python 环境的脚本目录 (例如虚拟环境的 bin/aria2-next)。python -m aria2_next 会按 uv 的 _find_uv.py 思路定位该二进制文件并执行它。

校验

release 下载文件会使用 SHA-256 校验。构建脚本会优先使用 GitHub asset 的 digest 字段;如果该字段不可用,则下载并解析 release 中的 checksums.sha256 文件。

GitHub Actions 发布

build-wheels workflow 会在 push、PR 和手动触发时构建所有平台 wheel,并上传 aria2-next-bin-wheels artifact。手动触发时可以填写 release 来指定要打包的 aria2-next release。

默认不会上传到 PyPI。需要发布新版本时,在 GitHub Actions 手动运行 workflow,并把 publish 设置为 true。发布使用 twine upload dist/*.whl,凭据从 Secrets 读取:

  • 推荐设置 PYPI_API_TOKEN,workflow 会使用 __token__ 作为 Twine 用户名。
  • 也可以设置标准的 TWINE_USERNAME 和 TWINE_PASSWORD。
  • 如果要上传到 TestPyPI 或私有仓库,可以填写 repository_url。

许可证

打包进去的可执行文件来自 AnInsomniacy/aria2-next,按 GPL-2.0-or-later 分发。 如果所选 release tag 可以获取上游 COPYING 文件,构建出的 wheel 会一并包含该文件。

Release files for aria2-next 2.8.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for aria2-next 2.8.1
File
aria2_next-2.8.1-py3-none-win_arm64.whl Python 3 none Windows ARM64 Details
aria2_next-2.8.1-py3-none-win_amd64.whl Python 3 none Windows x86-64 Details
aria2_next-2.8.1-py3-none-manylinux_2_28_x86_64.whl Python 3 none Linux glibc 2.28+ x86-64 Details
aria2_next-2.8.1-py3-none-manylinux_2_28_aarch64.whl Python 3 none Linux glibc 2.28+ ARM64 Details
aria2_next-2.8.1-py3-none-macosx_11_0_arm64.whl Python 3 none macOS 11.0+ ARM64 Details
aria2_next-2.8.1-py3-none-macosx_10_13_x86_64.whl Python 3 none macOS 10.13+ x86-64 Details
aria2_next-2.8.1-py3-none-android_21_arm64_v8a.whl Python 3 none Android API level 21+ ARM64 v8a Details

Total release size: 54.3 MB

Release files / aria2_next-2.8.1-py3-none-win_arm64.whl

Download URL aria2_next-2.8.1-py3-none-win_arm64.whl
Size 7.0 MB
Tags Python 3 Windows ARM64
SHA-256 checksum
How to use checksums
cdb281d35122fb894a6c5a7d65dda76b3b9785f9b3cb1e75a4a69a951fde2a28
BLAKE2b-256 checksum
How to use checksums
7eeec95078a9dcfa97c7d0e17c43f304c5124083d41c80f11324a10fec7c17f9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.11.16

Release files / aria2_next-2.8.1-py3-none-win_amd64.whl

Download URL aria2_next-2.8.1-py3-none-win_amd64.whl
Size 7.6 MB
Tags Python 3 Windows x86-64
SHA-256 checksum
How to use checksums
fc04c681acbc2bd837d59580bc9c0c000cf41888e20254b9141e522fc4012d2a
BLAKE2b-256 checksum
How to use checksums
3237e2a4e772d9b52f8f1fbf82c253443dd0f75c6b368c0c85034889883f5665
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.11.16

Release files / aria2_next-2.8.1-py3-none-manylinux_2_28_x86_64.whl

Download URL aria2_next-2.8.1-py3-none-manylinux_2_28_x86_64.whl
Size 8.1 MB
Tags Linux glibc 2.28+ x86-64 Python 3
SHA-256 checksum
How to use checksums
dcae3bf271eb42381d036657b30040e46649def3810ca0ead0ffb426c6f1f6df
BLAKE2b-256 checksum
How to use checksums
dd5eab47cb226259e5d76e8ac95ae062bfbc634e6dc03a7ea5b5c088f51321a2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.11.16

Release files / aria2_next-2.8.1-py3-none-manylinux_2_28_aarch64.whl

Download URL aria2_next-2.8.1-py3-none-manylinux_2_28_aarch64.whl
Size 8.4 MB
Tags Linux glibc 2.28+ ARM64 Python 3
SHA-256 checksum
How to use checksums
63975ea7add8e750c21833e055ecf793d0cd692bcc8339f8ce8d309776f45fe2
BLAKE2b-256 checksum
How to use checksums
e5d486973d21226102262a67a60b9e4d6f63164fe61a17edfa78608a96c71bee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.11.16

Release files / aria2_next-2.8.1-py3-none-macosx_11_0_arm64.whl

Download URL aria2_next-2.8.1-py3-none-macosx_11_0_arm64.whl
Size 7.5 MB
Tags Python 3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
be86dc466a978cbf558dcc4ff5f6a1fe5c86fd6d41237cd52856cc8de320686e
BLAKE2b-256 checksum
How to use checksums
f507b0d4a4bfe937934c2eaadac949174095366add0f6ed4d3c8721967286554
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.11.16

Release files / aria2_next-2.8.1-py3-none-macosx_10_13_x86_64.whl

Download URL aria2_next-2.8.1-py3-none-macosx_10_13_x86_64.whl
Size 7.5 MB
Tags Python 3 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
7b7509bdea7a731fc5a1b46321a26213a9aa91295366b8bbb770608b1d11396c
BLAKE2b-256 checksum
How to use checksums
a417d9453cf5c9cd02f688f9c78e5558a71f8f00aed6463a01d8ec13c854a15d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.11.16

Release files / aria2_next-2.8.1-py3-none-android_21_arm64_v8a.whl

Download URL aria2_next-2.8.1-py3-none-android_21_arm64_v8a.whl
Size 8.1 MB
Tags Android API level 21+ ARM64 v8a Python 3
SHA-256 checksum
How to use checksums
d5d9462da233ca1b78a3a0cf3a5ce164b135927153de7be4e06bcd557e04763a
BLAKE2b-256 checksum
How to use checksums
a012d5c0a7344870892b4287ea1b544065d6e51ceffaa23c17279ead9530efc9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.11.16

Release history Release notifications | RSS feed

2.8.2

7 release files

This release

2.8.1 This release

7 release files

2.8.0

7 release files

2.7.5

7 release files

2.7.4

7 release files

2.7.2

7 release files

2.7.1

7 release files

2.7.0

7 release files

2.6.8

7 release files

2.6.7

7 release files

2.6.4

7 release files

2.6.1

7 release files

2.5.9

7 release files

2.5.7

7 release files

2.5.6

7 release files

2.5.5

7 release files

2.5.4

7 release files

2.5.3

7 release files

2.5.2

7 release files

2.5.1

7 release files

2.4.9

7 release files

2.4.6

6 release files

2.4.5

6 release files

2.4.4

6 release files

2.4.3

6 release files

2.4.2

6 release files

2.4.1

6 release files

2.3.5

6 release files

2.3.0

6 release files

2.2.11

6 release files

2.2.6

6 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page