[Python-modules-commits] r12477 - in packages/dajaxice/trunk/debian (5 files)

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Sat Apr 3 23:51:26 UTC 2010


    Date: Saturday, April 3, 2010 @ 23:51:20
  Author: angelabad-guest
Revision: 12477

* New upstream release
* New patch remove_zip_safe_for_distutils, remove unrecognized
  zip_safe option in setup.py
* New patch remove_setuptools, remove unnecesary dependency to python-
  setuptools in setup.py

Added:
  packages/dajaxice/trunk/debian/patches/
  packages/dajaxice/trunk/debian/patches/remove_setuptools
  packages/dajaxice/trunk/debian/patches/remove_zip_safe_for_distutils
  packages/dajaxice/trunk/debian/patches/series
Modified:
  packages/dajaxice/trunk/debian/changelog

Modified: packages/dajaxice/trunk/debian/changelog
===================================================================
--- packages/dajaxice/trunk/debian/changelog	2010-04-03 23:25:04 UTC (rev 12476)
+++ packages/dajaxice/trunk/debian/changelog	2010-04-03 23:51:20 UTC (rev 12477)
@@ -1,3 +1,13 @@
+dajaxice (0.1.3-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * New patch remove_zip_safe_for_distutils, remove unrecognized
+    zip_safe option in setup.py
+  * New patch remove_setuptools, remove unnecesary dependency to python-
+    setuptools in setup.py
+
+ -- Angel Abad <angelabad at gmail.com>  Sun, 04 Apr 2010 01:50:00 +0200
+
 dajaxice (0.1.2-2) unstable; urgency=low
 
   * debian/control: now B-D on python (>= 2.4)

Added: packages/dajaxice/trunk/debian/patches/remove_setuptools
===================================================================
--- packages/dajaxice/trunk/debian/patches/remove_setuptools	                        (rev 0)
+++ packages/dajaxice/trunk/debian/patches/remove_setuptools	2010-04-03 23:51:20 UTC (rev 12477)
@@ -0,0 +1,15 @@
+Author: Angel Abge <angelabad at gmail.com>
+Description: Remove setuptools unnecesary dependency
+Bug: http://github.com/jorgebastida/django-dajaxice/issues#issue/10
+
+--- a/setup.py
++++ b/setup.py
+@@ -1,7 +1,4 @@
+-try:
+-    from setuptools import setup
+-except:
+-    from distutils.core import setup
++from distutils.core import setup
+ 
+ setup(
+     name = "django-dajaxice",

Added: packages/dajaxice/trunk/debian/patches/remove_zip_safe_for_distutils
===================================================================
--- packages/dajaxice/trunk/debian/patches/remove_zip_safe_for_distutils	                        (rev 0)
+++ packages/dajaxice/trunk/debian/patches/remove_zip_safe_for_distutils	2010-04-03 23:51:20 UTC (rev 12477)
@@ -0,0 +1,21 @@
+Author: Angel Abad <angelabad at gmail.com>
+Desciption: Remove zip_safe unrecognized option
+Bug: http://github.com/jorgebastida/django-dajaxice/issues#issue/9
+
+--- a/setup.py
++++ b/setup.py
+@@ -13,7 +13,6 @@
+     url = "http://dajaxproject.com",
+     packages= ['dajaxice', 'dajaxice.templatetags', 'dajaxice.core', 'dajaxice.management.commands'],
+     package_data = {'dajaxice': ['templates/dajaxice/*']},
+-    zip_safe = False,
+     classifiers=['Development Status :: 4 - Beta',
+                 'Environment :: Web Environment',
+                 'Framework :: Django',
+@@ -22,4 +21,4 @@
+                 'Operating System :: OS Independent',
+                 'Programming Language :: Python',
+                 'Topic :: Utilities']
+-)
+\ No newline at end of file
++)

Added: packages/dajaxice/trunk/debian/patches/series
===================================================================
--- packages/dajaxice/trunk/debian/patches/series	                        (rev 0)
+++ packages/dajaxice/trunk/debian/patches/series	2010-04-03 23:51:20 UTC (rev 12477)
@@ -0,0 +1,2 @@
+remove_zip_safe_for_distutils
+remove_setuptools




More information about the Python-modules-commits mailing list