Revision: 22923 http://sourceforge.net/p/gar/code/22923 Author: opk Date: 2014-01-30 16:33:10 +0000 (Thu, 30 Jan 2014) Log Message: ----------- package for sympy
Added Paths: ----------- csw/mgar/pkg/lang-python/sympy/ csw/mgar/pkg/lang-python/sympy/Makefile csw/mgar/pkg/lang-python/sympy/branches/ csw/mgar/pkg/lang-python/sympy/tags/ csw/mgar/pkg/lang-python/sympy/trunk/ csw/mgar/pkg/lang-python/sympy/trunk/Makefile csw/mgar/pkg/lang-python/sympy/trunk/checksums csw/mgar/pkg/lang-python/sympy/trunk/files/ Added: csw/mgar/pkg/lang-python/sympy/Makefile =================================================================== --- csw/mgar/pkg/lang-python/sympy/Makefile (rev 0) +++ csw/mgar/pkg/lang-python/sympy/Makefile 2014-01-30 16:33:10 UTC (rev 22923) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/lang-python/sympy/trunk =================================================================== --- csw/mgar/pkg/lang-python/sympy/trunk 2014-01-30 15:07:38 UTC (rev 22922) +++ csw/mgar/pkg/lang-python/sympy/trunk 2014-01-30 16:33:10 UTC (rev 22923) Property changes on: csw/mgar/pkg/lang-python/sympy/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/lang-python/sympy/trunk/Makefile =================================================================== --- csw/mgar/pkg/lang-python/sympy/trunk/Makefile (rev 0) +++ csw/mgar/pkg/lang-python/sympy/trunk/Makefile 2014-01-30 16:33:10 UTC (rev 22923) @@ -0,0 +1,22 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = sympy +VERSION = 0.7.4.1 +CATEGORIES = python +GARTYPE = v2 + +DESCRIPTION = Python library for symbolic mathematics +define BLURB + SymPy is a Python library for symbolic mathematics (manipulation). It aims to + become a full-featured computer algebra system (CAS) while keeping the code as + simple as possible in order to be comprehensible and easily extensible. +endef + +VENDOR_URL = http://sympy.org/ +MASTER_SITES = https://github.com/sympy/sympy/releases/download/sympy-$(VERSION)/ +DISTFILES = $(DISTNAME).tar.gz + +ARCHALL = 1 + +include gar/category.mk Property changes on: csw/mgar/pkg/lang-python/sympy/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/lang-python/sympy/trunk/checksums =================================================================== --- csw/mgar/pkg/lang-python/sympy/trunk/checksums (rev 0) +++ csw/mgar/pkg/lang-python/sympy/trunk/checksums 2014-01-30 16:33:10 UTC (rev 22923) @@ -0,0 +1 @@ +2547375b3b7eee17a3f1f4f3038c383d sympy-0.7.4.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.