fa4863f168
fix: asyncio - remove the hacks for "simulating" chained futures (no longer works - cpy36 has native code for future) new: run CI on Python 3.5 and 3.6
23 lines
698 B
Makefile
23 lines
698 B
Makefile
# $NetBSD: Makefile,v 1.4 2017/06/21 18:39:58 adam Exp $
|
|
|
|
DISTNAME= txaio-2.8.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=t/txaio/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/txaio
|
|
COMMENT= Compatibility API between asyncio/Twisted/Trollius
|
|
LICENSE= mit
|
|
|
|
# TEST_DEPENDS
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
|
|
|
# needs to be installed first
|
|
do-test:
|
|
cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|