bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
20 lines
589 B
Makefile
20 lines
589 B
Makefile
# $NetBSD: Makefile,v 1.3 2022/01/04 20:53:46 wiz Exp $
|
|
|
|
DISTNAME= txrequests-0.9.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=t/txrequests/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/tardyp/txrequests
|
|
COMMENT= Asynchronous Python HTTP Requests for Humans
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-requests>=1.2.0:../../devel/py-requests
|
|
DEPENDS+= ${PYPKGPREFIX}-twisted>=9.0.0:../../net/py-twisted
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|