pkgsrc/math/py-sympy/Makefile
wiz aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00

30 lines
801 B
Makefile

# $NetBSD: Makefile,v 1.11 2012/04/08 19:09:07 wiz Exp $
#
DISTNAME= sympy-0.7.1
PKGNAME= ${PYPKGPREFIX}-sympy-0.7.1
CATEGORIES= math
MASTER_SITES= http://sympy.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/sympy/
COMMENT= Python library for symbolic mathematics
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
post-extract:
${CP} ${WRKSRC}/bin/isympy ${WRKSRC}/bin/isympy${PYVERSSUFFIX}
${CP} ${WRKSRC}/doc/man/isympy.1 \
${WRKSRC}/doc/man/isympy${PYVERSSUFFIX}.1
# advanced.pidigits is broken, don't worry if it fails
do-test:
(cd ${WRKSRC}/examples && ${PYTHONBIN} all.py)
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"