18 lines
682 B
Bash
18 lines
682 B
Bash
# Template file for 'python3-msgpack'
|
|
# Please ensure this version works with 'borg' before bumping!
|
|
pkgname=python3-msgpack
|
|
version=1.0.8
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Python module for Msgpack serializer"
|
|
maintainer="skmpz <dem.procopiou@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/msgpack/msgpack-python"
|
|
changelog="https://raw.githubusercontent.com/msgpack/msgpack-python/main/ChangeLog.rst"
|
|
distfiles="${PYPI_SITE}/m/msgpack/msgpack-${version}.tar.gz"
|
|
checksum=95c02b0e27e706e48d0e5426d1710ca78e0f0628d6e89d5b5a5b91a5f12274f3
|