[Python-modules-commits] [python-virtualenv] 01/01: Don't build the pip and wheel .whl files here.

Barry Warsaw barry at moszumanska.debian.org
Thu Mar 3 21:16:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

barry pushed a commit to branch master
in repository python-virtualenv.

commit 10a01762eea6c022d902de6dfb24226055bf4cbf
Author: Barry Warsaw <barry at python.org>
Date:   Thu Mar 3 16:16:11 2016 -0500

    Don't build the pip and wheel .whl files here.
    
    * d/control: Depend on python-pip-whl >= 8.0.3-3, which adds the pip
      and wheel .whl files.
    * d/rules: Don't dirtbike the pip and wheel .whl files here.  Now all
      .whl files go in python-pip-whl.
---
 debian/changelog | 9 +++++++++
 debian/control   | 6 +++---
 debian/rules     | 4 ----
 3 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9bb7f14..62d654f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-virtualenv (14.0.5+ds-5) UNRELEASED; urgency=medium
+
+  * d/control: Depend on python-pip-whl >= 8.0.3-3, which adds the pip
+    and wheel .whl files.
+  * d/rules: Don't dirtbike the pip and wheel .whl files here.  Now all
+    .whl files go in python-pip-whl.
+
+ -- Barry Warsaw <barry at debian.org>  Thu, 03 Mar 2016 14:51:37 -0500
+
 python-virtualenv (14.0.5+ds-4) unstable; urgency=medium
 
   * d/tests/control: Add allow-stderr restriction.
diff --git a/debian/control b/debian/control
index 0564b91..79569c2 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 9),
                zip,
 Build-Depends-Indep: python-mock,
                      python-nose,
-                     python-pip-whl (>= 8.0.2),
+                     python-pip-whl (>= 8.0.3-3),
                      python-pytest,
                      python-setuptools,
                      python3-mock,
@@ -34,7 +34,7 @@ X-Python3-Version: >= 3.3
 Package: python-virtualenv
 Architecture: all
 Depends: python,
-         python-pip-whl (>= 8.0.2),
+         python-pip-whl (>= 8.0.3-3),
          python-pkg-resources,
          ${misc:Depends},
          ${python3:Depends},
@@ -49,7 +49,7 @@ Description: Python virtual environment creator
 
 Package: python3-virtualenv
 Architecture: all
-Depends: python-pip-whl (>= 8.0.2),
+Depends: python-pip-whl (>= 8.0.3-3),
          python3,
          python3-pkg-resources,
          ${misc:Depends},
diff --git a/debian/rules b/debian/rules
index 71eb611..ffa4921 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,10 +29,6 @@ override_dh_auto_install:
 	mv debian/python3-virtualenv/usr/bin/virtualenv \
 	   debian/virtualenv/usr/bin
 	rm -rf debian/python3-virtualenv/usr/bin
-	# We need pip to be wheeled.
-	mkdir -p $(CURDIR)/debian/virtualenv/usr/share/python-wheels
-	dirtbike pip
-	dirtbike wheel
 
 override_dh_installchangelogs:
 	dh_installchangelogs docs/changes.rst

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-virtualenv.git



More information about the Python-modules-commits mailing list