suggested by dsuch. DESCR: One of the best features of python is that you can use and learn it interactively. rlcompleter2 enhances this interactive experience. It is a major improvement over the rlcompleter module in the 2.2 standard lib. I recommend that you simply install it and see if you like it. User interface is simple: hit <tab> one or more times during typing your python statements. If you sometimes use python interactively you will certainly enjoy it. If you don't work interactively then you should :-)
19 lines
520 B
Makefile
19 lines
520 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/04/22 23:42:11 mpasternak Exp $
|
|
#
|
|
|
|
DISTNAME= rlcompleter2-0.95
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://codespeak.net/rlcompleter2/download/
|
|
|
|
MAINTAINER= dotz@irc.pl
|
|
HOMEPAGE= http://codespeak.net/rlcompleter2/index.cgi?home
|
|
COMMENT= Python command line completion
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-readline>=0:../../devel/py-readline
|
|
|
|
PY_PATCHPLIST= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|