[arch-commits] Commit in python-docker-pycreds/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Oct 31 18:00:06 UTC 2019
Date: Thursday, October 31, 2019 @ 18:00:06
Author: felixonmars
Revision: 521502
archrelease: copy trunk to community-staging-any
Added:
python-docker-pycreds/repos/community-staging-any/PKGBUILD
(from rev 521500, python-docker-pycreds/trunk/PKGBUILD)
Deleted:
python-docker-pycreds/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 18:00:02 UTC (rev 521501)
+++ PKGBUILD 2019-10-31 18:00:06 UTC (rev 521502)
@@ -1,32 +0,0 @@
-# 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
-}
Copied: python-docker-pycreds/repos/community-staging-any/PKGBUILD (from rev 521500, python-docker-pycreds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 18:00:06 UTC (rev 521502)
@@ -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=5
+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