git: e396d0f90325 - main - devel/py-u-msgpack-python: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:37:35 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e396d0f9032569e4e0dde64889e63643b0f2418b commit e396d0f9032569e4e0dde64889e63643b0f2418b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:17:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:30:37 +0000 devel/py-u-msgpack-python: Update WWW and clean up pkg-descr --- devel/py-u-msgpack-python/Makefile | 2 +- devel/py-u-msgpack-python/pkg-descr | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/devel/py-u-msgpack-python/Makefile b/devel/py-u-msgpack-python/Makefile index dffc26490e6d..47450f538d3a 100644 --- a/devel/py-u-msgpack-python/Makefile +++ b/devel/py-u-msgpack-python/Makefile @@ -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 diff --git a/devel/py-u-msgpack-python/pkg-descr b/devel/py-u-msgpack-python/pkg-descr index ee2e6c419157..20dd4efdc96f 100644 --- a/devel/py-u-msgpack-python/pkg-descr +++ b/devel/py-u-msgpack-python/pkg-descr @@ -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