Skip to content

Commit

Permalink
Improve texts
Browse files Browse the repository at this point in the history
  • Loading branch information
mzdaniel committed Jun 6, 2016
1 parent dc732ac commit 7a09565
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

psycopg2: https://github.com/psycopg/psycopg2/blob/master/LICENSE
pillow: https://github.com/python-pillow/Pillow/blob/master/LICENSE
gevent: https://github.com/gevent/gevent/blob/master/LICENSE
greenlet: https://github.com/python-greenlet/greenlet/blob/master/LICENSE

10 changes: 7 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,17 @@ This repo, and related docker images tries to fill this void until a better
solution is found. The artifacts and images are gratiously built in the
`dockerhub`_, and the actual wheels hosted on `github`_.

For now, packages supported are:
For now, packages supported for py27 and py35 are:

- pillow
- gevent-1.1.1
- greenlet-0.4.9
- Pillow-3.2.0
- psycopg2-2.6.1


.. _Alpine Linux: https://github.com/gliderlabs/docker-alpine
.. _Many projects: https://github.com/gliderlabs/docker-alpine/issues/57
.. _glibc support: https://github.com/pypa/manylinux
.. _lacks support: https://github.com/pypa/manylinux/issues/37

.. _github: https://github.com/mzdaniel/alpinewheels/releases
.. _dockerhub: https://hub.docker.com/r/mzdaniel/alpinewheels/builds/

0 comments on commit 7a09565

Please sign in to comment.