[Python-apps-commits] r214 - in /packages/cython/trunk/debian: ./ README.Debian changelog compat control copyright docs examples pycompat rules watch

certik-guest at users.alioth.debian.org certik-guest at users.alioth.debian.org
Mon Nov 12 23:19:21 UTC 2007


Author: certik-guest
Date: Mon Nov 12 23:19:21 2007
New Revision: 214

URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=214
Log:
adding the first version of Cython, basically just a copy of sympy, needs a lot of work now

Added:
    packages/cython/trunk/debian/
    packages/cython/trunk/debian/README.Debian
    packages/cython/trunk/debian/changelog
    packages/cython/trunk/debian/compat
    packages/cython/trunk/debian/control
    packages/cython/trunk/debian/copyright
    packages/cython/trunk/debian/docs
    packages/cython/trunk/debian/examples
    packages/cython/trunk/debian/pycompat
    packages/cython/trunk/debian/rules   (with props)
    packages/cython/trunk/debian/watch

Added: packages/cython/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/python-apps/packages/cython/trunk/debian/README.Debian?rev=214&op=file
==============================================================================
--- packages/cython/trunk/debian/README.Debian (added)
+++ packages/cython/trunk/debian/README.Debian Mon Nov 12 23:19:21 2007
@@ -1,0 +1,24 @@
+SymPy for Debian
+----------------
+
+Web page of SymPy: http://code.google.com/p/sympy
+
+This package contains the sympy Python package, so in Python you can do
+
+import sympy
+
+and it will just work. It also contains the 
+
+isympy
+
+program, that is basically just a python/ipython shell, that imports the
+frequently used commands. It's highly recommended for playing with SymPy. See
+"man isympy" for more info. 
+
+All the documentation for SymPy can be found on the home page.
+
+Examples can be found in 
+
+/usr/share/doc/python-sympy/examples
+
+Ondrej Certik <ondrej at certik.cz>

