17 lines
618 B
Bash
17 lines
618 B
Bash
# Template file for 'python3-msgpack'
|
|
pkgname=python3-msgpack
|
|
version=1.0.2
|
|
revision=1
|
|
wrksrc="msgpack-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Python module for Msgpack serializer (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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=fae04496f5bc150eefad4e9571d1a76c55d021325dcd484ce45065ebbdd00984
|