mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
06bfe378c6
- Update pkg-plist - Remove unnecessary RUN_DEPENDS - Update USE_PYTHON version compatibility - Update regression-test: target - Update pkg-descr and WWW: tab->space - Remove unnecessary patches Changes: https://github.com/kennethreitz/requests/blob/v1.1.0/HISTORY.rst PR: ports/174646 Submitted by: rene, Alexey V. Degtyarev <alexey@renatasystems.org> Approved by: eadler (mentor)
22 lines
448 B
Makefile
22 lines
448 B
Makefile
# Created by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= requests
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= HTTP library written in Python for human beings
|
|
|
|
LICENSE= ISCL
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
regression-test: build
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} test_requests.py
|
|
|
|
.include <bsd.port.mk>
|