96479b6969
1.6.0: * execnet no longer supports Python 2.6 and 3.3. Users of those Python versions using a recent enough pip should not be affected, as pip will only install 1.5.0 for them. * Update test suite to support pytest>4.
19 lines
560 B
Makefile
19 lines
560 B
Makefile
# $NetBSD: Makefile,v 1.5 2019/04/02 08:40:55 adam Exp $
|
|
|
|
DISTNAME= execnet-1.6.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=e/execnet/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/execnet
|
|
COMMENT= Rapid multi-Python deployment
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-apipkg>=1.4:../../devel/py-apipkg
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|