Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:39:19 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: be37ea82d30d - main - www/py-requests: Update WWW and clean up pkg-descr
Message-ID:  <202304051739.335HdJ2m090006@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051739.335HdJ2m090006>