1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

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
This commit is contained in:
Kubilay Kocak 2014-11-26 03:51:48 +00:00
parent 7e3a92d5a9
commit edf74dd90b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373438
3 changed files with 21 additions and 18 deletions

View File

@ -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-*

View File

@ -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

View File

@ -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