From 581bb79c170748cbf2f6970cd53595b3b5f1fe3e Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Tue, 27 Sep 2016 19:07:17 -0600 Subject: ENH: Vendorize tempita. Copy tempita from https://github.com/gjhiggins/tempita with a few changes to remove the six dependency. This removes a dependency on Cython's tempita, which is not to be relied on as it is considered by the Cython folks to be an implementation detail. The package is named npy_tempita so that it can always be distinguished from an installed tempita. The cythonize.py script is changed to use the vendorized tempita. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e6a05386e..29609cdec 100644 --- a/.gitignore +++ b/.gitignore @@ -150,3 +150,4 @@ benchmarks/numpy # cythonized files cythonize.dat numpy/random/mtrand/mtrand.c +numpy/random/mtrand/randint_helpers.pxi -- cgit v1.2.1