19 lines
572 B
Makefile
19 lines
572 B
Makefile
# $NetBSD: Makefile,v 1.16 2015/08/12 18:31:16 gls Exp $
|
|
|
|
DISTNAME= requests-2.7.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel www
|
|
MASTER_SITES= https://pypi.python.org/packages/source/r/requests/
|
|
|
|
MAINTAINER= imil@NetBSD.org
|
|
HOMEPAGE= http://docs.python-requests.org/en/latest/
|
|
COMMENT= HTTP library, written in Python, for human beings
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= c
|
|
REPLACE_PYTHON= requests/certs.py requests/packages/chardet/chardetect.py
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|