File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
tur-pypi-312/python3.12-aioquic Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ TERMUX_PKG_HOMEPAGE=https://github.com/aiortc/aioquic
2+ TERMUX_PKG_DESCRIPTION=" QUIC and HTTP/3 implementation in Python"
3+ TERMUX_PKG_LICENSE=" BSD 3-Clause"
4+ TERMUX_PKG_MAINTAINER=" @termux-user-repository"
5+ TERMUX_PKG_VERSION=" 1.2.0"
6+ TERMUX_PKG_SRCURL=https://github.com/aiortc/aioquic/archive/refs/tags/${TERMUX_PKG_VERSION} .tar.gz
7+ TERMUX_PKG_SHA256=65537a2bc63115b19715b2dcca41dd59c28cfbe5fdb515661700a961a8fc5581
8+ TERMUX_PKG_DEPENDS=" python"
9+ TERMUX_PKG_PYTHON_COMMON_DEPS=" wheel"
10+ TERMUX_PKG_BUILD_IN_SRC=true
11+ TERMUX_PKG_AUTO_UPDATE=true
12+ TERMUX_PKG_UPDATE_TAG_TYPE=" newest-tag"
13+
14+ TERMUX_PYTHON_VERSION=3.12
15+ TERMUX_PYTHON_HOME=$TERMUX_PREFIX /lib/python${TERMUX_PYTHON_VERSION}
16+ TERMUX_PYTHON_CROSSENV_PREFIX=$TERMUX_PKG_BUILDDIR /python${TERMUX_PYTHON_VERSION/ ./ } -crossenv-prefix-$TERMUX_ARCH
17+ TUR_AUTO_AUDIT_WHEEL=true
18+ TUR_AUDIT_WHEEL_NO_LIBS=true
19+
20+ source $TERMUX_SCRIPTDIR /common-files/tur_build_wheel.sh
You can’t perform that action at this time.
0 commit comments