[arch-commits] Commit in python-docker-pycreds/repos/community-any (PKGBUILD PKGBUILD)

Andrew Crerar andrewsc at archlinux.org
Thu Jun 7 15:23:04 UTC 2018


    Date: Thursday, June 7, 2018 @ 15:23:04
  Author: andrewsc
Revision: 341855

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  112 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-07 15:22:58 UTC (rev 341854)
+++ PKGBUILD	2018-06-07 15:23:04 UTC (rev 341855)
@@ -1,56 +0,0 @@
-# $Id$
-# 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>
-
-pkgbase=python-docker-pycreds
-pkgname=(python-docker-pycreds python2-docker-pycreds)
-pkgver=0.2.3
-pkgrel=1
-pkgdesc="Python bindings for the docker credentials store API"
-arch=('any')
-license=('Apache')
-url="https://github.com/shin-/dockerpy-creds"
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 'python2-flake8'
-              'python-pytest-cov' 'python2-pytest-cov')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz")
-sha512sums=('c289461774c302ed4e6bf4e31bc107920cf66da9de4736eb9ec7ed56a53428357e2342802137ea69781772accf6369f2d0266a4b1135b3fe3edef81d77fa8880')
-
-prepare() {
-  sed -i 's/==.*$//' dockerpy-creds-$pkgver/test-requirements.txt
-
-  cp -a dockerpy-creds-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/dockerpy-creds-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/dockerpy-creds-$pkgver-py2
-  python2 setup.py build
-}
-
-# We don't have docker-credential-secretservice
-check_disabled() {
-  cd "$srcdir"/dockerpy-creds-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/dockerpy-creds-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-docker-pycreds() {
-  depends=('python-six')
-
-  cd dockerpy-creds-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-docker-pycreds() {
-  depends=('python2-six')
-
-  cd dockerpy-creds-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-docker-pycreds/repos/community-any/PKGBUILD (from rev 341853, python-docker-pycreds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-07 15:23:04 UTC (rev 341855)
@@ -0,0 +1,56 @@
+# $Id$
+# 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>
+
+pkgbase=python-docker-pycreds
+pkgname=(python-docker-pycreds python2-docker-pycreds)
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Python bindings for the docker credentials store API"
+arch=('any')
+license=('Apache')
+url="https://github.com/shin-/dockerpy-creds"
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 'python2-flake8'
+              'python-pytest-cov' 'python2-pytest-cov')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz")
+sha512sums=('daff736677f46c1aceb87090bd6a248b5e1537907dcf7afba735274ce100aaee35a39958aeb7d6d18d7de66d9e8f5bf168cd9d9dc14f4f59485c3c1bc0d9adbf')
+
+prepare() {
+  sed -i 's/==.*$//' dockerpy-creds-$pkgver/test-requirements.txt
+
+  cp -a dockerpy-creds-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/dockerpy-creds-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/dockerpy-creds-$pkgver-py2
+  python2 setup.py build
+}
+
+# We don't have docker-credential-secretservice
+check_disabled() {
+  cd "$srcdir"/dockerpy-creds-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/dockerpy-creds-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-docker-pycreds() {
+  depends=('python-six')
+
+  cd dockerpy-creds-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-docker-pycreds() {
+  depends=('python2-six')
+
+  cd dockerpy-creds-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list