summaryrefslogtreecommitdiff
path: root/python3-docker/Pkgfile
blob: 634fdf602fe690b8b0f411a4b1f4668a956d45cd (plain)
    1 # Description: A Python library for the Docker Engine API
    2 # URL: https://pypi.org/project/docker/
    3 # Maintainer: Matt Housh, jaeger at crux dot ninja
    4 # Depends on: python3-requests python3-websocket-client
    5 
    6 name=python3-docker
    7 version=5.0.0
    8 release=1
    9 source=(https://pypi.python.org/packages/source/d/docker/docker-$version.tar.gz)
   10 
   11 build() {
   12 	cd docker-$version
   13 	python3 setup.py build
   14 	python3 setup.py install --root=$PKG
   15 }

Generated by cgit