pkgsrc/lang/py-six/Makefile
adam 189e3b937b Changes 1.6.1:
- Raise an AttributeError for six.moves.X when X is a module not available in
  the current interpreter.

Changes 1.6.0:
- Raise an AttributeError for every attribute of unimportable modules.
- Issue 56: Make the fake modules six.moves puts into sys.modules appear not to
  have a __path__ unless they are loaded.
- Pull request 28: Add support for SplitResult.
- Issue 55: Add move mapping for xmlrpc.server.
- Pull request 29: Add move for urllib.parse.splitquery.
2014-04-12 20:45:14 +00:00

16 lines
444 B
Makefile

# $NetBSD: Makefile,v 1.2 2014/04/12 20:45:14 adam Exp $
DISTNAME= six-1.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel lang python
MASTER_SITES= https://pypi.python.org/packages/source/s/six/
MAINTAINER= ahp-nils@users.sourceforge.net
HOMEPAGE= http://pypi.python.org/pypi/six/
COMMENT= Python 2 and 3 compatibility utilities
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"