diff options
author | koobs <koobs@FreeBSD.org> | 2014-11-26 11:51:48 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-11-26 11:51:48 +0800 |
commit | 2235eee6fc8a7e0fcdc26832b72834b9d36b20b9 (patch) | |
tree | 16428fedb5b16a7b78f3c0f1f0e6e0a48c604acd /www | |
parent | 522bfb83cdf0eb0221cfb064aad766044abcafd2 (diff) | |
download | freebsd-ports-gnome-2235eee6fc8a7e0fcdc26832b72834b9d36b20b9.tar.gz freebsd-ports-gnome-2235eee6fc8a7e0fcdc26832b72834b9d36b20b9.tar.zst freebsd-ports-gnome-2235eee6fc8a7e0fcdc26832b72834b9d36b20b9.zip |
www/py-requests: Update to 2.4.3
- Update to 2.4.3
- Update to USES and USE_PYTHON new world order
- Add LICENSE_FILE
- Add TEST_DEPENDS
- Update pkg-descr
Changes:
https://github.com/kennethreitz/requests/blob/v2.4.3/HISTORY.rst
Diffstat (limited to 'www')
-rw-r--r-- | www/py-requests/Makefile | 10 | ||||
-rw-r--r-- | www/py-requests/distinfo | 4 | ||||
-rw-r--r-- | www/py-requests/pkg-descr | 25 |
3 files changed, 21 insertions, 18 deletions
diff --git a/www/py-requests/Makefile b/www/py-requests/Makefile index f5f9d9a5ff41..08009a15554c 100644 --- a/www/py-requests/Makefile +++ b/www/py-requests/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= requests -PORTVERSION= 2.3.0 +PORTVERSION= 2.4.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,12 @@ MAINTAINER= koobs@FreeBSD.org COMMENT= HTTP library written in Python for human beings LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.3.4:${PORTSDIR}/devel/py-pytest + +USES= python +USE_PYTHON= autoplist distutils CONFLICTS_INSTALL= py*-requests1-* diff --git a/www/py-requests/distinfo b/www/py-requests/distinfo index 247dc8eeaee6..fd5d35214c20 100644 --- a/www/py-requests/distinfo +++ b/www/py-requests/distinfo @@ -1,2 +1,2 @@ -SHA256 (requests-2.3.0.tar.gz) = 1c1473875d846fe563d70868acf05b1953a4472f4695b7b3566d1d978957b8fc -SIZE (requests-2.3.0.tar.gz) = 429521 +SHA256 (requests-2.4.3.tar.gz) = 53c68313c5c6149b1a899234c000296e60a8900682accf73d6f0c6d608afc6b1 +SIZE (requests-2.4.3.tar.gz) = 438132 diff --git a/www/py-requests/pkg-descr b/www/py-requests/pkg-descr index c10e4cd52034..b4168782b7b0 100644 --- a/www/py-requests/pkg-descr +++ b/www/py-requests/pkg-descr @@ -2,17 +2,18 @@ Requests is an ISC Licensed HTTP library, written in Python, for human beings. Features: - * International Domains and URLs - * Keep-Alive & Connection Pooling - * Sessions with Cookie Persistence - * Browser-style SSL Verification - * Basic/Digest Authentication - * Elegant Key/Value Cookies - * Automatic Decompression - * Unicode Response Bodies - * Multipart File Uploads - * Connection Timeouts - * Thread-safety - * HTTP(S) Proxy Support + * International Domains and URLs + * Keep-Alive & Connection Pooling + * Sessions with Cookie Persistence + * Browser-style SSL Verification + * Basic/Digest Authentication + * Elegant Key/Value Cookies + * Automatic Decompression + * Unicode Response Bodies + * Multipart File Uploads + * Connection Timeouts + * .netrc support + * Python 2.6-3.4 + * Thread-safe WWW: http://python-requests.org |