9b79a460ba
future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead.
17 lines
444 B
Makefile
17 lines
444 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/05/08 07:22:24 wen Exp $
|
|
|
|
DISTNAME= future-0.15.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=f/future/}
|
|
|
|
MAINTAINER= gde@llew.me
|
|
HOMEPAGE= https://python-future.org/
|
|
COMMENT= Clean single-source support for Python 3 and 2
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|