File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ pandas (0.7.0~rc1+git29-g4d29e47-1) UNRELEASED; urgency=low
4
4
* Updated pre-cythoned .c files for older Debian/Ubuntu releases
5
5
* Dropped all exclusions of unittests and patches -- shouldn't be necessary
6
6
any longer
7
+ * Build only for requested versions (not all supported) of Python
7
8
8
9
-- Yaroslav Halchenko <
[email protected] > Mon, 16 Jan 2012 19:31:50 -0500
9
10
Original file line number Diff line number Diff line change 4
4
PACKAGE_NAME = python-pandas
5
5
PACKAGE_ROOT_DIR = debian/${PACKAGE_NAME}
6
6
7
- PYVERS = $(shell pyversions -vs )
8
- PYVER = $(shell pyversions -vd)
7
+ PYVERS = $(shell pyversions -vr )
8
+ PYVER = $(shell pyversions -vd)
9
9
10
10
CYTHONVER := $(shell dpkg -l cython | awk '/^ii/{print $$3;}' || echo 0)
11
11
MPLVER := $(shell dpkg -l python-matplotlib | awk '/^ii/{print $$3;}' || echo 0)
You can’t perform that action at this time.
0 commit comments