[Python-modules-commits] [python-pip] 01/01: Build the pip and wheel .whl files here.
Barry Warsaw
barry at moszumanska.debian.org
Thu Mar 3 21:15:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository python-pip.
commit ca8dcc0cbf903a3090e7430bdf92e4c07fcaa61a
Author: Barry Warsaw <barry at python.org>
Date: Thu Mar 3 16:15:16 2016 -0500
Build the pip and wheel .whl files here.
* d/control: Breaks/Replaces virtualenv << 14.0.5+ds-5 since the pip and
wheel .whl files now move to python-pip-whl.
* d/rules: dirtbike up the wheel .whl and build the pip .whl using
setup.py bdist_wheel.
---
debian/changelog | 9 +++++++++
debian/control | 2 ++
debian/rules | 4 ++++
3 files changed, 15 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index ba7ac09..1843934 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-pip (8.0.3-3) UNRELEASED; urgency=medium
+
+ * d/control: Breaks/Replaces virtualenv << 14.0.5+ds-5 since the pip and
+ wheel .whl files now move to python-pip-whl.
+ * d/rules: dirtbike up the wheel .whl and build the pip .whl using
+ setup.py bdist_wheel.
+
+ -- Barry Warsaw <barry at debian.org> Thu, 03 Mar 2016 14:53:37 -0500
+
python-pip (8.0.3-2) unstable; urgency=medium
* d/rules: Rewheel _markerlib too.
diff --git a/debian/control b/debian/control
index 564f05b..1a16d77 100644
--- a/debian/control
+++ b/debian/control
@@ -89,6 +89,7 @@ Breaks: python-chardet-whl (<< 2.3.0-2),
python-setuptools-whl (<< 20.1.1-1),
python-six-whl (<< 1.10.0-3),
python-urllib3-whl (<< 1.13.1-2),
+ virtualenv (<< 14.0.5+ds-5)
Replaces: python-chardet-whl (<< 2.3.0-2),
python-colorama-whl (<< 0.3.6-1),
python-distlib-whl (<< 0.2.2-1),
@@ -97,6 +98,7 @@ Replaces: python-chardet-whl (<< 2.3.0-2),
python-setuptools-whl (<< 20.1.1-1),
python-six-whl (<< 1.10.0-3),
python-urllib3-whl (<< 1.13.1-2),
+ virtualenv (<< 14.0.5+ds-5)
Description: alternative Python package installer
pip is a replacement for easy_install, and is intended to be an improved
Python package installer. It integrates with virtualenv, doesn't do partial
diff --git a/debian/rules b/debian/rules
index 0fca08e..1bfc7b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,6 +58,10 @@ override_dh_auto_install:
dirtbike setuptools
dirtbike six
dirtbike urllib3
+ dirtbike wheel
+ python3 setup.py bdist_wheel \
+ --universal \
+ -d $(CURDIR)/debian/python-pip-whl/usr/share/python-wheels
override_dh_installchangelogs:
dh_installchangelogs CHANGES.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pip.git
More information about the Python-modules-commits
mailing list