2013-02-09 15:50:27 +01:00
|
|
|
# Created by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
2011-08-26 06:37:53 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= requests
|
2013-06-08 13:28:15 +02:00
|
|
|
PORTVERSION= 1.2.3
|
2011-08-26 06:37:53 +02:00
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2013-02-09 15:50:27 +01:00
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
2012-09-12 14:29:18 +02:00
|
|
|
COMMENT= HTTP library written in Python for human beings
|
2011-08-26 06:37:53 +02:00
|
|
|
|
|
|
|
LICENSE= ISCL
|
|
|
|
|
2013-04-26 04:58:51 +02:00
|
|
|
USE_PYTHON= yes
|
2011-08-26 06:37:53 +02:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
|
2013-04-26 04:58:51 +02:00
|
|
|
regression-test: build
|
|
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} test_requests.py
|
2012-08-27 14:40:41 +02:00
|
|
|
|
2013-09-21 01:36:50 +02:00
|
|
|
NO_STAGE= yes
|
2011-08-26 06:37:53 +02:00
|
|
|
.include <bsd.port.mk>
|