bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
21 lines
644 B
Makefile
21 lines
644 B
Makefile
# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:31 wiz Exp $
|
|
|
|
DISTNAME= pysendfile-2.0.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pysendfile/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/giampaolo/pysendfile
|
|
COMMENT= Python interface to sendfile(2)
|
|
LICENSE= mit
|
|
|
|
NOT_FOR_PLATFORM+= NetBSD-*-* # no sendfile(2) syscall
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
|
|
DEPENDS+= ${PYPKGPREFIX}-six>=1.10:../../lang/py-six
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|