Skip to content

BLD: don't require cython on sdist install #14475

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

chris-b1
Copy link
Contributor

@chris-b1 chris-b1 commented Oct 22, 2016

We could just make a cython a build-time requirement, but given we already create a sdists with .c files, probably makes sense to continue to support it.

I tested this locally, applying this patch on the latest source release and it installed into a an environment without cython fine.

@jorisvandenbossche
Copy link
Member

Thanks! Looks good to me, it's an easy fix to support installing without cython, so would keep doing that

@jorisvandenbossche jorisvandenbossche added the Build Library building on various platforms label Oct 22, 2016
@jorisvandenbossche jorisvandenbossche added this to the 0.19.1 milestone Oct 22, 2016
@codecov-io
Copy link

codecov-io commented Oct 22, 2016

Current coverage is 85.25% (diff: 100%)

Merging #14475 into master will not change coverage

@@             master     #14475   diff @@
==========================================
  Files           140        140          
  Lines         50655      50655          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits          43185      43185          
  Misses         7470       7470          
  Partials          0          0          

Powered by Codecov. Last update 233d51d...8d93366

@jreback jreback closed this in 192b1cd Oct 24, 2016
@jreback
Copy link
Contributor

jreback commented Oct 24, 2016

thanks!

jorisvandenbossche pushed a commit to jorisvandenbossche/pandas that referenced this pull request Nov 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pandas-0.19.0rc1: 'global name tempita is not defined'
4 participants