pkgsrc/devel/py-txaio/Makefile
adam 4c7a2c0b5e py-txaio: updated to 21.2.1
21.2.1
fix: update minimum dependencies (here, and in other crossbar packages) in an attempt to tame the new pip dep resolver madness.
2021-03-02 12:00:10 +00:00

25 lines
709 B
Makefile

# $NetBSD: Makefile,v 1.15 2021/03/02 12:00:10 adam Exp $
DISTNAME= txaio-21.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/txaio/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/crossbario/txaio
COMMENT= Compatibility API between asyncio/Twisted/Trollius
LICENSE= mit
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
do-test:
cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"