File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tur-pypi-311/python3.11-pycryptodomex Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.pycryptodome.org/
22TERMUX_PKG_DESCRIPTION=" A self-contained Python package of low-level cryptographic primitives"
33TERMUX_PKG_LICENSE=" BSD 2-Clause, Public Domain"
44TERMUX_PKG_MAINTAINER=" @termux-user-repository"
5- TERMUX_PKG_VERSION=" 3.20 .0"
5+ TERMUX_PKG_VERSION=" 3.21 .0"
66TERMUX_PKG_SRCURL=" https://github.com/Legrandin/pycryptodome/archive/refs/tags/v${TERMUX_PKG_VERSION} x.tar.gz"
7- TERMUX_PKG_SHA256=6bc506460da0952593c4de095f7cffe926a541336afb6dffcc2ab2cb315cc35b
7+ TERMUX_PKG_SHA256=7762d1b658b47e989f21ed844a8bf9a527b130fecec26f0d5076656dc38c0558
88TERMUX_PKG_DEPENDS=" python3.11"
99TERMUX_PKG_PYTHON_COMMON_DEPS=" wheel, 'setuptools==67.8.0'"
1010TERMUX_PKG_BUILD_IN_SRC=true
@@ -36,6 +36,6 @@ termux_step_make_install() {
3636}
3737
3838termux_step_post_make_install () {
39- mv ./dist/pycryptodomex-$TERMUX_PKG_VERSION -cp35 -abi3-linux_$TERMUX_ARCH .whl \
39+ mv ./dist/pycryptodomex-$TERMUX_PKG_VERSION -cp36 -abi3-linux_$TERMUX_ARCH .whl \
4040 ./dist/pycryptodomex-$TERMUX_PKG_VERSION -cp311-cp311-linux_$TERMUX_ARCH .whl
4141}
You can’t perform that action at this time.
0 commit comments