[arch-commits] Commit in python-docker-pycreds/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Oct 25 16:06:07 UTC 2019


    Date: Friday, October 25, 2019 @ 16:06:06
  Author: felixonmars
Revision: 519369

archrelease: copy trunk to community-staging-any

Added:
  python-docker-pycreds/repos/community-staging-any/
  python-docker-pycreds/repos/community-staging-any/PKGBUILD
    (from rev 519367, python-docker-pycreds/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: python-docker-pycreds/repos/community-staging-any/PKGBUILD (from rev 519367, python-docker-pycreds/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-10-25 16:06:06 UTC (rev 519369)
@@ -0,0 +1,32 @@
+# Maintainer: Andrew Crerar <crerar at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Hideaki Takahashi <mymelo+aur at gmail.com>
+# Contributor: Vincent Demeester <vincent at sbr.pm>
+
+pkgname=python-docker-pycreds
+pkgver=0.4.0
+pkgrel=4
+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")
+sha512sums=('5c7c75a654693c6439592201bba6082af2962fab8d25af980ebb3ad2aede42973c31dbc2693eea1212f911980725bab257f973c7498b3555f68fae1630cfc62c')
+
+build() {
+  cd "$srcdir"/dockerpy-creds-$pkgver
+  python setup.py build
+}
+
+check_disabled() {
+  cd "$srcdir"/dockerpy-creds-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd dockerpy-creds-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list