ports/devel/py-future/Makefile

27 lines
510 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= compatibility layer between Python 2 and Python 3
MODPY_EGG_VERSION= 0.18.3
REVISION= 1
2023-08-16 22:26:55 +00:00
DISTNAME= future-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= devel
# https://github.com/PythonCharmers/python-future
HOMEPAGE= https://python-future.org/
2023-08-16 22:26:55 +00:00
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
# tests trigger "ImportError: This package should not be accessible on Python 3"
NO_TEST= Yes
2023-08-16 22:26:55 +00:00
FLAVORS= python3
FLAVOR= python3
2023-08-16 22:26:55 +00:00
.include <bsd.port.mk>