[Python-modules-commits] [ruamel.yaml] 11/12: Remove make_win_whl.py from installation

Vincent Bernat bernat at moszumanska.debian.org
Wed Nov 18 07:57:14 UTC 2015


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

bernat pushed a commit to branch master
in repository ruamel.yaml.

commit 2da228b8e9bb8b6bf6cd6ef2ed78e1ce54a3433b
Author: Vincent Bernat <vincent at bernat.im>
Date:   Wed Nov 18 08:44:55 2015 +0100

    Remove make_win_whl.py from installation
    
    Not needed and not Py3 compatible.
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2db734f..40d2630 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,7 @@ export PYBUILD_BEFORE_BUILD_python3=cython3 ext/_ruamel_yaml.pyx
 # tests. See:
 #  https://bitbucket.org/ruamel/yaml/issues/17/test-roundtrippy-absent-from-release
 override_dh_auto_test:
+
+override_dh_auto_install:
+	dh_auto_install
+	rm debian/python*-ruamel.yaml/usr/lib/python*/dist-packages/ruamel/yaml/make_win_whl.py

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



More information about the Python-modules-commits mailing list