git: 261507a11787 - main - devel/py-cbor: Clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Jul 2024 16:48:51 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=261507a117876f8e89ca99d5be99c047bc901e4d
commit 261507a117876f8e89ca99d5be99c047bc901e4d
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-18 16:46:02 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-18 16:46:02 +0000
devel/py-cbor: Clean up pkg-descr
---
devel/py-cbor/pkg-descr | 2 --
1 file changed, 2 deletions(-)
diff --git a/devel/py-cbor/pkg-descr b/devel/py-cbor/pkg-descr
index be14595e59b0..c94f4db68e8b 100644
--- a/devel/py-cbor/pkg-descr
+++ b/devel/py-cbor/pkg-descr
@@ -8,5 +8,3 @@ The two primary functions are cbor.loads() and cbor.dumps().
This library includes a C implementation which runs 3-5 times faster than the
Python standard library's C-accelerated implementanion of JSON. This is also
includes a 100% Python implementation.
-
-See also: https://pypi.org/project/cbor/