freebsd-ports/devel/py-multipledispatch/Makefile
Steven Kreuzer d55f214d30 A relatively sane approach to multiple dispatch in Python.
This implementation of multiple dispatch is efficient, mostly complete,
performs static analysis to avoid conflicts, and provides optional namespace
support. It looks good too.

WWW: https://pypi.python.org/pypi/multipledispatch
2015-07-15 19:23:09 +00:00

18 lines
391 B
Makefile

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= multipledispatch
PORTVERSION= 0.4.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Relatively sane approach to multiple dispatch in Python
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>