freebsd-ports/www/py-requests/Makefile
Marcus von Appen d73826a44e - Update to 0.14.1
PR:		ports/172270
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>
2012-10-06 19:01:15 +00:00

29 lines
711 B
Makefile

# New ports collection makefile for: py-requests
# Date created: 2011-07-30
# Whom: Olivier Duchateau <duchateau.olivier@gmail.com>
#
# $FreeBSD$
#
PORTNAME= requests
PORTVERSION= 0.14.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs.freebsd@gmail.com
COMMENT= HTTP library written in Python for human beings
LICENSE= ISCL
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>0:${PORTSDIR}/security/py-certify \
${PYTHON_PKGNAMEPREFIX}oauthlib>=0.1.0:${PORTSDIR}/security/py-oauthlib
USE_PYTHON= -3.1
USE_PYDISTUTILS= easy_install
test: build
${TOUCH} ${WRKSRC}/tests/__init__.py
cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
.include <bsd.port.mk>