[Python-modules-commits] r3612 - in /packages/traits-ui/trunk/debian: changelog control copyright rules watch

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


Author: certik-guest
Date: Mon Nov 12 23:05:16 2007
New Revision: 3612

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3612
Log:
applying Prabhu changes

Modified:
    packages/traits-ui/trunk/debian/changelog
    packages/traits-ui/trunk/debian/control
    packages/traits-ui/trunk/debian/copyright
    packages/traits-ui/trunk/debian/rules
    packages/traits-ui/trunk/debian/watch

Modified: packages/traits-ui/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/traits-ui/trunk/debian/changelog?rev=3612&op=diff
==============================================================================
--- packages/traits-ui/trunk/debian/changelog (original)
+++ packages/traits-ui/trunk/debian/changelog Mon Nov 12 23:05:16 2007
@@ -1,4 +1,4 @@
-traits-ui (2.5.1b-1~oc1) UNRELEASED; urgency=low
+traits-ui (2.0.1b1~oc1) UNRELEASED; urgency=low
 
   * First unnofficial package revision
 

Modified: packages/traits-ui/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/traits-ui/trunk/debian/control?rev=3612&op=diff
==============================================================================
--- packages/traits-ui/trunk/debian/control (original)
+++ packages/traits-ui/trunk/debian/control Mon Nov 12 23:05:16 2007
@@ -14,5 +14,17 @@
 Architecture: any
 Depends: ${python:Depends}, python-ets-traits (>= 2.5.1b-0)
 XB-Python-Version: ${python:Versions}
-Description: Traits
- See the web
+Description: User interface related modules for traits.
+ Traits lets programmers create  special Python attributes called
+ traits that support the following:
+  * Initialization: A trait attribute can have a default value
+  * Validation: A trait attribute is manifestly typed.
+  * Delegation: The value of a trait attribute can be contained in another
+    object
+  * Notification: Setting the value of a trait attribute can fired
+    callbacks
+  * Visualization: With the TraitsUI package, GUIs can be generated
+    automatically from traited objects.
+ .
+ This package provides the user interface modules in order to visualize the
+ traits.

Modified: packages/traits-ui/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/traits-ui/trunk/debian/copyright?rev=3612&op=diff
==============================================================================
--- packages/traits-ui/trunk/debian/copyright (original)
+++ packages/traits-ui/trunk/debian/copyright Mon Nov 12 23:05:16 2007
@@ -1,146 +1,35 @@
-It was downloaded from http://code.google.com/p/sympy/
+It was downloaded from http://code.enthought.com/downloads/source
 
-Upstream Authors: 
+This software is OSI Certified Open Source Software.
+OSI Certified is a certification mark of the Open Source Initiative.
 
-    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 (c) 2006-2007, Enthought, Inc.
+All rights reserved.
 
-Copyright 2006, 2007 Ondrej Certik
-          2007 Fabian Seoane
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
 
- 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.
+ * 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 Enthought, Inc. nor the names of its contributors may
+   be used to endorse or promote products derived from this software without
+   specific prior written permission.
 
- 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.
+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.
 
- 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.

Modified: packages/traits-ui/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/traits-ui/trunk/debian/rules?rev=3612&op=diff
==============================================================================
--- packages/traits-ui/trunk/debian/rules (original)
+++ packages/traits-ui/trunk/debian/rules Mon Nov 12 23:05:16 2007
@@ -19,4 +19,4 @@
 	#rm $(SITE_PACKAGES)/enthought/traits/ui/__init__.py
 
 get-orig-tarball:
-	wget http://code.enthought.com/downloads/source/ets2.5.1/enthought.traits%5bui%5d.tar.gz -O traits-ui_2.5.1.orig.tar.gz
+	wget http://code.enthought.com/downloads/source/ets2.6/enthought.traits%5bui%5d.tar.gz -O traits-ui_2.0.1b1.orig.tar.gz

Modified: packages/traits-ui/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/traits-ui/trunk/debian/watch?rev=3612&op=diff
==============================================================================
--- packages/traits-ui/trunk/debian/watch (original)
+++ packages/traits-ui/trunk/debian/watch Mon Nov 12 23:05:16 2007
@@ -1,3 +1,3 @@
 version=3
-http://code.google.com/p/sympy/ http://sympy.googlecode.com/files/sympy-(.*)\.tar\.gz
+http://code.enthought.com/downloads/source/ets(.*)/enthought\.traits\[ui\]\.tar\.gz
 




More information about the Python-modules-commits mailing list