comparison python/py-docker/py-docker.sh @ 1107:7791d3dbfecf

vanilla: consolidate licenses and many options
author David Demelier <markand@malikania.fr>
date Wed, 18 Sep 2019 21:01:00 +0200
parents ddab65a5b3f5
children 297b5eef115e
comparison
equal deleted inserted replaced
1106:477457540aa0 1107:7791d3dbfecf
17 # 17 #
18 18
19 PKGNAME=py-docker 19 PKGNAME=py-docker
20 PKGVERSION=3.7.0 20 PKGVERSION=3.7.0
21 PKGREVISION=1 21 PKGREVISION=1
22 PKGLICENSE="APACHE20" 22 PKGLICENSE="APACHEv20"
23 PKGSUMMARY="A Python library for the Docker Engine API" 23 PKGSUMMARY="A Python library for the Docker Engine API"
24 PKGDOWNLOAD="https://github.com/docker/docker-py/archive/$PKGVERSION.tar.gz" 24 PKGDOWNLOAD="https://github.com/docker/docker-py/archive/$PKGVERSION.tar.gz"
25 PKGDEPENDS="python" 25 PKGDEPENDS="python"
26 26
27 build() 27 build()