mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 22:20:31 +00:00
addpkg(main/python-msgpack): MessagePack serializer implementation for Python (#19375)
This commit is contained in:
11
packages/python-msgpack/build.sh
Normal file
11
packages/python-msgpack/build.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://github.com/msgpack/msgpack-python
|
||||
TERMUX_PKG_DESCRIPTION="MessagePack serializer implementation for Python"
|
||||
TERMUX_PKG_LICENSE="Apache-2.0"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION="1.0.7"
|
||||
TERMUX_PKG_SRCURL=$TERMUX_PKG_HOMEPAGE/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=b78ea07be26c54f9827195f345d92b6df45b3214dea14ed53f3bc2f662006a3b
|
||||
TERMUX_PKG_AUTO_UPDATE=true
|
||||
TERMUX_PKG_DEPENDS="libc++, python"
|
||||
TERMUX_PKG_PYTHON_COMMON_DEPS="Cython, wheel"
|
||||
TERMUX_PKG_BUILD_IN_SRC=true
|
||||
Reference in New Issue
Block a user