blob: 88c3b1c995f8da46adc728459e65e5d63d4a7b8d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Olivier Duchateau <duchateau.olivier@gmail.com>
# $FreeBSD$
PORTNAME= requests
PORTVERSION= 1.2.3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 1
MAINTAINER= koobs@FreeBSD.org
COMMENT= HTTP library written in Python for human beings (Version 1.x)
LICENSE= ISCL
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
CONFLICTS_INSTALL= py*-requests-*
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} test_requests.py
.include <bsd.port.mk>
|