sthen 90b405ebad py3-only for py-twisted, a handful of ports that are used as
dependencies of twisted (and deps of deps, and maybe another odd one
crept in).
2021-02-16 23:02:06 +00:00

36 lines
731 B
Makefile

# $OpenBSD: Makefile,v 1.9 2021/02/16 23:02:06 sthen Exp $
COMMENT = finite-state machines in Python
MODPY_EGG_VERSION = 0.8.0
REVISION = 0
DISTNAME = Automat-${MODPY_EGG_VERSION}
PKGNAME = py-automat-${MODPY_EGG_VERSION}
CATEGORIES = devel
HOMEPAGE = https://github.com/glyph/Automat
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
MODPY_PYTEST = Yes
MODPY_PYTEST_ARGS = lib/automat/_test/
BUILD_DEPENDS = devel/py-setuptools_scm${MODPY_FLAVOR} \
textproc/py-m2r${MODPY_FLAVOR}
RUN_DEPENDS = devel/py-attrs${MODPY_FLAVOR} \
devel/py-six${MODPY_FLAVOR} \
TEST_DEPENDS = devel/py-twisted${MODPY_FLAVOR}
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>