Skip to content

Commit 5da3c7c

Browse files
committed
python3.11-pycryptodomex: bump to 3.21.0
1 parent ddb151e commit 5da3c7c

File tree

1 file changed

+4
-3
lines changed
  • tur-pypi-311/python3.11-pycryptodomex

1 file changed

+4
-3
lines changed

tur-pypi-311/python3.11-pycryptodomex/build.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
TERMUX_PKG_HOMEPAGE=https://www.pycryptodome.org/
22
TERMUX_PKG_DESCRIPTION="A self-contained Python package of low-level cryptographic primitives"
33
TERMUX_PKG_LICENSE="BSD 2-Clause, Public Domain"
4+
TERMUX_PKG_LICENSE_FILE="LICENSE.rst"
45
TERMUX_PKG_MAINTAINER="@termux-user-repository"
5-
TERMUX_PKG_VERSION="3.20.0"
6+
TERMUX_PKG_VERSION="3.21.0"
67
TERMUX_PKG_SRCURL="https://github.com/Legrandin/pycryptodome/archive/refs/tags/v${TERMUX_PKG_VERSION}x.tar.gz"
7-
TERMUX_PKG_SHA256=6bc506460da0952593c4de095f7cffe926a541336afb6dffcc2ab2cb315cc35b
8+
TERMUX_PKG_SHA256=7762d1b658b47e989f21ed844a8bf9a527b130fecec26f0d5076656dc38c0558
89
TERMUX_PKG_DEPENDS="python3.11"
910
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel, 'setuptools==67.8.0'"
1011
TERMUX_PKG_BUILD_IN_SRC=true
@@ -36,6 +37,6 @@ termux_step_make_install() {
3637
}
3738

3839
termux_step_post_make_install() {
39-
mv ./dist/pycryptodomex-$TERMUX_PKG_VERSION-cp35-abi3-linux_$TERMUX_ARCH.whl \
40+
mv ./dist/pycryptodomex-$TERMUX_PKG_VERSION-cp36-abi3-linux_$TERMUX_ARCH.whl \
4041
./dist/pycryptodomex-$TERMUX_PKG_VERSION-cp311-cp311-linux_$TERMUX_ARCH.whl
4142
}

0 commit comments

Comments
 (0)