Skip to content

Commit dfd702a

Browse files
committed
Build only for requested versions (not all supported) of Python
1 parent f6bbd2a commit dfd702a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

debian/changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ pandas (0.7.0~rc1+git29-g4d29e47-1) UNRELEASED; urgency=low
44
* Updated pre-cythoned .c files for older Debian/Ubuntu releases
55
* Dropped all exclusions of unittests and patches -- shouldn't be necessary
66
any longer
7+
* Build only for requested versions (not all supported) of Python
78

89
-- Yaroslav Halchenko <[email protected]> Mon, 16 Jan 2012 19:31:50 -0500
910

debian/rules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
PACKAGE_NAME = python-pandas
55
PACKAGE_ROOT_DIR = debian/${PACKAGE_NAME}
66

7-
PYVERS = $(shell pyversions -vs)
8-
PYVER = $(shell pyversions -vd)
7+
PYVERS = $(shell pyversions -vr)
8+
PYVER = $(shell pyversions -vd)
99

1010
CYTHONVER := $(shell dpkg -l cython | awk '/^ii/{print $$3;}' || echo 0)
1111
MPLVER := $(shell dpkg -l python-matplotlib | awk '/^ii/{print $$3;}' || echo 0)

0 commit comments

Comments
 (0)