[statsmodels] 02/21: Remove cythonize target.

Diane Trout diane at moszumanska.debian.org
Mon Sep 25 06:39:27 UTC 2017


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

diane pushed a commit to branch detrout-python3-try2
in repository statsmodels.

commit 5d5954da9b8eaa59f78f600258b556e6434e9b4b
Author: Diane Trout <diane at ghic.org>
Date:   Thu Sep 7 22:56:39 2017 -0700

    Remove cythonize target.
    
    I'm not sure it was being called. the .so files seem to be being
    generated
---
 debian/rules | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index 0881063..6685ad2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,13 +13,6 @@ export PYBUILD_TEST_ARGS=--exclude='(test_sarimax)|(test_structural)|(test_dynam
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
-cythonize:
-	find statsmodels -iname *.pyx | sed -e 's,\.pyx,\.c,g' | xargs -r rm -f
-	: # since there is no cython command and I have no time...
-	python setup.py build_ext --inplace -f
-	mkdir -p debian/cythonized-files
-	cp $$(find statsmodels -iname *.pyx | sed -e 's,\.pyx,\.c,g') debian/cythonized-files
-	echo "$(UVER)" >| debian/cythonized-files/VERSION
 ifeq (,$(filter nocheck,$(DEB_BUILD_PROFILES)))
 .PHONY: override_dh_auto_test
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/statsmodels.git



More information about the debian-science-commits mailing list