openbsd-ports/devel/py-funcy/Makefile

27 lines
417 B
Makefile
Raw Normal View History

COMMENT = fancy and practical functional tools
2022-08-26 07:48:24 +00:00
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
2022-08-26 07:48:24 +00:00
# needs 'whatever'
NO_TEST = Yes
# py2 used by py-viv_utils
FLAVORS = python3
FLAVOR ?=
.include <bsd.port.mk>