[Python-modules-commits] r20149 - in packages/flufl.password/trunk/debian (4 files)
warsaw-guest at users.alioth.debian.org
warsaw-guest at users.alioth.debian.org
Fri Jan 27 01:01:53 UTC 2012
Date: Friday, January 27, 2012 @ 01:01:51
Author: warsaw-guest
Revision: 20149
- bump python-flufl.password-docs down to a Suggests
- add setup.py patch to disable distribute_setup
Added:
packages/flufl.password/trunk/debian/patches/
packages/flufl.password/trunk/debian/patches/series
packages/flufl.password/trunk/debian/patches/setup.patch
Modified:
packages/flufl.password/trunk/debian/control
Modified: packages/flufl.password/trunk/debian/control
===================================================================
--- packages/flufl.password/trunk/debian/control 2012-01-27 00:55:02 UTC (rev 20148)
+++ packages/flufl.password/trunk/debian/control 2012-01-27 01:01:51 UTC (rev 20149)
@@ -28,14 +28,16 @@
Package: python-flufl.password
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-flufl.password-docs
+Depends: ${python:Depends}, ${misc:Depends}
+Suggests: python-flufl.password-docs
Description: password hashing and verification (Python 2)
This package provides utilities for hashing and verification of passwords, as
well as generating user-friendly passwords.
Package: python3-flufl.password
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python-flufl.password-docs
+Depends: ${python3:Depends}, ${misc:Depends}
+Suggests: python-flufl.password-docs
Description: password hashing and verification (Python 3)
This package provides utilities for hashing and verification of passwords, as
well as generating user-friendly passwords.
Added: packages/flufl.password/trunk/debian/patches/series
===================================================================
--- packages/flufl.password/trunk/debian/patches/series (rev 0)
+++ packages/flufl.password/trunk/debian/patches/series 2012-01-27 01:01:51 UTC (rev 20149)
@@ -0,0 +1 @@
+setup.patch
Added: packages/flufl.password/trunk/debian/patches/setup.patch
===================================================================
--- packages/flufl.password/trunk/debian/patches/setup.patch (rev 0)
+++ packages/flufl.password/trunk/debian/patches/setup.patch 2012-01-27 01:01:51 UTC (rev 20149)
@@ -0,0 +1,20 @@
+Description: Comment out distribute_setup since this could lead to the
+ downloading of distribute from PyPI.
+Author: Barry Warsaw <barry at python.org>
+Forwarded: not-needed
+
+=== modified file 'setup.py'
+--- a/setup.py 2012-01-23 21:58:35 +0000
++++ b/setup.py 2012-01-27 00:56:49 +0000
+@@ -15,8 +15,8 @@
+ # You should have received a copy of the GNU Lesser General Public License
+ # along with flufl.password. If not, see <http://www.gnu.org/licenses/>.
+
+-import distribute_setup
+-distribute_setup.use_setuptools()
++## import distribute_setup
++## distribute_setup.use_setuptools()
+
+ from setup_helpers import (
+ description, get_version, long_description, require_python)
+
More information about the Python-modules-commits
mailing list