[Python-modules-commits] [ruamel.yaml] 06/12: Run cython before building

Vincent Bernat bernat at moszumanska.debian.org
Wed Nov 18 07:57:13 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 b406b4ae24521814363ac461b2572fed30e38197
Author: Vincent Bernat <vincent at bernat.im>
Date:   Mon Nov 16 08:47:16 2015 +0100

    Run cython before building
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index d24b40d..16a8dea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 export PYBUILD_NAME=ruamel.yaml
 export PYBUILD_AFTER_INSTALL_pypy=rm -rf {destdir}/usr/bin/
 export PYBUILD_AFTER_INSTALL_python2=rm -rf {destdir}/usr/bin/
+export PYBUILD_BEFORE_BUILD_python2=cython ext/_ruamel_yaml.pyx
+export PYBUILD_BEFORE_BUILD_python3=cython3 ext/_ruamel_yaml.pyx
 
 %:
 	dh $@ --with python3,python2,pypy --buildsystem=pybuild

-- 
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