Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

praekeltfoundation/debian-wheel-mirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

debian-wheel-mirror

Build Status Dependabot Status

Automated Python wheel building and deployment for Praekelt's PyPI mirrors.

This repository contains a list of Python packages that we build into wheels and upload to our PyPI mirror. These wheels are used in our base Python Docker images: praekeltfoundation/docker-py-base.

The packages are kept up-to-date by automated pull requests made by pyup.io. Packages are built inside Docker containers and uploaded to our PyPI mirror by Travis CI.

These packages are dependencies of software that we use or maintain. They have native extensions and so would typically require build tools to be installed before they could be used. We build the packages into binary wheels so that build tools are not required within our Docker containers. Generally, other dependencies that don't require build tools should be fetched from the standard PyPI repository (https://pypi.python.org).

The packages are built inside Docker containers and the wheels produced are only guaranteed to be compatible with the Linux variety that they were built in. For some of these wheels, it may still be necessary to install runtime dependencies using the OS's native package manager. The specific Docker images that are used can be seen in the Travis file.

The Python packages to build are all listed in the requirements.txt file. We use Python's environment markers (see PEP 496) to selectively build wheels for certain platforms.