[arch-commits] Commit in python-docker-py/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Oct 21 08:06:16 UTC 2016


    Date: Friday, October 21, 2016 @ 08:06:15
  Author: felixonmars
Revision: 192809

upgpkg: python-docker-py 1.10.4-1

Modified:
  python-docker-py/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-21 08:06:11 UTC (rev 192808)
+++ PKGBUILD	2016-10-21 08:06:15 UTC (rev 192809)
@@ -5,7 +5,7 @@
 # Contributor: Josh VanderLinden <arch at cloudlery.com>
 
 pkgname=(python-docker-py python2-docker-py)
-pkgver=1.9.0
+pkgver=1.10.4
 pkgrel=1
 pkgdesc="Python client for Docker."
 arch=('any')
@@ -13,7 +13,8 @@
 license=("Apache")
 makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-requests' 'python2-requests'
              'python-six' 'python2-six' 'python-websocket-client' 'python2-websocket-client'
-             'python2-backports.ssl_match_hostname' 'python2-ipaddress')
+             'python2-backports.ssl_match_hostname' 'python2-ipaddress' 'python-docker-pycreds'
+             'python2-docker-pycreds')
 checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 'python2-mock' 'docker'
               'flake8' 'python2-flake8')
 source=("git+https://github.com/docker/docker-py.git#tag=$pkgver")
@@ -47,7 +48,7 @@
 }
 
 package_python-docker-py() {
-  depends=('python-requests' 'python-six' 'python-websocket-client')
+  depends=('python-requests' 'python-six' 'python-websocket-client' 'python-docker-pycreds')
 
   cd docker-py
   python setup.py install -O1 --root="$pkgdir"
@@ -55,7 +56,8 @@
 }
 
 package_python2-docker-py() {
-  depends=('python2-requests' 'python2-six' 'python2-websocket-client' 'python2-backports.ssl_match_hostname' 'python2-ipaddress')
+  depends=('python2-requests' 'python2-six' 'python2-websocket-client' 'python2-docker-pycreds'
+           'python2-backports.ssl_match_hostname' 'python2-ipaddress')
 
   cd docker-py-py2
   python2 setup.py install -O1 --root="$pkgdir"



More information about the arch-commits mailing list