Code Monkey home page Code Monkey logo

debian-wheel-mirror's Introduction

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.

debian-wheel-mirror's People

Contributors

dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar erikh360 avatar jayh5 avatar jerith avatar pyup-bot avatar requires avatar rudigiesler avatar smn avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

sewagodimo

debian-wheel-mirror's Issues

Initial Update

Hi ๐Ÿ‘Š

This is my first visit to this fine repo, but it seems you have been working hard to keep all dependencies updated so far.

Once you have closed this issue, I'll create seperate pull requests for every update as soon as I find one.

That's it for now!

Happy merging! ๐Ÿค–

Twine failing to skip existing packages

Since we updated pypiserver to 1.2.0, it now properly responds with a 409 status code when we try to upload a file and it already has one with the same name. Twine, unfortunately, doesn't handle this very well. See pypa/twine#195.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.