![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / devel / py-futures / Makefile (download)
Revision 1.9, Mon Sep 2 13:19:43 2019 UTC (4 years, 3 months ago) by adam
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 |
# $NetBSD: Makefile,v 1.9 2019/09/02 13:19:43 adam Exp $ DISTNAME= futures-3.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python 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 LICENSE= python-software-foundation PYTHON_VERSIONS_ACCEPTED= 27 # included in 3+ USE_LANGUAGES= # none .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"