openbsd-ports/devel/py-anytree/Makefile

27 lines
441 B
Makefile

# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:40 sthen Exp $
COMMENT= powerful and lightweight Python tree data structure
MODPY_EGG_VERSION= 2.4.3
DISTNAME= anytree-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
REVISION= 1
CATEGORIES= devel
# Apache 2.0
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_SETUPTOOLS= Yes
FLAVORS = python3
FLAVOR ?=
TEST_DEPENDS= devel/py-nose${MODPY_FLAVOR}
.include <bsd.port.mk>