move chain of ports that py-sphinx depends on to py3-only where other py2-ports don't use them
29 lines
521 B
Makefile
29 lines
521 B
Makefile
# $OpenBSD: Makefile,v 1.33 2021/02/20 13:20:17 sthen Exp $
|
|
|
|
COMMENT= I18N/L10N tools for Python
|
|
|
|
MODPY_EGG_VERSION= 2.8.0
|
|
DISTNAME= Babel-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME:L}
|
|
CATEGORIES= devel
|
|
REVISION= 2
|
|
|
|
HOMEPAGE= http://babel.pocoo.org/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_SETUPTOOLS= Yes
|
|
MODPY_PYTEST= Yes
|
|
|
|
RUN_DEPENDS= devel/py-tz${MODPY_FLAVOR}
|
|
TEST_DEPENDS= devel/py-freezegun${MODPY_FLAVOR}
|
|
|
|
FLAVORS= python3
|
|
FLAVOR= python3
|
|
|
|
.include <bsd.port.mk>
|