summaryrefslogtreecommitdiff
path: root/python3-docker/Pkgfile
blob: 045ba35493d446c9a3fe522fad20b8d5fca98df6 (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=4.3.1
    8 release=1
    9 source=(https://files.pythonhosted.org/packages/b3/48/014af5285463adb8079f32f603c0d6d19c16d92a113ebacc6b07522dcff5/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