python-msgpack: correct homepage

This commit is contained in:
Đoàn Trần Công Danh 2020-03-31 12:15:06 +07:00 committed by Piotr
parent b0dc7d2301
commit ded0de00e5

View file

@ -1,21 +1,22 @@
# Template file for 'python-msgpack'
pkgname=python-msgpack
version=1.0.0
revision=1
revision=2
wrksrc="msgpack-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel"
checkdepends="python3-pytest"
checkdepends="python-pytest python3-pytest"
short_desc="Python module for Msgpack serializer (Python2)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://github.com/msgpack/msgpack-python"
homepage="https://msgpack.org/"
distfiles="${PYPI_SITE}/m/msgpack/msgpack-${version}.tar.gz"
checksum=9534d5cc480d4aff720233411a1f765be90885750b07df772380b34c10ecb5c0
do_check() {
python3 -m pytest
PYTHONPATH=$(pwd)/build-$py2_ver/lib python2 -m pytest
PYTHONPATH=$(pwd)/build-$py3_ver/lib python3 -m pytest
}
python3-msgpack_package() {