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 @@ -1,38 +1,39 @@ PORTNAME= requests PORTVERSION= 2.28.2 CATEGORIES= www python MASTER_SITES= PYPI 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 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=2017.4.17:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}charset-normalizer>=2<4:textproc/py-charset-normalizer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=2.5<4:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1,1<1.27,1:net/py-urllib3@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.6:net/py-pysocks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-httpbin>=0.0.7:devel/py-pytest-httpbin@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0,1:devel/py-pytest-xdist@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}trustme>=0:security/py-trustme@${PY_FLAVOR} USES= cpe python:3.7+ USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes CPE_VENDOR= python OPTIONS_DEFINE= SOCKS OPTIONS_DEFAULT=SOCKS SOCKS_DESC= Extra socks functionalities SOCKS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.6:net/py-pysocks@${PY_FLAVOR} .include 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 @@ -1,22 +1,20 @@ Requests is an elegant and simple HTTP library for Python, built for human beings. Beloved Features: - Requests is ready for today’s web. - Keep-Alive & Connection Pooling - International Domains and URLs - Sessions with Cookie Persistence - Browser-style SSL Verification - Automatic Content Decoding - Basic/Digest Authentication - Elegant Key/Value Cookies - Automatic Decompression - Unicode Response Bodies - HTTP(S) Proxy Support - Multipart File Uploads - Streaming Downloads - Connection Timeouts - Chunked Requests - .netrc Support - -See also: https://github.com/psf/requests