pkgsrc-wip/py-sympy-core/Makefile
Kamel Ibn Aziz Derouiche d84102ba3c Import py25-sympycore-0.1 as wip/py-sympy-core.
The aim of the  SympyCore  project is to seek out new high Performance
solutions to represent and manipulate symbolic expressions in the Python
programming language, and to try out new symbolic models to achive fundamentally
consistent and sufficiently general symbolic model that would be easy to extend
to a Computer Algebra System (CAS).

See SympyCore Demo and SympyCore User's Guide for examples. Various performance
improvements are reported in Performance History and SympyCore Benchmark sites.

Sympycore is inspired by many attempts to implement CAS for Python and it is
created to fix SymPy performance and robustness issues. Sympycore does not yet
have nearly as many features as SymPy. Our goal is to work on in direction of
merging the efforts with the SymPy project in the future.
2009-06-17 23:15:08 +00:00

27 lines
694 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/06/17 23:15:08 jihbed Exp $
#
DISTNAME= sympycore-0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= http://sympycore.googlecode.com/files/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://code.google.com/p/sympycore/
COMMENT= SympyCore an efficient pure Python Computer Algebra System
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
HTMLDIR= ${PREFIX}/share/doc/html/py-sympycore
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${HTMLDIR}
${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DESTDIR}${HTMLDIR}
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"