pkgsrc/devel/py-pexpect/Makefile
wiz dd906eae28 Update to 3.0.
The new major version number doesn't indicate any deliberate API incompatibility.
We have endeavoured to avoid breaking existing APIs. However, pexpect is under
new maintenance after a long dormancy, so some caution is warranted.

* A new :ref:`unicode API <unicode>` was introduced.
* Python 3 is now supported, using a single codebase.
* Pexpect now requires at least Python 2.6 or 3.2.
* The modules other than pexpect, such as :mod:`pexpect.fdpexpect` and
  :mod:`pexpect.pxssh`, were moved into the pexpect package. For now, wrapper
  modules are installed to the old locations for backwards compatibility (e.g.
  ``import pxssh`` will still work), but these will be removed at some point in
  the future.
* Ignoring ``SIGHUP`` is now optional - thanks to Kimmo Parviainen-Jalanko for
  the patch.
2014-01-17 14:50:52 +00:00

18 lines
448 B
Makefile

# $NetBSD: Makefile,v 1.17 2014/01/17 14:50:52 wiz Exp $
DISTNAME= pexpect-3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= https://pypi.python.org/packages/source/p/pexpect/
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://pexpect.sourceforge.net/
COMMENT= Pure Python Expect-like module
LICENSE= mit
NO_CONFIGURE= yes
USE_LANGUAGES= #none
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"