Skip to content

Commit cef19ea

Browse files
committed
new package: python3.12-aioquic
1 parent 0bcf8ce commit cef19ea

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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

0 commit comments

Comments
 (0)