28 lines
817 B
Makefile
28 lines
817 B
Makefile
# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:12 adam Exp $
|
|
|
|
DISTNAME= ipython-0.10.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel lang
|
|
MASTER_SITES= http://archive.ipython.org/release/0.10.2/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ipython.org/
|
|
COMMENT= Interactive computing environment for Python
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
|
|
DEPENDS+= ${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect
|
|
|
|
PYTHON_SELF_CONFLICT= yes
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.10.2 (1.0 is out)
|
|
|
|
USE_LANGUAGES= # none
|
|
USE_TOOLS+= gunzip
|
|
|
|
# let not to install compressed man pages.
|
|
pre-configure:
|
|
${RUN}cd ${WRKSRC}/docs/man; gunzip *.1.gz
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|