git: be37ea82d30d - main - www/py-requests: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:39:19 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=be37ea82d30dca7fa55606c00056bfc9317340aa commit be37ea82d30dca7fa55606c00056bfc9317340aa Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:20:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:31:00 +0000 www/py-requests: Update WWW and clean up pkg-descr --- www/py-requests/Makefile | 3 ++- www/py-requests/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/www/py-requests/Makefile b/www/py-requests/Makefile index b6af73b46652..f0759823644f 100644 --- a/www/py-requests/Makefile +++ b/www/py-requests/Makefile @@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python HTTP for Humans -WWW= https://docs.python-requests.org/en/latest/ +WWW= https://docs.python-requests.org/en/latest/ \ + https://github.com/psf/requests LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/www/py-requests/pkg-descr b/www/py-requests/pkg-descr index 6e72ca89b2dd..de758cbd4781 100644 --- a/www/py-requests/pkg-descr +++ b/www/py-requests/pkg-descr @@ -18,5 +18,3 @@ Beloved Features: - Connection Timeouts - Chunked Requests - .netrc Support - -See also: https://github.com/psf/requests