18 lines
636 B
Bash
18 lines
636 B
Bash
# Template file for 'python3-msgpack'
|
|
pkgname=python3-msgpack
|
|
version=1.0.4
|
|
revision=1
|
|
wrksrc="msgpack-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Python module for Msgpack serializer (Python3)"
|
|
maintainer="skmpz <dem.procopiou@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://msgpack.org/"
|
|
changelog="https://raw.githubusercontent.com/msgpack/msgpack-python/main/ChangeLog.rst"
|
|
distfiles="${PYPI_SITE}/m/msgpack/msgpack-${version}.tar.gz"
|
|
checksum=f5d869c18f030202eb412f08b28d2afeea553d6613aee89e200d7aca7ef01f5f
|