bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
23 lines
580 B
Makefile
23 lines
580 B
Makefile
# $NetBSD: Makefile,v 1.8 2022/01/04 20:55:30 wiz Exp $
|
|
|
|
DISTNAME= hyperframe-6.0.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hyperframe/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/python-hyper/hyperframe
|
|
COMMENT= HTTP/2 framing layer for Python
|
|
LICENSE= mit
|
|
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYSETUPTESTTARGET= pytest
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|