[Python-modules-commits] r29496 - in packages/python-networkx/trunk/debian (3 files)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Wed Jun 25 17:22:54 UTC 2014


    Date: Wednesday, June 25, 2014 @ 17:22:53
  Author: zigo
Revision: 29496

Removed 40_no_setuptools_in_requires.txt (there's no setup_egg.py anymore in upstream source code).

Modified:
  packages/python-networkx/trunk/debian/changelog
  packages/python-networkx/trunk/debian/patches/series
Deleted:
  packages/python-networkx/trunk/debian/patches/40_no_setuptools_in_requires.txt

Modified: packages/python-networkx/trunk/debian/changelog
===================================================================
--- packages/python-networkx/trunk/debian/changelog	2014-06-25 17:22:49 UTC (rev 29495)
+++ packages/python-networkx/trunk/debian/changelog	2014-06-25 17:22:53 UTC (rev 29496)
@@ -13,6 +13,8 @@
     upstream.
   * debian/control: removed python-support and added dh-python as build-dep.
   * Added python-3.4.patch (comes from the Ubuntu package).
+  * Removed 40_no_setuptools_in_requires.txt (there's no setup_egg.py anymore
+    in upstream source code).
 
  -- Thomas Goirand <zigo at debian.org>  Sun, 22 Jun 2014 07:11:42 +0000
 

Deleted: packages/python-networkx/trunk/debian/patches/40_no_setuptools_in_requires.txt
===================================================================
--- packages/python-networkx/trunk/debian/patches/40_no_setuptools_in_requires.txt	2014-06-25 17:22:49 UTC (rev 29495)
+++ packages/python-networkx/trunk/debian/patches/40_no_setuptools_in_requires.txt	2014-06-25 17:22:53 UTC (rev 29496)
@@ -1,11 +0,0 @@
-Description: Remove useless setuptools from requires.txt
---- a/setup_egg.py
-+++ b/setup_egg.py
-@@ -48,7 +48,6 @@ if __name__ == "__main__":
-         packages         = packages,
-         data_files       = data,
-         package_data     = package_data,
--        install_requires=['setuptools'],
-         test_suite       = 'nose.collector', 
-         tests_require    = ['nose >= 0.10.1'] ,
-         zip_safe = False

Modified: packages/python-networkx/trunk/debian/patches/series
===================================================================
--- packages/python-networkx/trunk/debian/patches/series	2014-06-25 17:22:49 UTC (rev 29495)
+++ packages/python-networkx/trunk/debian/patches/series	2014-06-25 17:22:53 UTC (rev 29496)
@@ -1,5 +1,4 @@
 10_doc_relocation
 20_example_dirs_remove
 30_use_local_objects.inv
-40_no_setuptools_in_requires.txt
 python-3.4.patch




More information about the Python-modules-commits mailing list