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

Morten Linderud foxboron at archlinux.org
Sat Sep 28 14:43:56 UTC 2019


    Date: Saturday, September 28, 2019 @ 14:43:56
  Author: foxboron
Revision: 511993

upgpkg: python-docker-pycreds 0.4.0-3

Forgot to fix the package function

Modified:
  python-docker-pycreds/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-28 14:42:52 UTC (rev 511992)
+++ PKGBUILD	2019-09-28 14:43:56 UTC (rev 511993)
@@ -5,11 +5,12 @@
 
 pkgname=python-docker-pycreds
 pkgver=0.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Python bindings for the docker credentials store API"
 arch=('any')
 license=('Apache')
 url="https://github.com/shin-/dockerpy-creds"
+depends=('python-six')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'flake8' 'python-pytest-cov')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz")
@@ -18,7 +19,6 @@
 build() {
   cd "$srcdir"/dockerpy-creds-$pkgver
   python setup.py build
-
 }
 
 check_disabled() {
@@ -26,9 +26,7 @@
   python setup.py pytest
 }
 
-package_python-docker-pycreds() {
-  depends=('python-six')
-
+package() {
   cd dockerpy-creds-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }



More information about the arch-commits mailing list