pkgsrc/devel/py-simplegeneric/Makefile
markd 44e2b0fa0b Add py-simplegeneric 0.8.1
The simplegeneric module lets you define simple single-dispatch generic
functions, akin to Python's built-in generic functions like len(), iter()
and so on. However, instead of using specially-named methods,these
generic functions use simple lookup tables, akin to those used by e.g.
pickle.dump() and other generic functions found in
the Python standard library
2017-04-23 03:43:15 +00:00

15 lines
447 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/04/23 03:43:15 markd Exp $
DISTNAME= simplegeneric-0.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/simplegeneric/}
EXTRACT_SUFX= .zip
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://cheeseshop.python.org/pypi/simplegeneric
COMMENT= Simple generic functions for Python
LICENSE= zpl-2.0
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"