[Python-apps-commits] r218 - in /packages/cython/trunk/debian: changelog control

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


Author: certik-guest
Date: Mon Nov 12 23:40:28 2007
New Revision: 218

URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=218
Log:
fixed dependencies + description

Modified:
    packages/cython/trunk/debian/changelog
    packages/cython/trunk/debian/control

Modified: packages/cython/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/cython/trunk/debian/changelog?rev=218&op=diff
==============================================================================
--- packages/cython/trunk/debian/changelog (original)
+++ packages/cython/trunk/debian/changelog Mon Nov 12 23:40:28 2007
@@ -1,4 +1,4 @@
-cython (0.9.6.8.ds-1~oc1) UNRELEASED; urgency=low
+cython (0.9.6.8.ds-1~oc2) UNRELEASED; urgency=low
 
   * Initial Debian upload
 

Modified: packages/cython/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-apps/packages/cython/trunk/debian/control?rev=218&op=diff
==============================================================================
--- packages/cython/trunk/debian/control (original)
+++ packages/cython/trunk/debian/control Mon Nov 12 23:40:28 2007
@@ -6,19 +6,20 @@
 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/
+Homepage: http://www.cython.org/
 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
+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/cython/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/cython/trunk/?op=log
 
 Package: cython
 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.
+Description: C-Extensions for Python
+ Cython is a language that makes writing C extensions for the Python language as
+ easy as Python itself.
+ .
+ Cython is based on the well-known Pyrex, but supports more cutting edge
+ functionality and optimizations.
+ .
+ Development of Cython is mainly motivated by the needs of SAGE. 




More information about the Python-apps-commits mailing list