openbsd-ports/devel/py-funcy/Makefile

27 lines
417 B
Makefile

COMMENT = fancy and practical functional tools
MODPY_EGG_VERSION = 1.17
DISTNAME = funcy-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
CATEGORIES = devel
HOMEPAGE = https://github.com/Suor/funcy
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
MODPY_PI = Yes
# needs 'whatever'
NO_TEST = Yes
# py2 used by py-viv_utils
FLAVORS = python3
FLAVOR ?=
.include <bsd.port.mk>