2018-07-03 07:03:01 +02:00
|
|
|
# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:11 adam Exp $
|
2016-04-19 14:32:36 +02:00
|
|
|
|
2017-12-01 11:27:25 +01:00
|
|
|
DISTNAME= futures-3.2.0
|
2016-04-19 14:32:36 +02:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
2017-12-01 11:27:25 +01:00
|
|
|
CATEGORIES= devel python
|
2016-04-19 14:32:36 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=f/futures/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= https://github.com/agronholm/pythonfutures
|
|
|
|
COMMENT= Library brings asynchronous computations from Python 3.x
|
2017-04-18 17:39:19 +02:00
|
|
|
LICENSE= python-software-foundation
|
2016-04-19 14:32:36 +02:00
|
|
|
|
2018-07-03 07:03:01 +02:00
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # included in 3+
|
2016-04-19 14:32:36 +02:00
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|