File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
tur-pypi-311/python3.11-pycryptodomex Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11TERMUX_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"
4+ TERMUX_PKG_LICENSE_FILE=" LICENSE.rst"
45TERMUX_PKG_MAINTAINER=" @termux-user-repository"
5- TERMUX_PKG_VERSION=" 3.20 .0"
6+ TERMUX_PKG_VERSION=" 3.21 .0"
67TERMUX_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
89TERMUX_PKG_DEPENDS=" python3.11"
910TERMUX_PKG_PYTHON_COMMON_DEPS=" wheel, 'setuptools==67.8.0'"
1011TERMUX_PKG_BUILD_IN_SRC=true
@@ -36,6 +37,6 @@ termux_step_make_install() {
3637}
3738
3839termux_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}
You can’t perform that action at this time.
0 commit comments