landry d9bbd82b85 Import py-constantly 15.1.0, from Pavel Korovin
A library that provides symbolic constant support.
It includes collections and constants with text, numeric, and bit flag values.
Originally twisted.python.constants from the Twisted project.

ok sthen@
2017-05-03 12:07:02 +00:00

25 lines
391 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2017/05/03 12:07:02 landry Exp $
COMMENT = symbolic constants in Python
MODPY_EGG_VERSION = 15.1.0
DISTNAME = constantly-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS= Yes
FLAVORS = python3
FLAVOR ?=
NO_TEST = Yes
.include <bsd.port.mk>