devel/py-u-msgpack-python: Update WWW and clean up pkg-descr

This commit is contained in:
Po-Chuan Hsieh 2023-04-06 01:17:08 +08:00
parent c04c1950e2
commit e396d0f903
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 1 additions and 3 deletions

View file

@ -6,7 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Portable, lightweight MessagePack (de)serializer
WWW= https://pypi.org/project/u-msgpack-python/
WWW= https://github.com/vsergeev/u-msgpack-python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

View file

@ -3,5 +3,3 @@ written in pure Python, compatible with both Python 2 and Python 3, as well as
CPython and PyPy implementations of Python. u-msgpack-python is fully compliant
with the latest MessagePack specification. In particular, it supports the new
binary, UTF-8 string, application-defined ext, and timestamp types.
See also: https://github.com/vsergeev/u-msgpack-python