Skip to content

MacPython/psutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

psutil wheel builder

Repository to build psutil wheels.

By default the repo builds the latest tag (the tag on the branch most recently branched from master - see http://stackoverflow.com/a/24557377/1939576). If you want to build a specific commit:

  • Comment out the line - BUILD_COMMIT='latest-tag' in .travis.yml

  • Update psutil submodule with version you want to build:

    • cd psutil && git pull && git checkout DESIRED_COMMIT
    • cd .. && git add psutil
    • git commit

The wheels get uploaded to a rackspace container to which I have the API key. The API key is encrypted to this specific repo in the .travis.yml file, so the upload won't work for you from another account. Either contact me to get set up, or use another upload service such as github - see for example Jonathan Helmus' sckit-image wheels builder

I got the rackspace API key from Olivier Grisel - we might be able to share this account across projects - again - please contact me or Olivier if you'd like this to happen.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages