[Python-modules-commits] r22977 - in packages/python3-sympy/trunk (10 files)

takluyver-guest at users.alioth.debian.org takluyver-guest at users.alioth.debian.org
Mon Nov 12 14:24:37 UTC 2012


    Date: Monday, November 12, 2012 @ 14:24:36
  Author: takluyver-guest
Revision: 22977

[svn-inject] Applying Debian modifications (0.7.2-1) to trunk

Added:
  packages/python3-sympy/trunk/debian/
  packages/python3-sympy/trunk/debian/changelog
  packages/python3-sympy/trunk/debian/compat
  packages/python3-sympy/trunk/debian/control
  packages/python3-sympy/trunk/debian/copyright
  packages/python3-sympy/trunk/debian/examples
  packages/python3-sympy/trunk/debian/rules
  packages/python3-sympy/trunk/debian/source/
  packages/python3-sympy/trunk/debian/source/format
  packages/python3-sympy/trunk/debian/watch


Property changes on: packages/python3-sympy/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python3-sympy/trunk/debian/changelog
===================================================================
--- packages/python3-sympy/trunk/debian/changelog	                        (rev 0)
+++ packages/python3-sympy/trunk/debian/changelog	2012-11-12 14:24:36 UTC (rev 22977)
@@ -0,0 +1,5 @@
+python3-sympy (0.7.2-1) unstable; urgency=low
+
+  * Initial packaging of Python 3 version.
+
+ -- Thomas Kluyver <thomas at kluyver.me.uk>  Sun, 28 Oct 2012 15:30:18 +0000

Added: packages/python3-sympy/trunk/debian/compat
===================================================================
--- packages/python3-sympy/trunk/debian/compat	                        (rev 0)
+++ packages/python3-sympy/trunk/debian/compat	2012-11-12 14:24:36 UTC (rev 22977)
@@ -0,0 +1 @@
+8

Added: packages/python3-sympy/trunk/debian/control
===================================================================
--- packages/python3-sympy/trunk/debian/control	                        (rev 0)
+++ packages/python3-sympy/trunk/debian/control	2012-11-12 14:24:36 UTC (rev 22977)
@@ -0,0 +1,26 @@
+Source: python3-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>,
+ Georges Khaznadar <georgesk at ofset.org>
+Build-Depends: debhelper (>= 8), python3-all (>=3.2), python3-setuptools
+X-Python3-Version: >=3.2
+Standards-Version: 3.9.2
+Homepage: http://sympy.org/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python3-sympy/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python3-sympy/trunk/
+XS-DM-Upload-Allowed: yes
+
+Package: python3-sympy
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Recommends: ipython3, python3-numpy, texlive-fonts-extra, dvipng
+Description: Computer Algebra System (CAS) in Python 3
+ 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.
+ .
+ This is the Python 3 version of the package

Added: packages/python3-sympy/trunk/debian/copyright
===================================================================
--- packages/python3-sympy/trunk/debian/copyright	                        (rev 0)
+++ packages/python3-sympy/trunk/debian/copyright	2012-11-12 14:24:36 UTC (rev 22977)
@@ -0,0 +1,175 @@
+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>
+    Kirill Smelkov <kirr at landau.phys.spbu.ru>
+    Ulrich Hecht <ulrich.hecht at gmail.com>
+    Goutham Lakshminarayan <dl.goutham at gmail.com>
+    David Lawrence <dmlawrence at gmail.com>
+    Jaroslaw Tworek <dev.jrx at gmail.com>
+    David Marek <h4wk.cz at gmail.com>
+    Bernhard R. Link <brlink at debian.org>
+    Andrej Tokarčík <androsis at gmail.com>
+    Or Dvory <gidesa at gmail.com>
+    Saroj Adhikari <adh.saroj at gmail.com>
+
+
+Copyright (c) 2006, 2007, 2008 SymPy developers
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+  a. Redistributions of source code must retain the above copyright notice,
+     this list of conditions and the following disclaimer.
+  b. 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.
+  c. Neither the name of the SymPy 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 REGENTS 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.
+
+
+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 files sympy/utilities/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/utilities/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 publicly
+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.
+
+
+The mpmath module is:
+
+Copyright (c) 2005-2008 Fredrik Johansson
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+  a. Redistributions of source code must retain the above copyright notice,
+     this list of conditions and the following disclaimer.
+  b. 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.
+  c. Neither the name of mpmath 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 REGENTS 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/python3-sympy/trunk/debian/examples
===================================================================
--- packages/python3-sympy/trunk/debian/examples	                        (rev 0)
+++ packages/python3-sympy/trunk/debian/examples	2012-11-12 14:24:36 UTC (rev 22977)
@@ -0,0 +1 @@
+examples/*

Added: packages/python3-sympy/trunk/debian/rules
===================================================================
--- packages/python3-sympy/trunk/debian/rules	                        (rev 0)
+++ packages/python3-sympy/trunk/debian/rules	2012-11-12 14:24:36 UTC (rev 22977)
@@ -0,0 +1,35 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+PYTHON3=$(shell py3versions -vr)
+PKGDIR=$(CURDIR)/debian/python3-sympy
+
+%:
+	dh  $@ --with python3
+
+build-python%:
+	python$* setup.py build
+
+override_dh_auto_build: $(PYTHON3:%=build-python%)
+
+install-python%:
+	python$* setup.py install --root=$(PKGDIR) --install-layout=deb
+
+override_dh_auto_install: $(PYTHON3:%=install-python%)
+	mv $(PKGDIR)/usr/bin/isympy $(PKGDIR)/usr/bin/isympy3
+	mv $(PKGDIR)/usr/share/man/man1/isympy.1 $(PKGDIR)/usr/share/man/man1/isympy3.1
+
+MPMATHDIR = sympy/mpmath
+override_dh_clean:
+	dh_clean
+	for f in torture.py extratest_gamma.py; do \
+	  rm -f $(MPMATHDIR)/tests/$$f; \
+	done


Property changes on: packages/python3-sympy/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python3-sympy/trunk/debian/source/format
===================================================================
--- packages/python3-sympy/trunk/debian/source/format	                        (rev 0)
+++ packages/python3-sympy/trunk/debian/source/format	2012-11-12 14:24:36 UTC (rev 22977)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python3-sympy/trunk/debian/watch
===================================================================
--- packages/python3-sympy/trunk/debian/watch	                        (rev 0)
+++ packages/python3-sympy/trunk/debian/watch	2012-11-12 14:24:36 UTC (rev 22977)
@@ -0,0 +1,2 @@
+version=3
+http://code.google.com/p/sympy/downloads/list?can=1 .*/sympy-(\d[\d.]*)-py3(?:[\d.]*)\.tar\.gz




More information about the Python-modules-commits mailing list