View | Details | Raw Unified | Return to bug 170536
Collapse All | Expand All

(-)./Makefile (-2 / +2 lines)
Lines 6-18 Link Here
6
#
6
#
7
7
8
PORTNAME=	requests
8
PORTNAME=	requests
9
PORTVERSION=	0.13.5
9
PORTVERSION=	0.13.6
10
CATEGORIES=	www python
10
CATEGORIES=	www python
11
MASTER_SITES=	CHEESESHOP
11
MASTER_SITES=	CHEESESHOP
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
13
13
14
MAINTAINER=	koobs.freebsd@gmail.com
14
MAINTAINER=	koobs.freebsd@gmail.com
15
COMMENT=	Requests is an elegant and simple HTTP library for Python
15
COMMENT=	Requests is a HTTP library, written in Python, for human beings
16
16
17
LICENSE=	ISCL
17
LICENSE=	ISCL
18
18
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (requests-0.13.5.tar.gz) = c6abb4b15a3f2aaad18c22b214b9b35d69ec4e2730c5b922f95f17a88981f957
1
SHA256 (requests-0.13.6.tar.gz) = 3cca63908f1b941d2da61ef0e8baf7bf014cc0df6512e172b8d2ac87be82b916
2
SIZE (requests-0.13.5.tar.gz) = 519553
2
SIZE (requests-0.13.6.tar.gz) = 520031
(-)./pkg-descr (-2 / +16 lines)
Lines 1-3 Link Here
1
Requests: HTTP for Humans. It's an elegand and simple HTTP library for Python.
1
Requests is an ISC Licensed HTTP library, written in Python, for human beings.
2
2
3
WWW: http://python-requests.org/
3
Features
4
- International Domains and URLs
5
- Keep-Alive & Connection Pooling
6
- Sessions with Cookie Persistence
7
- Browser-style SSL Verification
8
- Basic/Digest Authentication
9
- Elegant Key/Value Cookies
10
- Automatic Decompression
11
- Unicode Response Bodies
12
- Multipart File Uploads
13
- Connection Timeouts
14
- .netrc support
15
- Thread-safe
16
17
WWW:	http://python-requests.org/

Return to bug 170536