mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
bbf0bee207
- Update to 2.2.1 - Enable STAGE support - Enable AUTOPLIST support - Deprecate easy_install target - Add CONFLICTS against www/py-requests1 PR: ports/185631 Submitted by: olivierd
25 lines
502 B
Makefile
25 lines
502 B
Makefile
# Created by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= requests
|
|
PORTVERSION= 2.2.1
|
|
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= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
CONFLICTS_INSTALL= py*-requests1-*
|
|
|
|
regression-test: build
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} test_requests.py
|
|
|
|
.include <bsd.port.mk>
|