Added: packages/cython/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/cython/trunk/debian/changelog?rev=214&op=file
==============================================================================
--- packages/cython/trunk/debian/changelog (added)
+++ packages/cython/trunk/debian/changelog Mon Nov 12 23:19:21 2007
@@ -1,0 +1,72 @@
+sympy (0.5.5-1) unstable; urgency=low
+
+  * New upstream version
+  * The long description improved to include the word "manipulation", which
+    applies to this package
+
+ -- Ondrej Certik <ondrej at certik.cz>  Sat, 20 Oct 2007 23:49:03 +0200
+
+sympy (0.5.4-1) unstable; urgency=low
+
+  * New upstream release
+  * Homepage field added
+  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
+
+ -- Ondrej Certik <ondrej at certik.cz>  Sat, 06 Oct 2007 22:33:33 +0200
+
+sympy (0.5.3-1) unstable; urgency=low
+
+  * New upstream release 
+
+ -- Ondrej Certik <ondrej at certik.cz>  Fri, 14 Sep 2007 16:54:48 +0200
+
+sympy (0.5.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Removing linda override, since it doesn't stop linda from complaining
+  * Removing tests from /usr/share/doc/python-sympy/tests (upstream ships them
+    inside the site-packages dir, we simply remove them in the Debian package)
+  * Not building man page, since upstream ships it by default
+  * Removing the dependency on python-libxslt1 and python-libxml2 since the
+    upstream no longer depends on them
+  * Added python-imaging and python-ctypes to Depends (for pyglet module)
+
+ -- Ondrej Certik <ondrej at certik.cz>  Tue, 21 Aug 2007 18:59:54 -0700
+
+sympy (0.4.2-1) unstable; urgency=low
+
+  * New upstream release. 
+
+ -- Ondrej Certik <ondrej at certik.cz>  Sun, 08 Jul 2007 03:23:19 +0200
+
+sympy (0.4.1-1) unstable; urgency=low
+
+  * New upstream version.
+  * added tests to /usr/share/doc/python-sympy/tests/
+  * added SymPy's logo to /usr/share/pixmaps
+  * debian/python-sympy.linda-overrides: added
+  * Added python-opengl to Recommends
+
+ -- Ondrej Certik <ondrej at certik.cz>  Tue, 19 Jun 2007 11:25:37 +0200
+
+sympy (0.4.0-1) unstable; urgency=low
+
+  * New upstream version.
+  * changed the long description according to the upstream webpage
+  * put all upstream authors, the creator and the license of the SymPy's logo
+    into the copyright file
+
+ -- Ondrej Certik <ondrej at certik.cz>  Mon, 18 Jun 2007 17:41:34 +0200
+
+sympy (0.4~pre+svn780-2) unstable; urgency=low
+
+  * Added Debian Python Modules Team to Uploaders
+  * Changed "XS-Python-Version: all" to "XS-Python-Version: >=2.4"
+
+ -- Ondrej Certik <ondrej at certik.cz>  Wed, 16 May 2007 12:51:06 +0200
+
+sympy (0.4~pre+svn780-1) unstable; urgency=low
+
+  * Initial Debian release (closes: #418410) 
+
+ -- Ondrej Certik <ondrej at certik.cz>  Sun, 13 May 2007 17:52:55 +0200

Added: packages/cython/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-apps/packages/cython/trunk/debian/compat?rev=214&op=file
==============================================================================
--- packages/cython/trunk/debian/compat (added)
+++ packages/cython/trunk/debian/compat Mon Nov 12 23:19:21 2007
@@ -1,0 +1,1 @@
+5

Added: packages/cython/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-apps/packages/cython/trunk/debian/control?rev=214&op=file
==============================================================================
--- packages/cython/trunk/debian/control (added)
+++ packages/cython/trunk/debian/control Mon Nov 12 23:19:21 2007
@@ -1,0 +1,24 @@
+Source: sympy
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Ondrej Certik <ondrej at certik.cz>
+Build-Depends: cdbs (>=0.4.41), debhelper (>= 5), python-all-dev (>=2.3.5-11)
+Build-Depends-Indep: python-central (>= 0.5)
+Standards-Version: 3.7.2
+Homepage: http://code.google.com/p/sympy/
+XS-Python-Version: >=2.4
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/sympy/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/?op=log
+
+Package: python-sympy
+Architecture: all 
+Depends: ${python:Depends}
+Recommends: libgtkmathview-bin, python-opengl, python-imaging, python-ctypes
+XB-Python-Version: ${python:Versions}
+Description: Computer Algebra System (CAS) in Python
+ 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. SymPy
+ is written entirely in Python and does not require any external libraries,
+ except optionally for plotting support.

Added: packages/cython/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-apps/packages/cython/trunk/debian/copyright?rev=214&op=file
==============================================================================
--- packages/cython/trunk/debian/copyright (added)
+++ packages/cython/trunk/debian/copyright Mon Nov 12 23:19:21 2007
@@ -1,0 +1,146 @@
+It was downloaded from http://code.google.com/p/sympy/
+
+Upstream Authors: 
+
+    Ondrej Certik <ondrej at certik.cz>
+    Fabian Seoane <fabian at fseoane.net>
+    Jurjen N.E. Bos <jnebos at gmail.com>
+    Mateusz Paprocki <mattpap at gmail.com>
+    Brian Jorgensen <brian.jorgensen at gmail.com>
+    Jason Gedge <inferno1386 at gmail.com>
+    Robert Schwarz <lethargo at googlemail.com>
+    Pearu Peterson <pearu.peterson at gmail.com>
+    Fredrik Johansson <fredrik.johansson at gmail.com>
+    Chris Wu <chris.wu at gmail.com>
+
+Copyright 2006, 2007 Ondrej Certik
+          2007 Fabian Seoane
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License with
+ the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL;
+ if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth
+ Floor, Boston, MA 02110-1301, USA.
+
+On Debian systems, the complete text of the GNU General Public
+License, version 2, can be found in /usr/share/common-licenses/GPL-2.
+
+
+This package was debianized by Fabian Seoane <fabian at fseoane.net> on
+Wed, 21 Mar 2007 13:56:19 +0100.
+
+Current maintainer is Ondrej Certik <ondrej at certik.cz>.
+
+The file sympy/modules/decorator.py is Copyright Michele Simionato
+(http://www.phyast.pitt.edu/~micheles/python/documentation.html)
+
+ Redistributions of source code must retain the above copyright 
+ notice, this list of conditions and the following disclaimer.
+ Redistributions in bytecode form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in
+ the documentation and/or other materials provided with the
+ distribution. 
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
+ OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
+ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
+ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+ DAMAGE.
+
+The files sympy/modules/mathml/data/mmlctop.xsl and
+sympy/modules/mathml/data/simple_mmlctop.xsl are
+(C) Copyright 2000-2003 Symbolic Computation Laboratory, 
+                        University of Western Ontario,
+                        London, Canada N6A 5B7.
+
+
+The file sympy/modules/mathml/data/mmltex.xsl is
+Copyright (C) 2001, 2002 Vasil Yaroshevich
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the ``Software''), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or
+sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+Except as contained in this notice, the names of individuals
+credited with contribution to this software shall not be used in
+advertising or otherwise to promote the sale, use or other
+dealings in this Software without prior written authorization
+from the individuals in question.
+
+Any stylesheet derived from this Software that is publically
+distributed will be identified with a different name and the
+version strings in any derived Software will be changed so that
+no possibility of confusion between the derived package and this
+Software will exist.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT.  IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER
+CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+The files in doc/logo/* are copyright 2007, Fredrik Johansson and the license
+is the new BSD:
+
+I created this logo and permit its free use on the same terms as the rest of
+Sympy's code and documentation.
+
+The pyglet module is:
+
+ Copyright (c) 2006-2007 Alex Holkner
+ All rights reserved.
+ 
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions 
+ are met:
+
+  * Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+  * Redistributions in binary form must reproduce the above copyright 
+    notice, this list of conditions and the following disclaimer in
+    the documentation and/or other materials provided with the
+    distribution.
+  * Neither the name of the pyglet nor the names of its
+    contributors may be used to endorse or promote products
+    derived from this software without specific prior written
+    permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+ FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.

Added: packages/cython/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-apps/packages/cython/trunk/debian/docs?rev=214&op=file
==============================================================================
--- packages/cython/trunk/debian/docs (added)
+++ packages/cython/trunk/debian/docs Mon Nov 12 23:19:21 2007
@@ -1,0 +1,1 @@
+README

Added: packages/cython/trunk/debian/examples
URL: http://svn.debian.org/wsvn/python-apps/packages/cython/trunk/debian/examples?rev=214&op=file
==============================================================================
--- packages/cython/trunk/debian/examples (added)
+++ packages/cython/trunk/debian/examples Mon Nov 12 23:19:21 2007
@@ -1,0 +1,1 @@
+examples/*

Added: packages/cython/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-apps/packages/cython/trunk/debian/pycompat?rev=214&op=file
==============================================================================
--- packages/cython/trunk/debian/pycompat (added)
+++ packages/cython/trunk/debian/pycompat Mon Nov 12 23:19:21 2007
@@ -1,0 +1,1 @@
+2

Added: packages/cython/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/cython/trunk/debian/rules?rev=214&op=file
==============================================================================
--- packages/cython/trunk/debian/rules (added)
+++ packages/cython/trunk/debian/rules Mon Nov 12 23:19:21 2007
@@ -1,0 +1,16 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+DEB_PYTHON_SYSTEM=pycentral
+
+DEB_COMPRESS_EXCLUDE := .py
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+binary-post-install/python-sympy::
+	find debian/python-sympy/usr/share/pycentral/ -name tests -type d | xargs rm -rf '{}'
+
+get-orig-tarball:
+	wget http://www.cython.org/cython-0.9.6.8.zip
+	unzip cython-0.9.6.8.zip

Propchange: packages/cython/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/cython/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-apps/packages/cython/trunk/debian/watch?rev=214&op=file
==============================================================================
--- packages/cython/trunk/debian/watch (added)
+++ packages/cython/trunk/debian/watch Mon Nov 12 23:19:21 2007
@@ -1,0 +1,3 @@
+version=3
+http://code.google.com/p/sympy/ http://sympy.googlecode.com/files/sympy-(.*)\.tar\.gz
+




More information about the Python-apps-commits mailing list