bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
20 lines
672 B
Makefile
20 lines
672 B
Makefile
# $NetBSD: Makefile,v 1.4 2022/01/04 20:54:27 wiz Exp $
|
|
|
|
DISTNAME= geventhttpclient-1.5.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=g/geventhttpclient/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/gwik/geventhttpclient
|
|
COMMENT= HTTP client library for gevent
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-brotli-[0-9]*:../../archivers/py-brotli
|
|
DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
|
|
DEPENDS+= ${PYPKGPREFIX}-gevent>=0.13:../../net/py-gevent
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|