diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2014-11-26 03:51:48 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2014-11-26 03:51:48 +0000 |
commit | edf74dd90b41cba27230d8619f323248df87dbf6 (patch) | |
tree | 16428fedb5b16a7b78f3c0f1f0e6e0a48c604acd | |
parent | Update to 7.0.3 (diff) |
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
Notes
Notes:
svn path=/head/; revision=373438
-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 |