[Python-modules-commits] r24281 - in packages/python-urllib3/trunk/debian (4 files)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Fri May 10 03:36:36 UTC 2013
Date: Friday, May 10, 2013 @ 03:36:32
Author: eriol-guest
Revision: 24281
Do not use setuptools
Added:
packages/python-urllib3/trunk/debian/patches/03_no-setuptools.patch
Modified:
packages/python-urllib3/trunk/debian/changelog
packages/python-urllib3/trunk/debian/control
packages/python-urllib3/trunk/debian/patches/series
Modified: packages/python-urllib3/trunk/debian/changelog
===================================================================
--- packages/python-urllib3/trunk/debian/changelog 2013-05-10 01:29:07 UTC (rev 24280)
+++ packages/python-urllib3/trunk/debian/changelog 2013-05-10 03:36:32 UTC (rev 24281)
@@ -8,6 +8,7 @@
* debian/control
- Added python3-six to Build-Depends field
- Bumped debhelper dependency to 8.1 for build-{arch,indep} support
+ - Removed python-setuptools from Build-Depends field
* debian/copyright
- Updated copyright years
- Added stanza for urllib3/packages/ordered_dict.py
@@ -15,8 +16,10 @@
- Refreshed
* debian/patches/02_require-cert-verification.patch
- Refreshed
+ * debian/patches/03_no-setuptools.patch
+ - Do not use setuptools
- -- Daniele Tricoli <eriol at mornie.org> Wed, 08 May 2013 00:51:55 +0200
+ -- Daniele Tricoli <eriol at mornie.org> Fri, 10 May 2013 05:33:16 +0200
python-urllib3 (1.5-1) experimental; urgency=low
Modified: packages/python-urllib3/trunk/debian/control
===================================================================
--- packages/python-urllib3/trunk/debian/control 2013-05-10 01:29:07 UTC (rev 24280)
+++ packages/python-urllib3/trunk/debian/control 2013-05-10 03:36:32 UTC (rev 24281)
@@ -8,7 +8,6 @@
python-all (>= 2.6.6-3),
python-coverage (>= 3.4),
python-nose (>=1.1.2),
- python-setuptools (>= 0.6b3),
python-six,
python-tornado,
python3-all,
Added: packages/python-urllib3/trunk/debian/patches/03_no-setuptools.patch
===================================================================
--- packages/python-urllib3/trunk/debian/patches/03_no-setuptools.patch (rev 0)
+++ packages/python-urllib3/trunk/debian/patches/03_no-setuptools.patch 2013-05-10 03:36:32 UTC (rev 24281)
@@ -0,0 +1,26 @@
+Description: Do not use setuptools.
+Author: Daniele Tricoli <eriol at mornie.org>
+Forwarded: not-needed
+Last-Update: 2013-05-10
+
+--- a/setup.py
++++ b/setup.py
+@@ -5,11 +5,6 @@
+ import os
+ import re
+
+-try:
+- import setuptools
+-except ImportError:
+- pass # No 'develop' command, oh well.
+-
+ base_path = os.path.dirname(__file__)
+
+ # Get the version (borrowed from SQLAlchemy)
+@@ -49,6 +44,4 @@
+ 'urllib3.contrib',
+ ],
+ requires=requirements,
+- tests_require=tests_requirements,
+- test_suite='test',
+ )
Modified: packages/python-urllib3/trunk/debian/patches/series
===================================================================
--- packages/python-urllib3/trunk/debian/patches/series 2013-05-10 01:29:07 UTC (rev 24280)
+++ packages/python-urllib3/trunk/debian/patches/series 2013-05-10 03:36:32 UTC (rev 24281)
@@ -1,2 +1,3 @@
+03_no-setuptools.patch
01_do-not-use-embedded-python-six.patch
02_require-cert-verification.patch
More information about the Python-modules-commits
mailing list