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

Felix Yan felixonmars at archlinux.org
Mon Nov 9 15:36:11 UTC 2020


    Date: Monday, November 9, 2020 @ 15:36:11
  Author: felixonmars
Revision: 747011

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 747010, python-docker-pycreds/trunk/PKGBUILD)

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

Copied: python-docker-pycreds/repos/community-staging-any/PKGBUILD (from rev 747010, python-docker-pycreds/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-09 15:36:11 UTC (rev 747011)
@@ -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=6
+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